You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2002/05/02 21:43:53 UTC

cvs commit: jakarta-avalon-excalibur/fortress build.xml

bloritsch    02/05/02 12:43:53

  Modified:    fortress build.xml
  Log:
  update to classes
  
  Revision  Changes    Path
  1.17      +6 -13     jakarta-avalon-excalibur/fortress/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/build.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.xml	2 May 2002 19:23:50 -0000	1.16
  +++ build.xml	2 May 2002 19:43:53 -0000	1.17
  @@ -16,7 +16,6 @@
           <pathelement location="${avalon-logkit.jar}"/> <!-- deprecated -->
           <pathelement location="${logkit.jar}"/>
           <pathelement location="${excalibur-core.jar}"/>
  -	<!--        <pathelement location="${excalibur-scratchpad.jar}"/> -->
           <pathelement location="${excalibur-collections.jar}"/>
           <pathelement location="${excalibur-instrument.jar}"/>
           <pathelement location="${excalibur-instrument-manager.jar}"/>
  @@ -25,9 +24,9 @@
           <pathelement location="${excalibur-util.jar}"/>
           <pathelement location="${excalibur-component.jar}"/>
           <pathelement location="${excalibur-logger.jar}"/>
  -	<pathelement location="${excalibur-sourceresolve.jar}"/>
  -    <pathelement location="${checkstyle.jar}"/>
  -    <pathelement path="${java.class.path}"/>
  +        <pathelement location="${excalibur-sourceresolve.jar}"/>
  +        <pathelement location="${checkstyle.jar}"/>
  +        <pathelement path="${java.class.path}"/>
       </path>
   
       <path id="test.class.path">
  @@ -60,12 +59,6 @@
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkEvent"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkComponent"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkLogger"/>
  -	<!--        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkRequiredClass">
  -            <property name="name" value="excalibur-scratchpad.jar"/>
  -            <property name="class" value="org.apache.excalibur.mpool.PoolManager"/>
  -            <property name="classpath" value="${cp}"/>
  -            <property name="message" value="This class is defined in Excalibur's scratchpad, and due to a recursive dependency with Fortress, may be commented out in the scratchpad jar's build"/>
  -    </ant> -->
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkRequiredClass">
               <property name="name" value="xml-apis.jar"/>
               <property name="class" value="org.xml.sax.InputSource"/>
  @@ -150,7 +143,7 @@
           <mkdir dir="${build.conf}"/>
           <copy todir="${build.conf}" flatten="true">
               <fileset dir="../" includes="LICENSE.txt"/>
  -            <fileset dir="${conf.dir}" includes="MANIFEST.MF"/> 
  +            <fileset dir="${conf.dir}" includes="MANIFEST.MF"/>
               <filterset>
                   <filtersfile file="default.properties"/>
               </filterset>
  @@ -343,8 +336,8 @@
               <fileset dir="${build.lib}">
                   <include name="*.jar"/>
               </fileset>
  -        </copy> 
  -    </target>   
  +        </copy>
  +    </target>
   
       <!-- Creates a minimal distribution -->
       <target name="dist.lite"
  
  
  

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