update target platform to release 21-12
This commit is contained in:
parent
e629bdc5bc
commit
c9c6db8e4c
|
@ -1,5 +1,3 @@
|
||||||
source.. = src/
|
|
||||||
output.. = bin/
|
|
||||||
bin.includes = plugin.xml,\
|
bin.includes = plugin.xml,\
|
||||||
META-INF/,\
|
META-INF/,\
|
||||||
.,\
|
.,\
|
||||||
|
|
|
@ -17,7 +17,6 @@ import org.osgi.service.prefs.BackingStoreException;
|
||||||
|
|
||||||
import com.minres.scviewer.e4.application.preferences.PreferenceConstants;
|
import com.minres.scviewer.e4.application.preferences.PreferenceConstants;
|
||||||
|
|
||||||
@SuppressWarnings("restriction")
|
|
||||||
public class EnableHover {
|
public class EnableHover {
|
||||||
static final String TAG_NAME = "EnableHover"; //$NON-NLS-1$
|
static final String TAG_NAME = "EnableHover"; //$NON-NLS-1$
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,6 @@ import org.osgi.service.prefs.BackingStoreException;
|
||||||
|
|
||||||
import com.minres.scviewer.e4.application.preferences.PreferenceConstants;
|
import com.minres.scviewer.e4.application.preferences.PreferenceConstants;
|
||||||
|
|
||||||
@SuppressWarnings("restriction")
|
|
||||||
public class EnableTxDetails {
|
public class EnableTxDetails {
|
||||||
static final String TAG_NAME = "EnableTxDetails"; //$NON-NLS-1$
|
static final String TAG_NAME = "EnableTxDetails"; //$NON-NLS-1$
|
||||||
|
|
||||||
|
|
|
@ -109,7 +109,6 @@ import com.minres.scviewer.e4.application.preferences.PreferenceConstants;
|
||||||
/**
|
/**
|
||||||
* The Class WaveformViewerPart.
|
* The Class WaveformViewerPart.
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("restriction")
|
|
||||||
public class WaveformViewer implements IFileChangeListener, IPreferenceChangeListener, DisposeListener {
|
public class WaveformViewer implements IFileChangeListener, IPreferenceChangeListener, DisposeListener {
|
||||||
|
|
||||||
/** The Constant ACTIVE_WAVEFORMVIEW. */
|
/** The Constant ACTIVE_WAVEFORMVIEW. */
|
||||||
|
|
18
pom.xml
18
pom.xml
|
@ -108,24 +108,13 @@
|
||||||
<goal>plugin-source</goal>
|
<goal>plugin-source</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.eclipse.tycho.extras</groupId>
|
|
||||||
<artifactId>tycho-source-feature-plugin</artifactId>
|
|
||||||
<version>${tycho-version}</version>
|
|
||||||
|
|
||||||
<executions>
|
|
||||||
<execution>
|
<execution>
|
||||||
<id>source-feature</id>
|
<id>feature-source</id>
|
||||||
<phase>package</phase>
|
|
||||||
<goals>
|
<goals>
|
||||||
<goal>source-feature</goal>
|
<goal>feature-source</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<excludes>
|
<excludes>
|
||||||
<plugin id="com.google.guava" />
|
<plugin id="com.google.guava" />
|
||||||
|
@ -135,9 +124,12 @@
|
||||||
<plugin id="org.eclipse.core.filesystem.linux.x86_64" />
|
<plugin id="org.eclipse.core.filesystem.linux.x86_64" />
|
||||||
<plugin id="org.eclipse.core.filesystem.win32.x86_64" />
|
<plugin id="org.eclipse.core.filesystem.win32.x86_64" />
|
||||||
<plugin id="com.opcoach.e4.preferences" />
|
<plugin id="com.opcoach.e4.preferences" />
|
||||||
|
<plugin id="javax.servlet" />
|
||||||
|
<feature id="com.minres.scviewer.e4.help.feature"/>
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.eclipse.tycho</groupId>
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
<artifactId>tycho-p2-plugin</artifactId>
|
<artifactId>tycho-p2-plugin</artifactId>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<target name="com.minres.scviewer.target" sequenceNumber="138">
|
<target name="com.minres.scviewer.target" sequenceNumber="138">
|
||||||
<locations>
|
<locations>
|
||||||
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
|
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||||
<repository location="http://download.eclipse.org/releases/2021-09/"/>
|
<repository location="http://download.eclipse.org/releases/2021-12/"/>
|
||||||
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
|
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
|
||||||
<unit id="org.eclipse.equinox.p2.sdk.feature.jar" version="0.0.0"/> <!-- needed by Linux exectable-->
|
<unit id="org.eclipse.equinox.p2.sdk.feature.jar" version="0.0.0"/> <!-- needed by Linux exectable-->
|
||||||
<unit id="org.eclipse.equinox.sdk.feature.group" version="0.0.0"/>
|
<unit id="org.eclipse.equinox.sdk.feature.group" version="0.0.0"/>
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
<unit id="javax.servlet" version="0.0.0"/>
|
<unit id="javax.servlet" version="0.0.0"/>
|
||||||
</location>
|
</location>
|
||||||
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
|
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||||
<repository location="https://www.opcoach.com/repository/2021-09/"/>
|
<repository location="https://www.opcoach.com/repository/2021-12/"/>
|
||||||
<unit id="com.opcoach.e4.preferences.feature.feature.group" version="0.0.0"/>
|
<unit id="com.opcoach.e4.preferences.feature.feature.group" version="0.0.0"/>
|
||||||
</location>
|
</location>
|
||||||
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
|
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||||
|
@ -38,9 +38,9 @@
|
||||||
<unit id="org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.feature.group" version="0.0.0"/>
|
<unit id="org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.feature.group" version="0.0.0"/>
|
||||||
</location>
|
</location>
|
||||||
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
|
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||||
<repository location="https://download.eclipse.org/tools/orbit/downloads/2021-09"/>
|
<repository location="https://download.eclipse.org/tools/orbit/downloads/2021-12"/>
|
||||||
<unit id="org.apache.commons.compress" version="1.20.0.v20210713-1928"/>
|
<unit id="org.apache.commons.compress" version="0.0.0"/>
|
||||||
<unit id="org.apache.commons.compress.source" version="1.20.0.v20210713-1928"/>
|
<unit id="org.apache.commons.compress.source" version="0.0.0"/>
|
||||||
</location>
|
</location>
|
||||||
</locations>
|
</locations>
|
||||||
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-15"/>
|
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-15"/>
|
||||||
|
|
Loading…
Reference in New Issue