[seam-commits] Seam SVN: r13704 - branches/community/Seam_2_2/examples/blog.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Sep 2 09:09:32 EDT 2010
Author: manaRH
Date: 2010-09-02 09:09:31 -0400 (Thu, 02 Sep 2010)
New Revision: 13704
Modified:
branches/community/Seam_2_2/examples/blog/build.xml
Log:
fixed description in build.xml
Modified: branches/community/Seam_2_2/examples/blog/build.xml
===================================================================
--- branches/community/Seam_2_2/examples/blog/build.xml 2010-09-02 13:00:26 UTC (rev 13703)
+++ branches/community/Seam_2_2/examples/blog/build.xml 2010-09-02 13:09:31 UTC (rev 13704)
@@ -18,7 +18,7 @@
<property name="clean.extra" value="${basedir}/blogindexes" />
- <target name="jboss42" description="Build the Groovy Booking example artifacts, and deploy to JBoss 4.2.x.GA">
+ <target name="jboss42" description="Build the Blog example artifacts, and deploy to JBoss 4.2.x.GA">
<ant antfile="build-jboss42.xml"/>
</target>
More information about the seam-commits
mailing list