Author: nickboldt
Date: 2009-11-09 22:32:32 -0500 (Mon, 09 Nov 2009)
New Revision: 18547
Added:
trunk/bpel/releng/build.properties.example.hudson.qa.jboss.com
Modified:
trunk/bpel/releng/build.properties
trunk/bpel/releng/build.properties.example.linux
Log:
https://jira.jboss.org/jira/browse/JBIDE-5171 update to latest
Modified: trunk/bpel/releng/build.properties
===================================================================
--- trunk/bpel/releng/build.properties 2009-11-10 03:31:50 UTC (rev 18546)
+++ trunk/bpel/releng/build.properties 2009-11-10 03:32:32 UTC (rev 18547)
@@ -12,23 +12,8 @@
mainFeatureToBuildID=org.jboss.tools.bpel.sdk.feature
testFeatureToBuildID=org.jboss.tools.bpel.tests.feature
-# tests do not run due to missing dependencies for o.j.t.c - xulrunner and xpcom?
build.steps=buildUpdate,buildTests,generateDigests,test,publish,cleanup
-#build.steps=buildUpdate,generateDigests,publish,cleanup
-# to (re)generate map and psfs, use these settings
-#build.steps=dir2svnmap,map2psf
-#dir2map.reporoot =
http://anonsvn.jboss.org/repos
-#dir2map.repopath = jbosstools/trunk/bpel
-#dir2map.dir = /home/nboldt/eclipse/workspace-jboss/jbosstools-trunk/bpel
-#dir2map.map =
/home/nboldt/eclipse/workspace-jboss/jbosstools-trunk/bpel/releng/maps/project.map
-
-# Re-use local sources?
-# note: to run tests locally, these plugins must be pre-checked out into the local source
folder:
-#org.jboss.tools.common.test -> /path/to/common/tests/org.jboss.tools.common.test/
-#org.jboss.tools.common -> /path/to/common/plugins/org.jboss.tools.common/
-#org.jboss.tools.tests -> /path/to/tests/tests/org.jboss.tools.tests/
-
# JBoss Hudson Variables defined in
/home/hudson/config_repository/resources/common.variables
JAVA_HOME=${JAVA_HOME_PARENT}
JAVA14_HOME=${JAVA_HOME_PARENT}
@@ -46,13 +31,16 @@
# use precompiled binaries from latest build as input to this build
repositoryURLs=http://download.eclipse.org/releases/galileo/,http://downl...
-pluginIDsToInstall=org.jboss.ide.eclipse.as.wtp.core
+pluginIDsToInstall=org.jboss.ide.eclipse.as.wtp.core+org.jboss.tools.vpe.resref+org.jboss.tools.jst.web.ui+org.eclipse.core.net
flattenDependencies=true
parallelCompilation=true
generateFeatureVersionSuffix=true
individualSourceBundles=true
+# don't suppress cleanup if tests fail
+noclean=false
+
# do not sign or pack jars
#skipPack=true
skipSign=true
Added:
trunk/bpel/releng/build.properties.example.hudson.qa.jboss.com
===================================================================
---
trunk/bpel/releng/build.properties.example.hudson.qa.jboss.com
(rev 0)
+++
trunk/bpel/releng/build.properties.example.hudson.qa.jboss.com 2009-11-10 03:32:32 UTC
(rev 18547)
@@ -0,0 +1,52 @@
+## BEGIN PROJECT BUILD PROPERTIES ##
+
+# this property allows ant-contrib and pde-svn-plugin to be fetched and installed
automatically for you
+thirdPartyDownloadLicenseAcceptance="I accept"
+
+projectid=jbosstools.bpel
+zipPrefix=BPEL
+incubation=
+buildType=N
+version=1.0.0
+
+mainFeatureToBuildID=org.jboss.tools.bpel.sdk.feature
+testFeatureToBuildID=org.jboss.tools.bpel.tests.feature
+
+build.steps=buildUpdate,buildTests,generateDigests,test,publish,cleanup
+
+# JBoss Hudson Variables defined in
/home/hudson/config_repository/resources/common.variables
+JAVA_HOME=${JAVA_HOME_PARENT}
+JAVA14_HOME=${JAVA_HOME_PARENT}
+JAVA50_HOME=${JAVA_HOME_PARENT}
+JAVA60_HOME=${JAVA_HOME_PARENT}
+
+dependencyURLs=\
+http://repository.jboss.org/eclipse/galileo/GEF-runtime-3.5.1.zip,\
+http://repository.jboss.org/eclipse/galileo/emf-runtime-2.5.0.zip,\
+http://repository.jboss.org/eclipse/galileo/xsd-runtime-2.5.0.zip,\
+http://repository.jboss.org/eclipse/galileo/wtp-R-3.1.1-20090917225226.zip,\
+http://repository.jboss.org/eclipse/galileo/dtp_1.7.1.zip,\
+http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk.tar.gz
+#http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk-x86_64.tar.gz
+
+# use precompiled binaries from latest build as input to this build
+repositoryURLs=http://download.eclipse.org/releases/galileo/,http://download.jboss.org/jbosstools/updates/nightly/trunk/
+pluginIDsToInstall=org.jboss.ide.eclipse.as.wtp.core+org.jboss.tools.vpe.resref+org.jboss.tools.jst.web.ui+org.eclipse.core.net
+
+flattenDependencies=true
+parallelCompilation=true
+generateFeatureVersionSuffix=true
+individualSourceBundles=true
+
+# don't suppress cleanup if tests fail
+noclean=false
+
+# do not sign or pack jars
+#skipPack=true
+skipSign=true
+
+domainNamespace=*
+projNamespace=org.jboss.tools.bpel
+projRelengName=org.jboss.tools.bpel.releng
+
+## END PROJECT BUILD PROPERTIES ##
Property changes on:
trunk/bpel/releng/build.properties.example.hudson.qa.jboss.com
___________________________________________________________________
Name: svn:executable
+ *
Modified: trunk/bpel/releng/build.properties.example.linux
===================================================================
--- trunk/bpel/releng/build.properties.example.linux 2009-11-10 03:31:50 UTC (rev 18546)
+++ trunk/bpel/releng/build.properties.example.linux 2009-11-10 03:32:32 UTC (rev 18547)
@@ -12,17 +12,8 @@
mainFeatureToBuildID=org.jboss.tools.bpel.sdk.feature
testFeatureToBuildID=org.jboss.tools.bpel.tests.feature
-# tests do not run due to missing dependencies for o.j.t.c - xulrunner and xpcom?
build.steps=buildUpdate,buildTests,generateDigests,test,publish,cleanup
-#build.steps=buildUpdate,generateDigests,publish,cleanup
-# to (re)generate map and psfs, use these settings
-#build.steps=dir2svnmap,map2psf
-#dir2map.reporoot =
http://anonsvn.jboss.org/repos
-#dir2map.repopath = jbosstools/trunk/bpel
-#dir2map.dir = /home/nboldt/eclipse/workspace-jboss/jbosstools-trunk/bpel
-#dir2map.map =
/home/nboldt/eclipse/workspace-jboss/jbosstools-trunk/bpel/releng/maps/project.map
-
# Re-use local sources?
# note: to run tests locally, these plugins must be pre-checked out into the local source
folder:
#org.jboss.tools.common.test -> /path/to/common/tests/org.jboss.tools.common.test/
@@ -46,18 +37,24 @@
http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk.t...
#http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk-x86_64.tar.gz
+# use precompiled binaries from latest build as input to this build
+repositoryURLs=http://download.eclipse.org/releases/galileo/,http://download.jboss.org/jbosstools/updates/nightly/trunk/
+pluginIDsToInstall=org.jboss.ide.eclipse.as.wtp.core+org.jboss.tools.vpe.resref+org.jboss.tools.jst.web.ui+org.eclipse.core.net
+
flattenDependencies=true
parallelCompilation=true
generateFeatureVersionSuffix=true
individualSourceBundles=true
+# don't suppress cleanup if tests fail
+noclean=false
+
+# do not sign or pack jars
+#skipPack=true
+skipSign=true
+
domainNamespace=*
projNamespace=org.jboss.tools.bpel
projRelengName=org.jboss.tools.bpel.releng
-# needed for Hudson, not for local?
-#projRelengRoot=svn://svn.jboss.org/repos/jbosstools/trunk/bpel
-#projRelengPath=releng
-#basebuilderBranch=R35_M6
-
## END PROJECT BUILD PROPERTIES ##