reinhard 2003/12/19 01:25:10
Modified: tools/targets ide-build.xml
Log:
- revert my changes because this target solves another use case than mine
Carsten, sorry for the noise!
Revision Changes Path
1.4 +1 -1 cocoon-2.1/tools/targets/ide-build.xml
Index: ide-build.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/tools/targets/ide-build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ide-build.xml 19 Dec 2003 09:02:52 -0000 1.3
+++ ide-build.xml 19 Dec 2003 09:25:09 -0000 1.4
@@ -130,6 +130,6 @@
<target name="eclipse-webapp-delete-jars" depends="prepare">
<!-- delete all jars, they are already included in the project -->
<delete>
- <fileset dir="${build.webapp}/WEB-INF/lib" includes="cocoon*.jar"/>
+ <fileset dir="${build.webapp}/WEB-INF/lib" includes="*.jar"/>
</delete>
</target>