You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by pa...@apache.org on 2002/10/17 03:41:48 UTC

cvs commit: jakarta-commons-sandbox/launcher build.xml

patrickl    2002/10/16 18:41:48

  Modified:    launcher build.xml
  Log:
  Make commons-launcher.jar go to dist/bin as moving it to ${basedir} causes the samples to break
  
  Revision  Changes    Path
  1.2       +2 -4      jakarta-commons-sandbox/launcher/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/launcher/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	11 Oct 2002 10:24:44 -0000	1.1
  +++ build.xml	17 Oct 2002 01:41:48 -0000	1.2
  @@ -221,8 +221,6 @@
       <chmod     file="${dist.home}/bin/launch-ant.sh"
                  perm="a+x"/>
       <antcall target="jar"/>
  -    <copy file="${dist.home}/commons-${component.name}.jar"
  -      tofile="commons-${component.name}.jar"/>
       <!-- Bundle Ant jars to support launcher classes and sample scripts -->
       <copy     todir="${dist.home}/lib" filtering="off">
         <fileset dir="${ant.home}/lib" includes="*.jar"/>
  @@ -261,7 +259,7 @@
       <mkdir      dir="${build.home}/classes/META-INF"/>
       <copy      file="LICENSE"
                tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
  -    <jar    jarfile="${dist.home}/commons-${component.name}.jar"
  +    <jar    jarfile="${dist.home}/bin/commons-${component.name}.jar"
               basedir="${build.home}/classes"
              manifest="${build.home}/conf/MANIFEST.MF"/>
       <copy      file="${build.home}/classes/LauncherBootstrap.class"
  
  
  

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