View | Details | Raw Unified | Return to bug 109510
Collapse All | Expand All

(-)data/env.properties (-2 / +2 lines)
Lines 22-29 Link Here
22
J2SE-1.4.javacSource=1.3
22
J2SE-1.4.javacSource=1.3
23
J2SE-1.4.javacTarget=1.2
23
J2SE-1.4.javacTarget=1.2
24
24
25
J2SE-5.0.javacSource=1.5
25
J2SE-1.5.javacSource=1.5
26
J2SE-5.0.javacTarget=1.5
26
J2SE-1.5.javacTarget=1.5
27
27
28
PersonalJava-1.1.javacSource=1.1
28
PersonalJava-1.1.javacSource=1.1
29
PersonalJava-1.1.javacTarget=1.1
29
PersonalJava-1.1.javacTarget=1.1
(-)templates/build.properties (-15 / +16 lines)
Lines 143-163 Link Here
143
bootclasspath=${java.home}/lib/rt.jar
143
bootclasspath=${java.home}/lib/rt.jar
144
144
145
# JRE specific bootclasspath. These values are used to compile bundle specifying a Bundle-RequiredExecutionEnvironment
145
# JRE specific bootclasspath. These values are used to compile bundle specifying a Bundle-RequiredExecutionEnvironment
146
bootclasspath.CDC-1.0/Foundation-1.0=${bootclasspath}
146
# uncomment and set values for environments that you support
147
bootclasspath.CDC-1.1/Foundation-1.1=${bootclasspath}
147
#bootclasspath.CDC-1.0/Foundation-1.0=${bootclasspath}
148
bootclasspath.OSGi/Minimum-1.0=${bootclasspath}
148
#bootclasspath.CDC-1.1/Foundation-1.1=${bootclasspath}
149
bootclasspath.OSGi/Minimum-1.1=${bootclasspath}
149
#bootclasspath.OSGi/Minimum-1.0=${bootclasspath}
150
bootclasspath.JRE-1.1=${bootclasspath}
150
#bootclasspath.OSGi/Minimum-1.1=${bootclasspath}
151
bootclasspath.J2SE-1.2=${bootclasspath}
151
#bootclasspath.JRE-1.1=${bootclasspath}
152
bootclasspath.J2SE-1.3=${bootclasspath}
152
#bootclasspath.J2SE-1.2=${bootclasspath}
153
bootclasspath.J2SE-1.4=${bootclasspath}
153
#bootclasspath.J2SE-1.3=${bootclasspath}
154
bootclasspath.J2SE-5.0=${bootclasspath}
154
#bootclasspath.J2SE-1.4=${bootclasspath}
155
bootclasspath.PersonalJava-1.1=${bootclasspath}
155
#bootclasspath.J2SE-1.5=${bootclasspath}
156
bootclasspath.PersonalJava-1.2=${bootclasspath}
156
#bootclasspath.PersonalJava-1.1=${bootclasspath}
157
bootclasspath.CDC-1.0/PersonalBasis-1.0=${bootclasspath}
157
#bootclasspath.PersonalJava-1.2=${bootclasspath}
158
bootclasspath.CDC-1.0/PersonalJava-1.0=${bootclasspath}
158
#bootclasspath.CDC-1.0/PersonalBasis-1.0=${bootclasspath}
159
bootclasspath.CDC-1.1/PersonalBasis-1.1=${bootclasspath}
159
#bootclasspath.CDC-1.0/PersonalJava-1.0=${bootclasspath}
160
bootclasspath.CDC-1.1/PersonalJava-1.1=${bootclasspath}
160
#bootclasspath.CDC-1.1/PersonalBasis-1.1=${bootclasspath}
161
#bootclasspath.CDC-1.1/PersonalJava-1.1=${bootclasspath}
161
162
162
163
163
# Whether or not to include debug info in the output jars
164
# Whether or not to include debug info in the output jars

Return to bug 109510