[seam-commits] Seam SVN: r7927 - trunk/seam-gen.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Sun Apr 13 16:28:05 EDT 2008
Author: dan.j.allen
Date: 2008-04-13 16:28:05 -0400 (Sun, 13 Apr 2008)
New Revision: 7927
Modified:
trunk/seam-gen/build.xml
Log:
remove extra spaces
Modified: trunk/seam-gen/build.xml
===================================================================
--- trunk/seam-gen/build.xml 2008-04-13 20:27:21 UTC (rev 7926)
+++ trunk/seam-gen/build.xml 2008-04-13 20:28:05 UTC (rev 7927)
@@ -210,7 +210,7 @@
<property name="old.project.type" value="ear"/>
<input addproperty="project.type.new"
- message="Is this project deployed as an EAR (with EJB components) or a WAR (with no EJB support) [${old.project.type}] "
+ message="Is this project deployed as an EAR (with EJB components) or a WAR (with no EJB support) [${old.project.type}]"
validargs="ear,war"
defaultvalue="${old.project.type}"/>
@@ -234,7 +234,7 @@
</condition>
<property name="database.type.default" value="hsql"/>
<input addproperty="database.type.new"
- message="What kind of database are you using? [${database.type.default}] "
+ message="What kind of database are you using? [${database.type.default}]"
validargs="hsql,mysql,oracle,postgres,mssql,db2,sybase,enterprisedb,h2"
defaultvalue="${database.type.default}"/>
@@ -404,13 +404,13 @@
<property name="old.database.exists" value="n"/>
<input addproperty="database.exists.new"
- message="Are you working with tables that already exist in the database? [${old.database.exists}] "
+ message="Are you working with tables that already exist in the database? [${old.database.exists}]"
validargs="y,n"
defaultvalue="${old.database.exists}"/>
<property name="old.database.drop" value="n"/>
<input addproperty="database.drop.new"
- message="Do you want to drop and recreate the database tables and data in import.sql each time you deploy? [${old.database.drop}] "
+ message="Do you want to drop and recreate the database tables and data in import.sql each time you deploy? [${old.database.drop}]"
validargs="y,n"
defaultvalue="${old.database.drop}"/>
@@ -555,7 +555,7 @@
<target name="query-input">
<property name="entity.name.default" value="Entity" />
<input addproperty="entity.name"
- message="Enter the entity class to search for [${entity.name.default}] "
+ message="Enter the entity class to search for [${entity.name.default}]"
defaultvalue="${entity.name}"/>
<property name="entity.file" value="${project.home}/src/${model.dir}/${entity.name}.java" />
@@ -696,7 +696,7 @@
</target>
<target name="file-copy" depends="file-copy-war,file-copy-ear,setup-filters">
-
+
<copy todir="${project.home}/resources">
<fileset dir="${base.dir}/resources/">
<exclude name="datasource-ds.xml"/>
More information about the seam-commits
mailing list