equal
deleted
inserted
replaced
130 # against which you are building. |
130 # against which you are building. |
131 # Base location for anything the build needs to compile against. For example, |
131 # Base location for anything the build needs to compile against. For example, |
132 # in most RCP app or a plug-in, the baseLocation should be the location of a previously |
132 # in most RCP app or a plug-in, the baseLocation should be the location of a previously |
133 # installed Eclipse against which the application or plug-in code will be compiled and the RCP delta pack. |
133 # installed Eclipse against which the application or plug-in code will be compiled and the RCP delta pack. |
134 |
134 |
135 base=/usr/master/eclipse/3.6M6/jee |
135 base=/usr/master/eclipse/3.6m6/jee |
136 baseLocation=${base}/eclipse |
136 baseLocation=${base}/eclipse |
137 |
137 |
138 eclipseLocation=/usr/master/eclipse/3.6M6/pde/eclipse |
138 eclipseLocation=/usr/master/eclipse/3.6m6/pde/eclipse |
139 # equinoxLauncherPluginVersion=1.0.201.R35x_v20090715 |
139 # equinoxLauncherPluginVersion=1.0.201.R35x_v20090715 |
140 equinoxLauncherPluginVersion=1.1.0.v20100307 |
140 equinoxLauncherPluginVersion=1.1.0.v20100307 |
141 # pdeBuildPluginVersion=3.5.2.R35x_20100114 |
141 # pdeBuildPluginVersion=3.5.2.R35x_20100114 |
142 pdeBuildPluginVersion=3.6.0.v20100311-1400 |
142 pdeBuildPluginVersion=3.6.0.v20100311-1400 |
143 |
143 |