mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-13 03:55:22 +02:00
making the ruby version identical to the perl version
This commit is contained in:
parent
48487d25a8
commit
4293d74b9d
1 changed files with 65 additions and 65 deletions
|
@ -24,7 +24,7 @@ eclipse = "../eclipse"
|
|||
builder = "."
|
||||
|
||||
# "working" is where the build is actually done, does not need to exist
|
||||
working = "../build"
|
||||
working = "../working"
|
||||
|
||||
# make these absolute paths
|
||||
eclipse = File.expand_path(eclipse)
|
||||
|
@ -47,7 +47,7 @@ publishDirectory = "#{working}/publish"
|
|||
|
||||
tag = ask("Enter tag to fetch from CVS", "HEAD")
|
||||
buildType = ask("Enter build type (P=Personal, N=Nightly, I=Integration, S=Stable)", "P")
|
||||
buildId = ask("Enter the build id", buildType + Time.now.strftime("%Y%m%d-%H%M"))
|
||||
buildId = ask("Enter the build id", buildType + Time.now.strftime("%Y%m%d%H%M"))
|
||||
|
||||
command = "java -cp #{eclipse}/startup.jar org.eclipse.core.launcher.Main "
|
||||
command += "-application org.eclipse.ant.core.antRunner "
|
||||
|
|
Loading…
Add table
Reference in a new issue