[jbpm-commits] JBoss JBPM SVN: r3434 - in jbpm3/tags/jbpm-3.2.4.GA/hudson: hudson-home and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Dec 18 13:52:16 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-12-18 13:52:16 -0500 (Thu, 18 Dec 2008)
New Revision: 3434

Added:
   jbpm3/tags/jbpm-3.2.4.GA/hudson/profiles.xml.local.qa
Modified:
   jbpm3/tags/jbpm-3.2.4.GA/hudson/hudson-home/command.sh
Log:
Add profiles.xml.local.qa

Modified: jbpm3/tags/jbpm-3.2.4.GA/hudson/hudson-home/command.sh
===================================================================
--- jbpm3/tags/jbpm-3.2.4.GA/hudson/hudson-home/command.sh	2008-12-18 15:26:21 UTC (rev 3433)
+++ jbpm3/tags/jbpm-3.2.4.GA/hudson/hudson-home/command.sh	2008-12-18 18:52:16 UTC (rev 3434)
@@ -36,7 +36,6 @@
 # Build distro
 #
 cd $JBPMDIR
-cp profiles.xml.example profiles.xml
 MVN_CMD="mvn -U $ENVIRONMENT -Pdistro clean install"
 echo $MVN_CMD; $MVN_CMD; MVN_STATUS=$?
 if [ $MVN_STATUS -ne 0 ]; then

Copied: jbpm3/tags/jbpm-3.2.4.GA/hudson/profiles.xml.local.qa (from rev 3433, jbpm3/trunk/hudson/profiles.xml.local.qa)
===================================================================
--- jbpm3/tags/jbpm-3.2.4.GA/hudson/profiles.xml.local.qa	                        (rev 0)
+++ jbpm3/tags/jbpm-3.2.4.GA/hudson/profiles.xml.local.qa	2008-12-18 18:52:16 UTC (rev 3434)
@@ -0,0 +1,42 @@
+<profilesXml xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
+  <profiles>
+
+    <!-- This profile can also be defined in ~/.m2/settings.xml -->   
+    <profile>
+      <id>jboss-home-profile</id>
+      <activation>
+        <property>
+          <name>user.name</name>
+        </property>
+      </activation>
+      <properties>
+      
+        <jdbc.mysql.url>jdbc:mysql://localhost:3306/jbpmtest</jdbc.mysql.url>
+        <jdbc.mysql.server>localhost</jdbc.mysql.server>
+        <jdbc.mysql.port>3306</jdbc.mysql.port>
+        <jdbc.mysql.database>jbpmtest</jdbc.mysql.database>
+        <jdbc.mysql.username>jbpmtest</jdbc.mysql.username>
+        <jdbc.mysql.password></jdbc.mysql.password>
+        
+        <jdbc.sybase.url>jdbc:jtds:sybase://192.168.0.101:5000/jbpmtest</jdbc.sybase.url>
+        <jdbc.sybase.server>192.168.0.101</jdbc.sybase.server>
+        <jdbc.sybase.port>5000</jdbc.sybase.port>
+        <jdbc.sybase.database>jbpmtest</jdbc.sybase.database>
+        <jdbc.sybase.username>jbpmtest</jdbc.sybase.username>
+        <jdbc.sybase.password>jbpmtest</jdbc.sybase.password>
+        
+        <!-- PostgreSQL is currently not supported    
+        <jdbc.postgresql.url>jdbc:postgresql://localhost:5432/jbpmtest</jdbc.postgresql.url>
+        <jdbc.postgresql.server>localhost</jdbc.postgresql.server>
+        <jdbc.postgresql.port>5432</jdbc.postgresql.port>
+        <jdbc.postgresql.database>jbpmtest</jdbc.postgresql.database>
+        <jdbc.postgresql.username>jbpmtest</jdbc.postgresql.username>
+        <jdbc.postgresql.password></jdbc.postgresql.password>
+        -->
+        
+      </properties>
+    </profile>
+    
+  </profiles>
+</profilesXml>




More information about the jbpm-commits mailing list