|
From: Francisco R. <rev...@us...> - 2002-05-04 19:46:53
|
User: reverbel
Date: 02/05/04 12:46:52
Modified: . build.xml
Log:
Fixed typo so that the testsuite builds again.
(Assuming the xdoclet112 stuff was a typo...
In case it wasn't, could someone please correct this file?)
Revision Changes Path
1.119 +3 -4 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- build.xml 4 May 2002 01:08:25 -0000 1.118
+++ build.xml 4 May 2002 19:46:52 -0000 1.119
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.118 2002/05/04 01:08:25 schaefera Exp $ -->
+<!-- $Id: build.xml,v 1.119 2002/05/04 19:46:52 reverbel Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -593,10 +593,9 @@
<mkdir dir="${build.resources}/banknew/META-INF"/>
<xdoclet destdir="${build.gen-src}"
- classpath="${xdoclet112.task.classpath}"
+ classpath="${xdoclet.task.classpath}"
ejbspec="2.0"
- excludedtags="@version,@author"
- >
+ excludedtags="@version,@author">
<!--mergedir="${source.resources}/jca/ejb"-->
<fileset dir="${source.java}">
<include name="org/jboss/test/banknew/ejb/*Bean.java"/>
|