|
From: <tri...@us...> - 2008-01-07 10:22:18
|
Revision: 237
http://equanda.svn.sourceforge.net/equanda/?rev=237&view=rev
Author: triathlon98
Date: 2008-01-07 02:22:14 -0800 (Mon, 07 Jan 2008)
Log Message:
-----------
small fix in config
Modified Paths:
--------------
equanda-example/example-test/pom.xml
Modified: equanda-example/example-test/pom.xml
===================================================================
--- equanda-example/example-test/pom.xml 2008-01-06 21:17:45 UTC (rev 236)
+++ equanda-example/example-test/pom.xml 2008-01-07 10:22:14 UTC (rev 237)
@@ -30,7 +30,7 @@
<artifactId>cargo-maven2-plugin</artifactId>
<version>0.3-SNAPSHOT</version>
<configuration>
- <wait>${cargo.wait}</wait>
+ <wait>${example.cargo.wait}</wait>
<container>
<containerId>jboss4x</containerId>
<home>${example.jboss.appserver}</home>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|