crossley 01/11/14 23:34:02
Modified: . Tag: cocoon_20_branch build.xml
Log:
target=docs - add specific pathelement to enable resolver to find the
default CatalogManager.properties file.
Revision Changes Path
No revision
No revision
1.8.2.56 +2 -0 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.8.2.55
retrieving revision 1.8.2.56
diff -u -r1.8.2.55 -r1.8.2.56
--- build.xml 2001/11/08 14:40:59 1.8.2.55
+++ build.xml 2001/11/15 07:34:02 1.8.2.56
@@ -508,6 +508,7 @@
<include name="*.jar"/>
</fileset>
<pathelement location="${tools.jar}"/>
+ <pathelement location="${build.context}/WEB-INF/classes"/>
</classpath>
</java>
@@ -801,6 +802,7 @@
<include name="*.jar"/>
</fileset>
<pathelement location="${tools.jar}"/>
+ <pathelement location="${build.context}/WEB-INF/classes"/>
</classpath>
</java>
</target>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]