Skip to content

Commit

Permalink
jdk21 push
Browse files Browse the repository at this point in the history
  • Loading branch information
theanuradha committed Mar 6, 2024
1 parent 64664f3 commit ac2a944
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 14 deletions.
6 changes: 5 additions & 1 deletion info.limpet.stackedcharts.model/.classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion info.limpet.stackedcharts.ui/.classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="libs/org.eclipse.nebula.effects.stw_1.0.0.201604151927-patched.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="libs/commons-math3-3.3.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion org.freehep/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<classpathentry exported="true" kind="lib" path="libs/freehep-graphicsbase-2.4.jar"/>
<classpathentry exported="true" kind="lib" path="libs/freehep-graphicsio-2.4.jar"/>
<classpathentry exported="true" kind="lib" path="libs/freehep-graphicsio-emf-2.4.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
Expand Down
6 changes: 3 additions & 3 deletions org.mwc.asset.core/asset.product
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
<intro introId="org.mwc.debrief.core.intro"/>

<vm>
<linux include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7</linux>
<macos include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7</macos>
<windows include="true">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7</windows>
<linux include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11</linux>
<macos include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11</macos>
<windows include="true">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11</windows>
</vm>

<plugins>
Expand Down
4 changes: 2 additions & 2 deletions org.mwc.cmap.geotools/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
</fileset>
</path>
<property name="bootclasspath" refid="path_bootclasspath"/>
<condition property="bundleBootClasspath" value="${JavaSE-1.7}" >
<isset property="JavaSE-1.7"/>
<condition property="bundleBootClasspath" value="${JavaSE-11}" >
<isset property="JavaSE-11"/>
</condition>
<property name="bundleBootClasspath" value="${bootclasspath}"/> <target name="init">
<condition property="pluginTemp" value="${buildTempFolder}/plugins" >
Expand Down
4 changes: 2 additions & 2 deletions org.mwc.cmap.legacy/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
</fileset>
</path>
<property name="bootclasspath" refid="path_bootclasspath"/>
<condition property="bundleBootClasspath" value="${JavaSE-1.7}" >
<isset property="JavaSE-1.7"/>
<condition property="bundleBootClasspath" value="${JavaSE-11}" >
<isset property="JavaSE-11"/>
</condition>
<property name="bundleBootClasspath" value="${bootclasspath}"/>

Expand Down
4 changes: 2 additions & 2 deletions org.mwc.debrief.legacy/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
</fileset>
</path>
<property name="bootclasspath" refid="path_bootclasspath"/>
<condition property="bundleBootClasspath" value="${JavaSE-1.7}" >
<isset property="JavaSE-1.7"/>
<condition property="bundleBootClasspath" value="${JavaSE-11}" >
<isset property="JavaSE-11"/>
</condition>
<property name="bundleBootClasspath" value="${bootclasspath}"/>
<xmlproperty file="pom.xml"/>
Expand Down
4 changes: 2 additions & 2 deletions org.mwc.debrief.lite/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
</fileset>
</path>
<property name="bootclasspath" refid="path_bootclasspath"/>
<condition property="bundleBootClasspath" value="${JavaSE-1.7}" >
<isset property="JavaSE-1.7"/>
<condition property="bundleBootClasspath" value="${JavaSE-11}" >
<isset property="JavaSE-11"/>
</condition>
<property name="bundleBootClasspath" value="${bootclasspath}"/>
<xmlproperty file="pom.xml"/>
Expand Down

0 comments on commit ac2a944

Please sign in to comment.