Author: nickboldt
Date: 2009-11-06 09:36:57 -0500 (Fri, 06 Nov 2009)
New Revision: 18448
Modified:
trunk/bpel/releng/build.properties
trunk/bpel/releng/maps/project.map
trunk/bpel/releng/maps/test.common.map
Log:
fix missing deps
Modified: trunk/bpel/releng/build.properties
===================================================================
--- trunk/bpel/releng/build.properties 2009-11-06 14:18:15 UTC (rev 18447)
+++ trunk/bpel/releng/build.properties 2009-11-06 14:36:57 UTC (rev 18448)
@@ -44,6 +44,10 @@
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.jboss.org/jbosstools/updates/nightly/trunk/
+pluginIDsToInstall=org.jboss.ide.eclipse.as.wtp.core
+
flattenDependencies=true
parallelCompilation=true
generateFeatureVersionSuffix=true
Modified: trunk/bpel/releng/maps/project.map
===================================================================
--- trunk/bpel/releng/maps/project.map 2009-11-06 14:18:15 UTC (rev 18447)
+++ trunk/bpel/releng/maps/project.map 2009-11-06 14:36:57 UTC (rev 18448)
@@ -18,4 +18,7 @@
feature@org.jboss.tools.bpel.tests.feature=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/bpel/features/org.jboss.tools.bpel.tests.feature
plugin@org.eclipse.tools.bpel.ui.test=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/bpel/tests/org.eclipse.tools.bpel.ui.test
-org.jboss.tools.bpel.cheatsheet
\ No newline at end of file
+org.jboss.tools.bpel.cheatsheet
+
+!*** required shared/common plugins instead of pulling sources, build against
http://download.jboss.org/jbosstools/updates/nightly/trunk/
+!***
plugin@org.jboss.ide.eclipse.as.wtp.core=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.core
\ No newline at end of file
Modified: trunk/bpel/releng/maps/test.common.map
===================================================================
--- trunk/bpel/releng/maps/test.common.map 2009-11-06 14:18:15 UTC (rev 18447)
+++ trunk/bpel/releng/maps/test.common.map 2009-11-06 14:36:57 UTC (rev 18448)
@@ -1,4 +1,6 @@
!*** required to run tests
plugin@org.jboss.tools.common=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/common/plugins/org.jboss.tools.common
plugin@org.jboss.tools.common.test=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/common/tests/org.jboss.tools.common.test
+
plugin@org.jboss.tools.test=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/tests/tests/org.jboss.tools.test
+plugin@org.jboss.tools.tests=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/tests/tests/org.jboss.tools.test
\ No newline at end of file