User: rinkrank
Date: 02/05/15 11:55:35
Modified: modules/apache Tag: MODULE_REFACTORING_BRANCH build.xml
Log:
-xdoclet.web.WebDocletTask -> xdoclet.modules.bweb.WebDocletTask in various places
-introduced ${xdoclet.root.dir} in stead of relative paths from ${basedir}
-modified classpath used when building xdoclet.xml (include previously built module
jars)
-removed common.xml. obsolete
-simplified module build scripts
-renamed deploymentdescriptor subtask (in ejb and web) to ejbjarxml and webxml. due
to duplicate key lookup in DocletTask
Revision Changes Path
No revision
No revision
1.1.2.2 +1 -4 xdoclet/modules/apache/Attic/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/apache/Attic/build.xml,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -w -r1.1.2.1 -r1.1.2.2
--- build.xml 9 May 2002 16:38:27 -0000 1.1.2.1
+++ build.xml 15 May 2002 18:55:35 -0000 1.1.2.2
@@ -2,14 +2,11 @@
<!-- Define references to files containing common targets -->
<!DOCTYPE project [
- <!ENTITY common SYSTEM "file:../common.xml">
<!ENTITY modules-common SYSTEM "file:../modules-common.xml">
]>
<!-- the project element's name attribute will be used in the name of the module's
jar file -->
<project name="apache" default="jar">
- <property name="modules.home.dir" value="${basedir}/.."/>
- <!-- Include the files containing common targets. The order *does* matter -->
- &common;
+ <!-- Include the file containing common targets. -->
&modules-common;
</project>
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel