Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 59cf93327f38fc989f459bce7220a28870604811 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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