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/12 17:53:30 UTC

cvs commit: jakarta-turbine-3 build.xml tdk.jar

jvanzyl     02/02/12 08:53:30

  Modified:    .        Tag: rundata_security_changes build.xml tdk.jar
  Log:
  - the resources pushed into the JAR for deployment are now controlled with
    a descriptor that will create a patternset used in a <copy>
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.20.2.6  +14 -4     jakarta-turbine-3/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/build.xml,v
  retrieving revision 1.20.2.5
  retrieving revision 1.20.2.6
  diff -u -r1.20.2.5 -r1.20.2.6
  --- build.xml	12 Feb 2002 15:45:24 -0000	1.20.2.5
  +++ build.xml	12 Feb 2002 16:53:30 -0000	1.20.2.6
  @@ -38,13 +38,24 @@
         classname="org.apache.tdk.task.CreatePath">
         <classpath refid="tool-classpath"/>
       </taskdef>
  +    
  +    <taskdef
  +      name="create-patternset"
  +      classname="org.apache.tdk.task.CreatePatternSet">
  +      <classpath refid="tool-classpath"/>
  +    </taskdef>
   
       <create-path
  -      pathId="classpath"
  -      pathDescriptor="deps.list"
  +      rid="classpath"
  +      descriptor="deps.list"
         basedir="${lib.repo}"
       />
   
  +    <create-patternset
  +      rid="jar.resources.set"
  +      descriptor="jar.resources"
  +    />
  +
     </target>
   
     <!-- ================================================================== -->
  @@ -176,8 +187,7 @@
       
       <copy todir="${build.dest}">
         <fileset dir="${basedir}">
  -        <include name="${conf.dir}/*pipeline.xml"/>
  -        <include name="${conf.dir}/*valve.xml"/>
  +        <patternset refid="jar.resources.set"/>
         </fileset>
       </copy>
     </target>    
  
  
  
  1.1.2.2   +48 -45    jakarta-turbine-3/tdk.jar
  
  	<<Binary file>>
  
  

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