[jbpm-commits] JBoss JBPM SVN: r3257 - in jbpm3/trunk/hudson: hudson-home and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Dec 8 03:09:11 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-12-08 03:09:11 -0500 (Mon, 08 Dec 2008)
New Revision: 3257

Added:
   jbpm3/trunk/hudson/profiles.xml.redhat.qa
Modified:
   jbpm3/trunk/hudson/hudson-home/command.sh
Log:
Add profiles.xml.redhat.qa

Modified: jbpm3/trunk/hudson/hudson-home/command.sh
===================================================================
--- jbpm3/trunk/hudson/hudson-home/command.sh	2008-12-07 21:41:10 UTC (rev 3256)
+++ jbpm3/trunk/hudson/hudson-home/command.sh	2008-12-08 08:09:11 UTC (rev 3257)
@@ -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

Added: jbpm3/trunk/hudson/profiles.xml.redhat.qa
===================================================================
--- jbpm3/trunk/hudson/profiles.xml.redhat.qa	                        (rev 0)
+++ jbpm3/trunk/hudson/profiles.xml.redhat.qa	2008-12-08 08:09:11 UTC (rev 3257)
@@ -0,0 +1,41 @@
+<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://dev02.qa.atl2.redhat.com/jbpm3</jdbc.mysql.url>
+        <jdbc.mysql.server>dev02.qa.atl2.redhat.com</jdbc.mysql.server>
+        <jdbc.mysql.port>3306</jdbc.mysql.port>
+        <jdbc.mysql.database>jbpmtest</jdbc.mysql.database>
+        <jdbc.mysql.username>jbpm3</jdbc.mysql.username>
+        <jdbc.mysql.password>jbpm3</jdbc.mysql.password>
+        
+        <!--   
+        <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>
+        
+        <jdbc.sybase.url>jdbc:jtds:sybase://localhost:5000/jbpmtest</jdbc.sybase.url>
+        <jdbc.sybase.server>localhost</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>
+        -->
+      </properties>
+    </profile>
+    
+  </profiles>
+</profilesXml>




More information about the jbpm-commits mailing list