You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2002/02/17 22:10:47 UTC

cvs commit: jakarta-turbine-3 src.set build-test.xml build.xml default.properties

jvanzyl     02/02/17 13:10:47

  Modified:    .        Tag: rundata_security_changes build-test.xml
                        build.xml default.properties
  Added:       .        Tag: rundata_security_changes src.set
  Log:
  - create the set of files to be compiled from a little descriptor, all these
    little descriptors will converge into a single descriptor and eventually
    the project descriptor. just trying to get all the builds working ...
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.11.2.5  +0 -4      jakarta-turbine-3/build-test.xml
  
  Index: build-test.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/build-test.xml,v
  retrieving revision 1.11.2.4
  retrieving revision 1.11.2.5
  diff -u -r1.11.2.4 -r1.11.2.5
  --- build-test.xml	14 Feb 2002 15:53:49 -0000	1.11.2.4
  +++ build-test.xml	17 Feb 2002 21:10:47 -0000	1.11.2.5
  @@ -11,10 +11,6 @@
     <property file="aspects.properties" />
     <property file="classpath.properties"/>
   
  -  <path id="tool-classpath">
  -    <pathelement location="tdk.jar"/>
  -  </path>
  -
     <target
       name="init">
   
  
  
  
  1.20.2.13 +8 -1      jakarta-turbine-3/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/build.xml,v
  retrieving revision 1.20.2.12
  retrieving revision 1.20.2.13
  diff -u -r1.20.2.12 -r1.20.2.13
  --- build.xml	15 Feb 2002 13:38:43 -0000	1.20.2.12
  +++ build.xml	17 Feb 2002 21:10:47 -0000	1.20.2.13
  @@ -61,6 +61,11 @@
         descriptor="jar.resources"
       />
   
  +    <create-path
  +      rid="src.set"
  +      descriptor="src.set"
  +    />
  +
     </target>
   
     <!-- ================================================================== -->
  @@ -144,12 +149,14 @@
       <mkdir dir="${build.dest}"/>
   
       <javac
  -      srcdir="${srcdir}"
         destdir="${build.dest}"
         excludes="**/package.html"
         debug="${debug}"
         deprecation="${deprecation}"
         optimize="${optimize}">
  +      <src>
  +        <path refid="src.set"/>
  +      </src>
         <classpath refid="classpath"/>
       </javac>
     </target>
  
  
  
  1.12.2.8  +0 -2      jakarta-turbine-3/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/default.properties,v
  retrieving revision 1.12.2.7
  retrieving revision 1.12.2.8
  diff -u -r1.12.2.7 -r1.12.2.8
  --- default.properties	14 Feb 2002 15:53:49 -0000	1.12.2.7
  +++ default.properties	17 Feb 2002 21:10:47 -0000	1.12.2.8
  @@ -27,8 +27,6 @@
   final.dir =../${final.name}
   src.aspects.dir = ${src.dir}/aspects
   
  -srcdir = ${src.java.dir}/org:${src.tool.dir}/org
  -
   # -------------------------------------------------------------------
   # J A R  R E S O U R C E S
   # -------------------------------------------------------------------
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +2 -0      jakarta-turbine-3/Attic/src.set
  
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>