|
From: Scott M S. <st...@us...> - 2003-11-10 07:49:54
|
User: starksm
Date: 03/11/09 23:49:53
Modified: . Tag: Branch_3_2 build.xml
Log:
Update the xdoclet.task.classpath settings
Revision Changes Path
No revision
No revision
1.165.2.118 +6 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.165.2.117
retrieving revision 1.165.2.118
diff -u -r1.165.2.117 -r1.165.2.118
--- build.xml 4 Nov 2003 07:43:21 -0000 1.165.2.117
+++ build.xml 10 Nov 2003 07:49:52 -0000 1.165.2.118
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.165.2.117 2003/11/04 07:43:21 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.165.2.118 2003/11/10 07:49:52 starksm Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -176,6 +176,10 @@
<path refid="dependentmodule.classpath"/>
</path>
+ <path id="javac.classpath">
+ <path refid="thirdparty.classpath"/>
+ </path>
+
<!-- This module is based on Java 1.2 -->
<property name="javac.target" value="1.2"/>
@@ -236,6 +240,7 @@
<include name="xdoclet-*.jar" />
</fileset>
</path>
+ <property name="xdoclet.task.classpath" refid="xdoclet.task.classpath" />
<property name="xdoclet.mergedir" value="${project.tools}/etc/xdoclet/templates}"/>
|