~ubuntu-branches/ubuntu/raring/eucalyptus/raring

« back to all changes in this revision

Viewing changes to clc/modules/euare-common/build.xml

  • Committer: Package Import Robot
  • Author(s): Brian Thomason
  • Date: 2011-11-29 13:17:52 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 185.
  • Revision ID: package-import@ubuntu.com-20111129131752-rq31al3ntutv2vvl
Tags: upstream-3.0.999beta1
ImportĀ upstreamĀ versionĀ 3.0.999beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!--
 
2
  ~ Software License Agreement (BSD License)
 
3
  ~
 
4
  ~ Copyright (c) 2008, Regents of the University of California
 
5
  ~ All rights reserved.
 
6
  ~
 
7
  ~ Redistribution and use of this software in source and binary forms, with or
 
8
  ~ without modification, are permitted provided that the following conditions
 
9
  ~ are met:
 
10
  ~
 
11
  ~ * Redistributions of source code must retain the above
 
12
  ~   copyright notice, this list of conditions and the
 
13
  ~   following disclaimer.
 
14
  ~
 
15
  ~ * Redistributions in binary form must reproduce the above
 
16
  ~   copyright notice, this list of conditions and the
 
17
  ~   following disclaimer in the documentation and/or other
 
18
  ~   materials provided with the distribution.
 
19
  ~
 
20
  ~ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 
21
  ~ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 
22
  ~ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 
23
  ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 
24
  ~ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 
25
  ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 
26
  ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 
27
  ~ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 
28
  ~ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 
29
  ~ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 
30
  ~ POSSIBILITY OF SUCH DAMAGE.
 
31
  ~
 
32
  ~ Author: Neil Soman neil@eucalyptus.com
 
33
  -->
 
34
 
 
35
<project name="eucalyptus-euare-common" basedir=".">
 
36
          <property name="builder.suffix" value="groovy" />
 
37
          <uptodate property="groovyc.notRequired" targetfile="${jar.file}">
 
38
            <srcfiles dir="${src.dir}" includes="**/*" />
 
39
          </uptodate>
 
40
    <import file="../module-inc.xml"/>
 
41
</project>
 
42