[jbpm-commits] JBoss JBPM SVN: r2343 - in jbpm4/trunk: hudson/hudson-home and 3 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Sep 24 09:41:21 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-24 09:41:21 -0400 (Wed, 24 Sep 2008)
New Revision: 2343

Added:
   jbpm4/trunk/hudson/hudson-home/jobs/jBPM4-JDK1.5/
   jbpm4/trunk/hudson/hudson-home/jobs/jBPM4-JDK1.6/
Removed:
   jbpm4/trunk/hudson/hudson-home/jobs/jBPM-Matrix/
   jbpm4/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.5/
   jbpm4/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.6/
Modified:
   jbpm4/trunk/.project
   jbpm4/trunk/hudson/hudson-home/command.sh
   jbpm4/trunk/hudson/hudson-home/jobs/jBPM4-JDK1.5/config.xml
   jbpm4/trunk/hudson/hudson-home/jobs/jBPM4-JDK1.6/config.xml
Log:
Fix hudson jobs

Modified: jbpm4/trunk/.project
===================================================================
--- jbpm4/trunk/.project	2008-09-24 13:25:31 UTC (rev 2342)
+++ jbpm4/trunk/.project	2008-09-24 13:41:21 UTC (rev 2343)
@@ -1,17 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>pvm</name>
+	<name>jbpm</name>
 	<comment></comment>
 	<projects>
 	</projects>
 	<buildSpec>
 		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
 			<name>org.maven.ide.eclipse.maven2Builder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.maven.ide.eclipse.maven2Nature</nature>
 	</natures>
 </projectDescription>

Modified: jbpm4/trunk/hudson/hudson-home/command.sh
===================================================================
--- jbpm4/trunk/hudson/hudson-home/command.sh	2008-09-24 13:25:31 UTC (rev 2342)
+++ jbpm4/trunk/hudson/hudson-home/command.sh	2008-09-24 13:41:21 UTC (rev 2343)
@@ -9,7 +9,7 @@
 JBPMDIR=$WORKSPACE/jbpm
 DISTRODIR=$JBPMDIR/modules/distribution/target
 
-ENVIRONMENT="-Ddatabase=$DATABASE -Djbpm.target.container=$CONTAINER -Djboss.home=$JBOSS_HOME -Djboss.bind.address=$JBOSS_BINDADDR"
+ENVIRONMENT=""
 
 #
 # build the tests

Copied: jbpm4/trunk/hudson/hudson-home/jobs/jBPM4-JDK1.5 (from rev 2341, jbpm4/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.5)

Modified: jbpm4/trunk/hudson/hudson-home/jobs/jBPM4-JDK1.5/config.xml
===================================================================
--- jbpm4/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.5/config.xml	2008-09-24 13:25:00 UTC (rev 2341)
+++ jbpm4/trunk/hudson/hudson-home/jobs/jBPM4-JDK1.5/config.xml	2008-09-24 13:41:21 UTC (rev 2343)
@@ -8,20 +8,6 @@
   </logRotator>
   <keepDependencies>false</keepDependencies>
   <properties>
-    <hudson.model.ParametersDefinitionProperty>
-      <parameterDefinitions>
-        <hudson.model.StringParameterDefinition>
-          <name>CONTAINER</name>
-          <optional>false</optional>
-          <defaultValue>jboss422</defaultValue>
-        </hudson.model.StringParameterDefinition>
-        <hudson.model.StringParameterDefinition>
-          <name>DATABASE</name>
-          <optional>false</optional>
-          <defaultValue>hsqldb</defaultValue>
-        </hudson.model.StringParameterDefinition>
-      </parameterDefinitions>
-    </hudson.model.ParametersDefinitionProperty>
     <hudson.security.AuthorizationMatrixProperty />
   </properties>
   <scm class="hudson.scm.SubversionSCM">

Copied: jbpm4/trunk/hudson/hudson-home/jobs/jBPM4-JDK1.6 (from rev 2341, jbpm4/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.6)

Modified: jbpm4/trunk/hudson/hudson-home/jobs/jBPM4-JDK1.6/config.xml
===================================================================
--- jbpm4/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.6/config.xml	2008-09-24 13:25:00 UTC (rev 2341)
+++ jbpm4/trunk/hudson/hudson-home/jobs/jBPM4-JDK1.6/config.xml	2008-09-24 13:41:21 UTC (rev 2343)
@@ -8,20 +8,6 @@
   </logRotator>
   <keepDependencies>false</keepDependencies>
   <properties>
-    <hudson.model.ParametersDefinitionProperty>
-      <parameterDefinitions>
-        <hudson.model.StringParameterDefinition>
-          <name>CONTAINER</name>
-          <optional>false</optional>
-          <defaultValue>jboss422</defaultValue>
-        </hudson.model.StringParameterDefinition>
-        <hudson.model.StringParameterDefinition>
-          <name>DATABASE</name>
-          <optional>false</optional>
-          <defaultValue>hsqldb</defaultValue>
-        </hudson.model.StringParameterDefinition>
-      </parameterDefinitions>
-    </hudson.model.ParametersDefinitionProperty>
     <hudson.security.AuthorizationMatrixProperty />
   </properties>
   <scm class="hudson.scm.SubversionSCM">




More information about the jbpm-commits mailing list