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 2004/04/15 16:50:35 UTC

cvs commit: cocoon-2.2/tools/targets ide-build.xml

cziegeler    2004/04/15 07:50:35

  Modified:    tools/targets ide-build.xml
  Log:
  Restore roles file
  
  Revision  Changes    Path
  1.12      +7 -1      cocoon-2.2/tools/targets/ide-build.xml
  
  Index: ide-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/tools/targets/ide-build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- ide-build.xml	31 Mar 2004 12:24:02 -0000	1.11
  +++ ide-build.xml	15 Apr 2004 14:50:35 -0000	1.12
  @@ -131,8 +131,14 @@
     </target>
   
     <!-- Prepares the webapp to make it directly usable with the eclipse project -->
  -  <target name="eclipse-webapp-prepare" depends="eclipse-webapp-delete-jars, eclipse-webapp-restore-meta"
  +  <target name="eclipse-webapp-prepare" depends="eclipse-webapp-delete-jars, eclipse-webapp-restore-roles, eclipse-webapp-restore-meta"
             description="Prepares the webapp directory to make it usable within Eclipse"/>
  +
  +  <target name="eclipse-webapp-restore-roles" depends="prepare">
  +      <copy file="${build.dest}/org/apache/cocoon/cocoon.roles"
  +            tofile="${build.webapp}/WEB-INF/classes/org/apache/cocoon/cocoon.roles"
  +            overwrite="yes"/>
  +  </target>
   
     <target name="eclipse-webapp-restore-meta" depends="prepare">
         <copy todir="${build.webapp}/WEB-INF/classes">