|
From: <ian...@us...> - 2007-09-07 16:32:52
|
Revision: 380
http://ogoglio.svn.sourceforge.net/ogoglio/?rev=380&view=rev
Author: iansmith
Date: 2007-09-07 09:32:49 -0700 (Fri, 07 Sep 2007)
Log Message:
-----------
developers should ogoglio.interacte_boot property to their settings.xml file
Modified Paths:
--------------
maven/trunk/ogoglio/pom.xml
maven/trunk/ogoglio/src/main/resources/scripts/testApplet.sh
Modified: maven/trunk/ogoglio/pom.xml
===================================================================
--- maven/trunk/ogoglio/pom.xml 2007-09-07 00:27:17 UTC (rev 379)
+++ maven/trunk/ogoglio/pom.xml 2007-09-07 16:32:49 UTC (rev 380)
@@ -30,7 +30,8 @@
<version>0.3-SNAPSHOT</version>
<!-- CARGO INTERACTIONS WITH TOMCAT FOR BOOTING SERVER ONLY -->
<configuration>
- <wait>true</wait>
+
+<wait>${ogoglio.interactive_boot}</wait>
<!-- tomcat 5.5 running on the same machine...-->
<container>
<containerId>tomcat5x</containerId>
Modified: maven/trunk/ogoglio/src/main/resources/scripts/testApplet.sh
===================================================================
--- maven/trunk/ogoglio/src/main/resources/scripts/testApplet.sh 2007-09-07 00:27:17 UTC (rev 379)
+++ maven/trunk/ogoglio/src/main/resources/scripts/testApplet.sh 2007-09-07 16:32:49 UTC (rev 380)
@@ -8,7 +8,7 @@
LIVEC=~/.m2/repository/netscape/liveConnect/1.0/liveConnect-1.0.jar
APPLET=../../../../../ogoglio-viewer-applet/target/ogoglio-viewer-applet-0.0.1-SNAPSHOT.jar
-SPACE=2
+SPACE=$1
ls -l $INT_TEST/*
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|