[jboss-svn-commits] JBL Code SVN: r15790 - in labs/shotoku/trunk/shotoku-web: example and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Oct 12 03:12:17 EDT 2007
Author: adamw
Date: 2007-10-12 03:12:17 -0400 (Fri, 12 Oct 2007)
New Revision: 15790
Modified:
labs/shotoku/trunk/shotoku-web/build.xml
labs/shotoku/trunk/shotoku-web/example/build.xml
Log:
Adding Seam support
Modified: labs/shotoku/trunk/shotoku-web/build.xml
===================================================================
--- labs/shotoku/trunk/shotoku-web/build.xml 2007-10-12 07:11:25 UTC (rev 15789)
+++ labs/shotoku/trunk/shotoku-web/build.xml 2007-10-12 07:12:17 UTC (rev 15790)
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<project name="Shotoku Web" default="dist">
- <property name="version" value="1.0" />
+ <property name="version" value="1." />
<property name="jar.name" value="shotoku-web-${version}.jar" />
Modified: labs/shotoku/trunk/shotoku-web/example/build.xml
===================================================================
--- labs/shotoku/trunk/shotoku-web/example/build.xml 2007-10-12 07:11:25 UTC (rev 15789)
+++ labs/shotoku/trunk/shotoku-web/example/build.xml 2007-10-12 07:12:17 UTC (rev 15790)
@@ -38,7 +38,7 @@
<!-- Compiling and copying the filter -->
<mkdir dir="${build}/WEB-INF/lib" />
<ant antfile="../build.xml" target="dist" inheritall="false" inheritrefs="false" />
- <copy file="../dist/shotoku-web-1.0.jar" todir="${build}/WEB-INF/lib" />
+ <copy file="../dist/shotoku-web-1.1.jar" todir="${build}/WEB-INF/lib" />
<mkdir dir="${dist}" />
<jar destfile="${dist}/${war.name}" basedir="${build}" />
More information about the jboss-svn-commits
mailing list