File: regenerateBootstrapFiles.sh

package info (click to toggle)
eclipse 3.5.2-6squeeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 297,208 kB
  • ctags: 426,326
  • sloc: java: 2,527,099; ansic: 122,607; xml: 100,868; cpp: 33,545; jsp: 3,869; sh: 2,557; perl: 1,650; makefile: 272; csh: 151; python: 69; php: 24
file content (24 lines) | stat: -rw-r--r-- 607 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/bash

baseDir=$(pwd)
workDirectory=
buildID=R3_5_2
baseBuilder=
eclipseBuilder=
baseBuilderTag="R3_5"
eclipseBuilderTag="R3_5_2"
fetchTests="no"
orbitRepoZip=orbitRepo-R20090825191606.zip
ecfBundlesZip=ecf-R3_5_2.zip
ecfTag="v20090604-1131"

java -jar \
/usr/lib/eclipse/plugins/org.eclipse.equinox.launcher_*.jar \
-consolelog \
-data build/eclipse-vM20100210-0800-fetched-src \
-application org.eclipse.ant.core.antRunner \
-f pdebuild.xml generateScripts \
-DbuildDirectory=build/eclipse-3.5.2-src \
-DskipBase=true \
-DsdkSource=build/eclipse-3.5.2-src \
2>&1 | tee ./generatePdeBuildScripts.log