scripts/build.properties
changeset 158 eea70b5d3a93
parent 157 c68f6790ea55
child 159 137ed78712d1
--- a/scripts/build.properties	Tue Feb 16 13:04:55 2010 -0800
+++ b/scripts/build.properties	Tue Feb 16 15:33:55 2010 -0800
@@ -41,23 +41,11 @@
 # value is a '&' separated list of ',' separate triples.  For example, 
 #     configs=win32,win32,x86 & linux,motif,x86
 # By default the value is *,*,*
-configs = *, *, *
-#configs=win32, win32, x86 & \
-#	win32,win32,x86_64 & \
-#	win32,win32,wpf & \
-#	linux, gtk, ppc & \
-#	linux, gtk, x86 & \
-#	linux, gtk, x86_64 & \
-#	linux, motif, x86 & \
-#	solaris, motif, sparc & \
-#	solaris, gtk, sparc & \
-#	aix, motif, ppc & \
-#	hpux, motif, ia64_32 & \
-#	macosx, carbon, ppc & \
-#	macosx, carbon, x86 & \
-#	macosx, cocoa, ppc & \
-#	macosx, cocoa, x86 & \
-#	macosx, cocoa, x86_64
+#configs = *, *, *
+configs=win32, win32, x86 & \
+	linux, gtk, x86 & \
+ 	macos, cocoa, x86
+
 
 # By default PDE creates one archive (result) per entry listed in the configs property.
 # Setting this value to true will cause PDE to only create one output containing all 
@@ -125,7 +113,7 @@
 
 # Type of build.  Used in naming the build output.  Typically this value is
 # one of I, N, M, S, ...
-buildType=R
+buildType=N
 
 # ID of the build.  Used in naming the build output.
 buildId=TestBuild
@@ -151,7 +139,7 @@
 # in most RCP app or a plug-in,  the baseLocation should be the location of a previously
 # installed Eclipse against which the application or plug-in code will be compiled and the RCP delta pack.
 
-base=/usr/eclipse/JEE/
+base=/usr/eclipse/JEE
 baseLocation=${base}/eclipse
 
 eclipseLocation=/usr/eclipse
@@ -164,8 +152,8 @@
 #transformedRepoLocation=${base}/transformedRepos
 
 #Os/Ws/Arch/nl of the eclipse specified by baseLocation
-baseos=win32
-basews=win32
+baseos=linux
+basews=GTK
 basearch=x86
 
 #this property indicates whether you want the set of plug-ins and features to be considered during the build to be limited to the ones reachable from the features / plugins being built