[seam-commits] Seam SVN: r11958 - branches/community/Seam_2_2/src/test/ftest.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Jan 14 05:14:34 EST 2010


Author: kpiwko at redhat.com
Date: 2010-01-14 05:14:34 -0500 (Thu, 14 Jan 2010)
New Revision: 11958

Modified:
   branches/community/Seam_2_2/src/test/ftest/ftest.properties
Log:
Reverting to original ftest.properties

Modified: branches/community/Seam_2_2/src/test/ftest/ftest.properties
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/ftest.properties	2010-01-14 10:07:02 UTC (rev 11957)
+++ branches/community/Seam_2_2/src/test/ftest/ftest.properties	2010-01-14 10:14:34 UTC (rev 11958)
@@ -55,7 +55,7 @@
 # container locations - must be set
 # independent from ${seam.dir}/build.properties
 jboss4.home=
-jboss5.home=/home/kpiwko/deploy/jboss-5.1.0.GA
+jboss5.home=
 tomcat6.home=
 jboss-embedded.home=
 
@@ -64,7 +64,7 @@
 jboss4.jvm.arguments=-Xms512m -Xmx1024m -XX:MaxPermSize=512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
 
 jboss5.profile=default
-jboss5.jvm.arguments=-Xms512m -Xmx1512m -XX:MaxPermSize=512m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
+jboss5.jvm.arguments=-Xms512m -Xmx1024m -XX:MaxPermSize=512m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
 
 run.container.per.suite=false
 jboss.deployments.restart=10
@@ -79,13 +79,13 @@
 #seamgen.delete.project=true
 
 # workspace for new projects
-workspace.home=/home/kpiwko/devel/seam-gen/
+workspace.home=
 
 # seam-gen project properties
 database.type=mysql
 database.exists=y
 database.drop=n
-driver.jar=/home/kpiwko/deploy/jdbc/mysql-connector-java-5.1.8-bin.jar
+driver.jar=/home/jharting/jboss/mysql-connector-java-5.1.6-bin.jar
 driver.license.jar=
 hibernate.connection.username=seam
 hibernate.connection.password=seam



More information about the seam-commits mailing list