[jbpm-commits] JBoss JBPM SVN: r2923 - jbpm3/tags/jpdl-3.2.2-SOA-4.2.0.CP02/build.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Nov 14 05:51:01 EST 2008


Author: koen.aers at jboss.com
Date: 2008-11-14 05:51:01 -0500 (Fri, 14 Nov 2008)
New Revision: 2923

Modified:
   jbpm3/tags/jpdl-3.2.2-SOA-4.2.0.CP02/build/build.properties
Log:
I changed the build.properties file. The relevant change is:

# jboss.home is used for deployment targets. the libraries and binaries dependencies 
# are resolved in the repo with the lib.jboss.version property specified below.  that 
# property also is based on jboss.version to keep them in sync
jboss.version=4.3.0.GA
jboss.eap.short.version=4.3
jboss.eap.release.id=4.3.0.GA_CP02
jboss.eap.name=jboss-eap-${jboss.eap.short.version}
jboss.eap.full.name=jboss-eap-${jboss.eap.release.id}
jboss.eap.remote.file.name=${jboss.eap.full.name}.zip
jboss.home=${software.installation.dir}/${jboss.eap.full.name}/jbossas

The build will now download http://porkchop.redhat.com/released/JBEAP-4.3.0/CP02/zip/jboss-eap-4.3.0.GA_CP02.zip and use that one for the build.

Modified: jbpm3/tags/jpdl-3.2.2-SOA-4.2.0.CP02/build/build.properties
===================================================================
--- jbpm3/tags/jpdl-3.2.2-SOA-4.2.0.CP02/build/build.properties	2008-11-14 10:11:29 UTC (rev 2922)
+++ jbpm3/tags/jpdl-3.2.2-SOA-4.2.0.CP02/build/build.properties	2008-11-14 10:51:01 UTC (rev 2923)
@@ -18,10 +18,12 @@
 # are resolved in the repo with the lib.jboss.version property specified below.  that 
 # property also is based on jboss.version to keep them in sync
 jboss.version=4.3.0.GA
-jboss.eap.version=4.3
-jboss.eap.name=jboss-eap-${jboss.eap.version}
-jboss.eap.remote.file.name=${jboss.eap.name}.0-0.2.beta4.ep1.1.zip
-jboss.home=${software.installation.dir}/${jboss.eap.name}/jbossas
+jboss.eap.short.version=4.3
+jboss.eap.release.id=4.3.0.GA_CP02
+jboss.eap.name=jboss-eap-${jboss.eap.short.version}
+jboss.eap.full.name=jboss-eap-${jboss.eap.release.id}
+jboss.eap.remote.file.name=${jboss.eap.full.name}.zip
+jboss.home=${software.installation.dir}/${jboss.eap.full.name}/jbossas
 
 # the eclipse home property has to end with 'eclipse' since the folders in the eclipse
 # distribution package start with eclipse and that package will be unzipped in
@@ -36,7 +38,7 @@
 # REPOSITORY LOCATION PROPERTIES
 local.repository=${user.home}/jbpm/repository
 remote.repository=http://repository.jboss.org
-remote.jboss.repository=http://porkchop.redhat.com/devel/candidates/JBEAP4.3.0/latest/zip
+remote.jboss.repository=http://porkchop.redhat.com/released/JBEAP-4.3.0/CP02/zip
 docbook.support.dir=${local.repository}
 
 # BROWSER PROPERTIES
@@ -652,7 +654,7 @@
 lib.jaxrpc.api.local=${local.repository}/${lib.jaxrpc.api.path}
 lib.jaxrpc.api.remote=${remote.repository}/${lib.jaxrpc.api.path}
 
-lib.jboss.version=${jboss.version}
+lib.jboss.version=${jboss.eap.release.id}
 lib.jboss.license=lgpl
 lib.jboss.dir=jbossas/core-libs/${lib.jboss.version}/lib
 




More information about the jbpm-commits mailing list