Skip to main content
summaryrefslogtreecommitdiffstats
blob: 3143b843e39bc8bbb3c84e5f0fa2b778596be8d1 (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
## BEGIN PROJECT BUILD PROPERTIES ##

# MUST BE SET #
JAVA_HOME=/usr/java
JAVA60_HOME=/usr/java

eclipse.base.url=http://download.eclipse.org/eclipse/downloads/drops/R-3.6-201006080911/eclipse-SDK-3.6-linux-gtk.tar.gz
eclipse.base.file=eclipse-SDK-3.6-linux-gtk.tar.gz
downloadMirror=http://eclipse.unixheads.org

# To permit automatic downloads of non-EPL compatible code, set this to property to "I accept"
thirdPartyDownloadLicenseAcceptance="I accept"

# MUST BE SET #
projectid="OSEE Client"
zipPrefix=osee_client
incubation=-incubation
version=0.9.6
buildType=N
mainFeatureToBuildID=org.eclipse.osee.client.all.feature
testFeatureToBuildID=org.eclipse.osee.client.all.feature.test

generateOseeHelp=true

oseeAppServerSnapshotPath=\
${hudsonJobsPath}/org.eclipse.osee.server_nightly/lastSuccessfulBuild/artifact/snapshot

oseeAppServerURL=\
${oseeAppServerSnapshotPath}/osee_server-incubation-osgi-runtime-N-Snapshot.zip

associate.sites=\
http://download.eclipse.org/releases/helios,\
http://download.eclipse.org/eclipse/updates/3.6,\
http://download.eclipse.org/technology/subversive/0.7/update-site/,\
http://community.polarion.com/projects/subversive/download/eclipse/2.0/update-site/,\
http://download.itemis.com/updates/releases/,\
http://download.eclipse.org/technology/nebula/xviewer/update-N/,\
http://download.eclipse.org/technology/nebula/calendarcombo/update-N/,\
http://download.eclipse.org/technology/nebula/cdatetime/update-N/,\
http://download.eclipse.org/technology/nebula/cwt/update-N/

repositoryURLs=\
${associate.sites},\
${oseeAppServerSnapshotPath}/osee_server-incubation-update-N-Snapshot.zip

dependencyURLs=\
${downloadMirror}/eclipse/downloads/drops/R-3.6-201006080911/eclipse-test-framework-3.6.zip

featureIDsToInstall=\
org.eclipse.team.svn+\
org.polarion.eclipse.team.svn.connector+\
org.polarion.eclipse.team.svn.connector.source+\
org.polarion.eclipse.team.svn.connector.svnkit16+\
\
org.eclipse.emf.sdk+\
org.eclipse.emf.compare.sdk+\
org.eclipse.emf.mwe2.runtime.sdk+\
org.eclipse.emf.mwe2.language.sdk+\
org.eclipse.xtext.sdk,\
de.itemis.xtext.antlr.sdk,\
\
org.eclipse.gef.sdk+\
org.eclipse.zest.sdk+\
org.eclipse.draw2d.sdk+\
org.eclipse.mylyn.wikitext_feature+\
\
org.eclipse.nebula.widgets.calendarcombo.feature+\
org.eclipse.nebula.widgets.cdatetime.feature+\
org.eclipse.nebula.cwt.feature+\
org.eclipse.nebula.widgets.xviewer.feature+\
\
org.eclipse.birt,\
\
org.eclipse.osee.core.feature

pluginIDSToInstall=

#what steps should we do? default: build.steps=buildUpdate,buildZips,buildTests,generateDigests,test,publish,cleanup
#buildZips - creates update site, runtime, sdk, examples zip
build.steps=buildUpdate,buildZips,buildTests,testLocal,publish
#,cleanup
#buildTests,test, packAllInOnes

compilerArg=-enableJavadoc -encoding ISO-8859-1
flattenDependencies=true
parallelCompilation=true
generateFeatureVersionSuffix=true
individualSourceBundles=true
skipSign=true
#javacVerbose=true

#SKIP PACK2000 step 
skipPack=true 

writableBuildRoot=${WORKSPACE}/build
#filteredDependencyCheck=true
#################################################################################################################
## END PROJECT BUILD PROPERTIES ##

Back to the top