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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 4 05:49:29 EDT 2010


Author: jeff.zhang
Date: 2010-11-04 05:49:28 -0400 (Thu, 04 Nov 2010)
New Revision: 109119

Modified:
   projects/jboss-jca/trunk/sjc/build.xml
Log:
[JBJCA-459] add helloworld sample into sjc standalone

Modified: projects/jboss-jca/trunk/sjc/build.xml
===================================================================
--- projects/jboss-jca/trunk/sjc/build.xml	2010-11-04 09:29:10 UTC (rev 109118)
+++ projects/jboss-jca/trunk/sjc/build.xml	2010-11-04 09:49:28 UTC (rev 109119)
@@ -272,6 +272,11 @@
       </fileset>
     </copy>
 
+    <copy todir="${target.dir}/sjc/doc/samples">
+      <fileset dir="../doc/samples"/>
+
+    </copy>
+
     <chmod dir="${target.dir}/sjc/bin" perm="ugo+rx" includes="**/*.sh"/>
     <chmod dir="${target.dir}/sjc/doc/codegenerator" perm="ugo+rx" includes="**/*.sh"/>
     <chmod dir="${target.dir}/sjc/doc/validator" perm="ugo+rx" includes="**/*.sh"/>



More information about the jboss-cvs-commits mailing list