Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/org.eclipse.linuxtools.releng/build.properties.linux')
-rwxr-xr-xreleng/org.eclipse.linuxtools.releng/build.properties.linux55
1 files changed, 55 insertions, 0 deletions
diff --git a/releng/org.eclipse.linuxtools.releng/build.properties.linux b/releng/org.eclipse.linuxtools.releng/build.properties.linux
new file mode 100755
index 0000000000..59cf93327f
--- /dev/null
+++ b/releng/org.eclipse.linuxtools.releng/build.properties.linux
@@ -0,0 +1,55 @@
+# default settings for all this project's builds, for this branch; see also o.e.d.common.releng/build.properties for overrideable defaults
+
+# To permit automatic downloads of non-EPL compatible code, set this to property to "I accept"
+thirdPartyDownloadLicenseAcceptance="I accept"
+projectid=technology.linuxtools
+zipPrefix=linuxtools
+# when project exits incubation, set blank
+incubation=-incubation
+buildType=N
+version=0.3.0
+mainFeatureToBuildID=org.eclipse.linuxtools.all
+testFeatureToBuildID=org.eclipse.linuxtools.test
+JAVA60_HOME=/usr/lib/jvm/java
+JAVA_HOME=${JAVA60_HOME}
+
+# Re-use local sources?
+localSourceCheckoutDir=/home/nboldt/eclipse/workspace-jboss/org.eclipse.linuxtools.tree
+relengBuilderDir=/home/nboldt/eclipse/workspace-jboss/org.eclipse.linuxtools.releng
+relengBaseBuilderDir=/home/nboldt/eclipse/workspace-jboss/org.eclipse.releng.basebuilder
+relengCommonBuilderDir=/home/nboldt/eclipse/workspace-jboss/org.eclipse.dash.common.releng
+
+# works
+#dependencyURLs=\
+#http://download.eclipse.org/eclipse/downloads/drops/R-3.4.2-200902111700/eclipse-SDK-3.4.2-linux-gtk-ppc.tar.gz,\
+#http://download.eclipse.org/tools/cdt/releases/ganymede/dist/cdt-master-5.0.2.zip,\
+#http://download.eclipse.org/birt/downloads/drops/R-R1-2_3_2_1-200904141342/birt-report-framework-2_3_2_1.zip,\
+#http://download.eclipse.org/modeling/emf/emf/downloads/drops/2.4.2/R200902171115/emf-runtime-2.4.2.zip
+
+# would work (if we could solve the socket timout exceptions)
+#dependencyURLs=\
+#http://download.eclipse.org/eclipse/downloads/drops/R-3.4.2-200902111700/eclipse-SDK-3.4.2-linux-gtk.tar.gz
+#repositoryURLs=http://download.eclipse.org/releases/ganymede/
+#featureIDsToInstall=org.eclipse.emf,org.eclipse.birt,org.eclipse.cdt
+
+# would work (if we could solve the socket timout exceptions)
+#dependencyURLs=\
+#http://download.eclipse.org/eclipse/downloads/drops/R-3.4.2-200902111700/eclipse-SDK-3.4.2-linux-gtk.tar.gz
+#repositoryURLs=\
+#http://download.eclipse.org/tools/cdt/updates/ganymede/,\
+#http://download.eclipse.org/modeling/emf/updates/releases/,\
+#http://download.eclipse.org/birt/update-site/2.3/
+#featureIDsToInstall=org.eclipse.emf,org.eclipse.birt,org.eclipse.cdt
+
+# would work (if we could solve the socket timout exceptions)
+# multiple installs in a single operation (requires 3.5M7)
+#dependencyURLs=http://download.eclipse.org/eclipse/downloads/drops/S-3.5M7-200904302300/eclipse-SDK-3.5M7-linux-gtk.tar.gz
+#repositoryURLs=http://download.eclipse.org/releases/galileo
+#featureIDsToInstall=org.eclipse.emf+org.eclipse.birt+org.eclipse.cdt
+
+# automatic install from zips when no *Extra.xml files present
+#dependencyURLs=http://download.eclipse.org/eclipse/downloads/drops/S-3.5M7-200904302300/eclipse-SDK-3.5M7-linux-gtk.tar.gz,\
+#http://download.eclipse.org/tools/cdt/builds/6.0.0/I.I200905061052/cdt-master-6.0.0-I200905061052.zip,\
+#http://download.eclipse.org/birt/downloads/drops/M-R1-2.5M7-200905061338/birt-report-framework-2.5M7.zip,\
+#http://download.eclipse.org/modeling/emf/emf/downloads/drops/2.5.0/S200905041408/emf-runtime-2.5.0M7.zip,\
+#http://download.eclipse.org/tools/gef/downloads/drops/3.5.0/S200905011522/GEF-runtime-3.5.0M7.zip

Back to the top