[jbpm-commits] JBoss JBPM SVN: r2100 - jbpm3/trunk/modules/enterprise.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Sep 4 02:10:58 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-04 02:10:57 -0400 (Thu, 04 Sep 2008)
New Revision: 2100

Modified:
   jbpm3/trunk/modules/enterprise/pom.xml
Log:
Use jboss.bind.address from profiles.xml

Modified: jbpm3/trunk/modules/enterprise/pom.xml
===================================================================
--- jbpm3/trunk/modules/enterprise/pom.xml	2008-09-04 05:53:09 UTC (rev 2099)
+++ jbpm3/trunk/modules/enterprise/pom.xml	2008-09-04 06:10:57 UTC (rev 2100)
@@ -205,25 +205,6 @@
 
   <!-- Profiles -->
   <profiles>
-  
-    <!-- 
-    Name:  no-jboss-bind-address
-    Descr: Set the default jboss.bind.address
-    
-    command line cannot overwrite pom properties
-    http://jira.codehaus.org/browse/MNG-3546   
-    -->
-    <profile>
-      <id>no-jboss-bind-address</id>
-      <activation>
-        <property>
-          <name>!jboss.bind.address</name>
-        </property>
-      </activation>
-      <properties>
-        <jboss.bind.address>localhost</jboss.bind.address>
-      </properties>
-    </profile>
   </profiles>
   
-</project>
\ No newline at end of file
+</project>




More information about the jbpm-commits mailing list