Update of /cvsroot/xdoclet/xdoclet/samples
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26832/xdoclet/samples

Modified Files:
        build.xml 
Log Message:
Run jdodoclet twice. One time with jdoSpec = 1.0 and the other time with jdoSpec = 2.0.


Index: build.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/samples/build.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -r1.43 -r1.44
*** build.xml   20 Aug 2004 05:27:13 -0000      1.43
--- build.xml   23 Aug 2004 08:17:55 -0000      1.44
***************
*** 327,330 ****
--- 327,331 ----
          <echo>+---------------------------------------------------+</echo>
  
+       <echo>Running for jdoSpec 1.0 </echo>
          <jdodoclet
              destdir="${samples.gen-src.dir}"
***************
*** 334,337 ****
--- 335,358 ----
              force="${samples.xdoclet.force}"
              verbose="false"
+               jdoSpec="1.0"
+             >
+ 
+             <fileset dir="${samples.java.dir}">
+                 <include name="test/jdo/*.java"/>
+             </fileset>
+ 
+             <jdometadata project="metadata" generation="project"/>
+             <triactive/>
+ 
+         </jdodoclet>
+       <echo>Running for jdoSpec 2.0 </echo>
+         <jdodoclet
+             destdir="${samples.gen-src.dir}"
+             mergedir="${samples.src.dir}"
+             excludedtags="@version,@author,@todo"
+             addedtags="@xdoclet-generated at ${TODAY},@copyright The XDoclet 
Team,@author XDoclet,@version ${version}"
+             force="${samples.xdoclet.force}"
+             verbose="false"
+               jdoSpec="2.0"
              >
  



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to