Issue #2873 Revert the deletion of the ncep nsharp win32 project.
Amend: added the gov.noaa.nws.ncep.ui.nsharp.win32 plugin dependency back to the com.raytheon.uf.viz.ncep.nsharp.feature/feature.xml. Change-Id: Ic801fbfd81c691298751d0bafbc4d96ba1457776 Former-commit-id: 8209ff5c53bb117b8a18b2923952b289e3021762
This commit is contained in:
parent
5648e27bbc
commit
9c86a55171
8 changed files with 63 additions and 1 deletions
|
@ -43,6 +43,15 @@
|
|||
version="0.0.0"
|
||||
fragment="true"/>
|
||||
|
||||
<plugin
|
||||
id="gov.noaa.nws.ncep.ui.nsharp.win32"
|
||||
os="win32"
|
||||
arch="x86"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
fragment="true"/>
|
||||
|
||||
<plugin
|
||||
id="gov.noaa.nws.ncep.ui.nsharp.win64"
|
||||
os="win32"
|
||||
|
@ -52,4 +61,4 @@
|
|||
version="0.0.0"
|
||||
fragment="true"/>
|
||||
|
||||
</feature>
|
||||
</feature>
|
||||
|
|
6
ncep/gov.noaa.nws.ncep.ui.nsharp.win32/.classpath
Normal file
6
ncep/gov.noaa.nws.ncep.ui.nsharp.win32/.classpath
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
28
ncep/gov.noaa.nws.ncep.ui.nsharp.win32/.project
Normal file
28
ncep/gov.noaa.nws.ncep.ui.nsharp.win32/.project
Normal file
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>gov.noaa.nws.ncep.ui.nsharp.win32</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.pde.ManifestBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.pde.SchemaBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.pde.PluginNature</nature>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
|
@ -0,0 +1,8 @@
|
|||
#Mon Oct 17 10:13:57 CDT 2011
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
|
||||
org.eclipse.jdt.core.compiler.compliance=1.6
|
||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.source=1.6
|
|
@ -0,0 +1,8 @@
|
|||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Win32 Native Nsharp Library 32-Bit
|
||||
Bundle-SymbolicName: gov.noaa.nws.ncep.ui.nsharp.win32
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Fragment-Host: gov.noaa.nws.ncep.ui.nsharp;bundle-version="1.0.0"
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Eclipse-PlatformFilter: (& (osgi.os=win32) (osgi.arch=x86))
|
BIN
ncep/gov.noaa.nws.ncep.ui.nsharp.win32/bignsharp.dll
Normal file
BIN
ncep/gov.noaa.nws.ncep.ui.nsharp.win32/bignsharp.dll
Normal file
Binary file not shown.
3
ncep/gov.noaa.nws.ncep.ui.nsharp.win32/build.properties
Normal file
3
ncep/gov.noaa.nws.ncep.ui.nsharp.win32/build.properties
Normal file
|
@ -0,0 +1,3 @@
|
|||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
bignsharp.dll
|
Loading…
Add table
Reference in a new issue