amattheu    2004/01/14 04:56:22

  Modified:    .        build-ant1.5.xml
  Log:
  Updated directory properties.
  
  Revision  Changes    Path
  1.2       +13 -13    xml-security/build-ant1.5.xml
  
  Index: build-ant1.5.xml
  ===================================================================
  RCS file: /home/cvs/xml-security/build-ant1.5.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build-ant1.5.xml  24 Nov 2003 13:34:11 -0000      1.1
  +++ build-ant1.5.xml  14 Jan 2004 12:56:22 -0000      1.2
  @@ -10,12 +10,12 @@
   
       <!-- G L O B A L    P R O P E R T I E S -->
       <!-- directory properties -->
  -    <property name="dir.src"            value="src" />
  -    <property name="dir.libs"           value="libs" />
  -    <property name="dir.tests"          value="src_unitTests" />
  -    <property name="dir.samples"        value="src_samples" />
  -    <property name="dir.data"           value="data" />
  -    <property name="dir.build"          value="build" />
  +    <property name="dir.src"            value="${basedir}/src" />
  +    <property name="dir.libs"           value="${basedir}/libs" />
  +    <property name="dir.tests"          value="${basedir}/src_unitTests" />
  +    <property name="dir.samples"        value="${basedir}/src_samples" />
  +    <property name="dir.data"           value="${basedir}/data" />
  +    <property name="dir.build"          value="${basedir}/build" />
       <property name="dir.build.bin"      value="${dir.build}/classes" />
       <property name="dir.build.libs"     value="${dir.build}/libs" />
       <property name="dir.build.test"     value="${dir.build}/test" />
  @@ -130,14 +130,14 @@
           <javac srcdir="${dir.src}"
                  destdir="${dir.build.bin}" >
               <classpath refid="id.classpath" />
  -            <include name="org/apache/xml/security/**/*.java" />
  +            <include name="**/org/apache/xml/security/**/*.java" />
           </javac >
           <copy todir="${dir.build.bin}" >
               <fileset dir="${dir.src}"
  -                     includes="org/apache/xml/security/resource/*,
  -                               org/apache/xml/security/resource/schema/*"
  -                     excludes="org/apache/xml/security/resource/CVS,
  -                               org/apache/xml/security/resource/schema/CVS" 
/>
  +                     includes="**/org/apache/xml/security/resource/*,
  +                               **/org/apache/xml/security/resource/schema/*"
  +                     excludes="**/org/apache/xml/security/resource/CVS,
  +                               
**/org/apache/xml/security/resource/schema/CVS" />
           </copy >
       </target >
   
  @@ -201,9 +201,9 @@
           <echo message="To be done..." />
       </target >
       <target name="help.config" >
  -        <echo message="1.  to configure the provider setings," /> 
  +        <echo message="1.  to configure the provider setings," />
           <echo message="    see the contents of provider.properties" />
  -        <echo message="2.  to configure the proxy setings," /> 
  +        <echo message="2.  to configure the proxy setings," />
           <echo message="    see the contents of proxy.properties" />
       </target >
   </project>
  
  
  

Reply via email to