User: slaboure
Date: 01/08/15 10:25:08
Modified: src/examples/build build.xml
Log:
Updated build.xml with support for the appletclient example.
Revision Changes Path
1.13 +18 -0 manual/src/examples/build/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/manual/src/examples/build/build.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- build.xml 2001/08/07 21:08:58 1.12
+++ build.xml 2001/08/15 17:25:08 1.13
@@ -256,6 +256,24 @@
<ant antfile="org/jboss/docs/javamail/build.xml" target="javamail-client" />
</target>
+ <!-- Chapter Applet Client -->
+
+ <target name="howto-appletclient-compile" depends="init">
+ <ant antfile="org/jboss/docs/appletclient/build.xml" target="compile" />
+ </target>
+
+ <target name="howto-appletclient-jar" depends="init">
+ <ant antfile="org/jboss/docs/appletclient/build.xml" target="ejb-jar" />
+ </target>
+
+ <target name="howto-appletclient-deploy" depends="init">
+ <ant antfile="org/jboss/docs/appletclient/build.xml"
target="deploy-ejb-jar" />
+ </target>
+
+ <target name="howto-appletclient-client" depends="init">
+ <ant antfile="org/jboss/docs/appletclient/build.xml"
target="appletclient-client" />
+ </target>
+
<!-- Add a new target here -->
</project>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development