[jboss-cvs] JBossAS SVN: r109623 - projects/jboss-jca/trunk/sjc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 1 09:34:52 EST 2010


Author: jesper.pedersen
Date: 2010-12-01 09:34:51 -0500 (Wed, 01 Dec 2010)
New Revision: 109623

Modified:
   projects/jboss-jca/trunk/sjc/build.xml
Log:
Include datasource templates in the distribution from the new location

Modified: projects/jboss-jca/trunk/sjc/build.xml
===================================================================
--- projects/jboss-jca/trunk/sjc/build.xml	2010-12-01 13:45:40 UTC (rev 109622)
+++ projects/jboss-jca/trunk/sjc/build.xml	2010-12-01 14:34:51 UTC (rev 109623)
@@ -249,7 +249,7 @@
     </copy>
 
     <copy todir="${target.dir}/sjc/doc/datasources" flatten="true">
-      <fileset dir="../common/src/test/resources/ds">
+      <fileset dir="../common/src/test/resources/ds/example">
         <include name="*.xml"/>
       </fileset>
     </copy>



More information about the jboss-cvs-commits mailing list