[weld-commits] Weld SVN: r4891 - examples/trunk/jsf/permalink.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Nov 9 15:25:37 EST 2009


Author: pete.muir at jboss.org
Date: 2009-11-09 15:25:36 -0500 (Mon, 09 Nov 2009)
New Revision: 4891

Added:
   examples/trunk/jsf/permalink/build.xml
Log:
add build.xml

Added: examples/trunk/jsf/permalink/build.xml
===================================================================
--- examples/trunk/jsf/permalink/build.xml	                        (rev 0)
+++ examples/trunk/jsf/permalink/build.xml	2009-11-09 20:25:36 UTC (rev 4891)
@@ -0,0 +1,19 @@
+<project basedir="." name="Numberguess Example Build" default="restart">
+	
+	<property name="example.name" value="weld-permalink" />
+
+	<import file="../../build.xml" />
+	
+   <target name="package">
+      <maven target="install" basedir="${basedir}">
+         <arg line="-Pjboss5" />
+      </maven>
+   </target>
+   
+   <target name="clean">
+      <maven target="clean" basedir="${basedir}">
+      	<arg line="-Pjboss5" />
+      </maven>
+   </target>
+	
+</project>



More information about the weld-commits mailing list