cziegeler 2003/02/28 00:09:34
Modified: . build.xml
Log:
Final dependency fix for cocoon.roles
Revision Changes Path
1.344 +8 -2 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.343
retrieving revision 1.344
diff -u -r1.343 -r1.344
--- build.xml 28 Feb 2003 08:04:55 -0000 1.343
+++ build.xml 28 Feb 2003 08:09:34 -0000 1.344
@@ -284,7 +284,13 @@
<target name="package" depends="package-core, package-scratchpad,
package-deprecated"/>
<!-- package the core -->
- <target name="package-core" depends="compile">
+ <target name="package-core" depends="compile, blocks">
+ <!-- We need the dependency on compile and blocks, because
+ currently the deprecated package and the blocks add
+ roles to the single cocoon.roles configuration and
+ we need to add the most recent version in the jar.
+ This will be fixed sometime and then we depend only
+ on compile-core. -->
<jar jarfile="${build}/${name}.jar" manifest="${java}/Manifest.mf">
<fileset dir="${build.dest}"/>
</jar>