|
From: <tri...@us...> - 2008-01-06 21:17:50
|
Revision: 236
http://equanda.svn.sourceforge.net/equanda/?rev=236&view=rev
Author: triathlon98
Date: 2008-01-06 13:17:45 -0800 (Sun, 06 Jan 2008)
Log Message:
-----------
fix cargo configuration
Modified Paths:
--------------
equanda-example/example-test/pom.xml
Modified: equanda-example/example-test/pom.xml
===================================================================
--- equanda-example/example-test/pom.xml 2008-01-05 01:24:41 UTC (rev 235)
+++ equanda-example/example-test/pom.xml 2008-01-06 21:17:45 UTC (rev 236)
@@ -33,17 +33,17 @@
<wait>${cargo.wait}</wait>
<container>
<containerId>jboss4x</containerId>
- <home>${jboss.appserver.home}</home>
+ <home>${example.jboss.appserver}</home>
</container>
<configuration>
<type>existing</type>
<home>${example.jboss.home}\server\${example.jboss.config}\</home>
<properties>
- <cargo.hostname>${jboss.host}</cargo.hostname>
- <cargo.servlet.port>${jboss.port}</cargo.servlet.port>
- <cargo.jboss.configuration>${jboss.configuration}</cargo.jboss.configuration>
- <cargo.jvmargs>${jboss.jvmargs}</cargo.jvmargs>
- <cargo.logging>${jboss.logging}</cargo.logging>
+ <cargo.hostname>${example.jboss.host}</cargo.hostname>
+ <cargo.servlet.port>${example.jboss.port}</cargo.servlet.port>
+ <cargo.jboss.configuration>${example.jboss.configuration}</cargo.jboss.configuration>
+ <cargo.jvmargs>${example.jboss.jvmargs}</cargo.jvmargs>
+ <cargo.logging>${example.jboss.logging}</cargo.logging>
</properties>
</configuration>
</configuration>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|