[jbpm-commits] JBoss JBPM SVN: r2101 - in jbpm3/trunk: modules/enterprise and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Sep 4 02:48:21 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-04 02:48:21 -0400 (Thu, 04 Sep 2008)
New Revision: 2101

Modified:
   jbpm3/trunk/
   jbpm3/trunk/modules/enterprise/pom.xml
   jbpm3/trunk/profiles.xml.example
Log:
Externalize jboss.bind.address


Property changes on: jbpm3/trunk
___________________________________________________________________
Name: svn:ignore
   - target
.settings
clipboard.txt

   + target
.settings
clipboard.txt
profiles.xml


Modified: jbpm3/trunk/modules/enterprise/pom.xml
===================================================================
--- jbpm3/trunk/modules/enterprise/pom.xml	2008-09-04 06:10:57 UTC (rev 2100)
+++ jbpm3/trunk/modules/enterprise/pom.xml	2008-09-04 06:48:21 UTC (rev 2101)
@@ -205,6 +205,24 @@
 
   <!-- 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>

Modified: jbpm3/trunk/profiles.xml.example
===================================================================
--- jbpm3/trunk/profiles.xml.example	2008-09-04 06:10:57 UTC (rev 2100)
+++ jbpm3/trunk/profiles.xml.example	2008-09-04 06:48:21 UTC (rev 2101)
@@ -12,7 +12,8 @@
       </activation>
       <properties>
         <jboss422.home>/home/tdiesler/svn/jbossas/tags/JBoss_4_2_2_GA/build/output/jboss-4.2.2.GA</jboss422.home>
-        <jboss.bind.address>localhost</jboss.bind.address>
+        <jboss423.home>/home/tdiesler/svn/jbossas/tags/JBoss_4_2_3_GA/build/output/jboss-4.2.3.GA</jboss423.home>
+        <jboss500.home>/home/tdiesler/svn/jbossas/tags/JBoss_5_0_0_CR1/build/output/jboss-5.0.0.CR1</jboss500.home>
       </properties>
     </profile>
     




More information about the jbpm-commits mailing list