[seam-commits] Seam SVN: r10537 - branches/community/Seam_2_1/seam-gen.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Apr 20 16:44:17 EDT 2009


Author: dan.j.allen
Date: 2009-04-20 16:44:17 -0400 (Mon, 20 Apr 2009)
New Revision: 10537

Modified:
   branches/community/Seam_2_1/seam-gen/build.xml
Log:
add a Seam version reporting command (useful when seam is on PATH)


Modified: branches/community/Seam_2_1/seam-gen/build.xml
===================================================================
--- branches/community/Seam_2_1/seam-gen/build.xml	2009-04-20 20:43:53 UTC (rev 10536)
+++ branches/community/Seam_2_1/seam-gen/build.xml	2009-04-20 20:44:17 UTC (rev 10537)
@@ -1710,6 +1710,10 @@
         <echo message="Database password: ${hibernate.connection.password}"/>
     </target>
 
+    <target name="version" depends="init">
+        <echo>Seam version: ${complete.version}</echo>
+    </target>
+
     <target name="help" depends="init">
         <print file="${seam-gen.dir}/README"/>
     </target>




More information about the seam-commits mailing list