You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2003/07/12 21:40:44 UTC

cvs commit: cocoon-2.1/src/targets ide-build.xml dist-build.xml

cziegeler    2003/07/12 12:40:44

  Modified:    src/targets ide-build.xml dist-build.xml
  Log:
  Minor tweaks to the build system
  
  Revision  Changes    Path
  1.9       +10 -0     cocoon-2.1/src/targets/ide-build.xml
  
  Index: ide-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/targets/ide-build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ide-build.xml	6 Jul 2003 11:41:30 -0000	1.8
  +++ ide-build.xml	12 Jul 2003 19:40:44 -0000	1.9
  @@ -119,3 +119,13 @@
       </copy>
     </target>
   
  +  <!-- Prepares the webapp to make it directly usable with the eclipse project -->
  +  <target name="eclipse-prepare-webapp" depends="prepare" description="Prepares the webapp directory to make it usable within Eclipse">
  +      <!-- delete all jars, they are already included in the project -->
  +      <delete>
  +          <fileset dir="${build.webapp}/WEB-INF/lib" includes="*.jar"/>
  +      </delete>
  +      <copy file="${build.dest}/org/apache/cocoon/cocoon.roles"
  +            tofile="${build.webapp}/WEB-INF/classes/org/apache/cocoon/cocoon.roles"
  +            overwrite="yes"/>
  +  </target>
  
  
  
  1.8       +1 -0      cocoon-2.1/src/targets/dist-build.xml
  
  Index: dist-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/targets/dist-build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- dist-build.xml	3 Jul 2003 12:50:48 -0000	1.7
  +++ dist-build.xml	12 Jul 2003 19:40:44 -0000	1.8
  @@ -33,6 +33,7 @@
         <include name="README.txt"/>
         <include name="INSTALL.txt"/>
         <include name="CREDITS.txt"/>
  +      <include name="DESKTOP.INI"/>
         <include name="*.bat"/>
         <include name="*.sh"/>
         <include name="KEYS"/>