|
From: <vla...@us...> - 2008-01-10 22:30:04
|
Revision: 245
http://equanda.svn.sourceforge.net/equanda/?rev=245&view=rev
Author: vladimirt
Date: 2008-01-10 14:30:02 -0800 (Thu, 10 Jan 2008)
Log Message:
-----------
fixed jboss host and port
Modified Paths:
--------------
equanda-example/example-ear/pom.xml
Modified: equanda-example/example-ear/pom.xml
===================================================================
--- equanda-example/example-ear/pom.xml 2008-01-10 18:53:54 UTC (rev 244)
+++ equanda-example/example-ear/pom.xml 2008-01-10 22:30:02 UTC (rev 245)
@@ -157,7 +157,7 @@
<deployable>
<artifactId>example-ear</artifactId>
<type>ear</type>
- <pingURL>http://${equanda.jboss.host}:${equanda.jboss.port}/example/index.html</pingURL>
+ <pingURL>http://${example.jboss.host}:${example.jboss.port}/example/index.html</pingURL>
</deployable>
</deployables>
</configuration>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|