Merge "Issue #2851 - initial 64-bit build of the bignsharp DLL" into development
Former-commit-id: 5346beaf24ad66cfffab9e115c8d22b4c2fe2f95
This commit is contained in:
commit
6acf5fefcc
7 changed files with 62 additions and 1 deletions
|
@ -60,5 +60,14 @@
|
|||
install-size="0"
|
||||
version="0.0.0"
|
||||
fragment="true"/>
|
||||
|
||||
<plugin
|
||||
id="gov.noaa.nws.ncep.ui.nsharp.win64"
|
||||
os="win32"
|
||||
arch="x86_64"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
fragment="true"/>
|
||||
|
||||
</feature>
|
||||
</feature>
|
6
ncep/gov.noaa.nws.ncep.ui.nsharp.win64/.classpath
Normal file
6
ncep/gov.noaa.nws.ncep.ui.nsharp.win64/.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.win64/.project
Normal file
28
ncep/gov.noaa.nws.ncep.ui.nsharp.win64/.project
Normal file
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>gov.noaa.nws.ncep.ui.nsharp.win64</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,7 @@
|
|||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
|
||||
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 64-Bit
|
||||
Bundle-SymbolicName: gov.noaa.nws.ncep.ui.nsharp.win64
|
||||
Bundle-Version: 1.14.0
|
||||
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_64))
|
BIN
ncep/gov.noaa.nws.ncep.ui.nsharp.win64/bignsharp.dll
Normal file
BIN
ncep/gov.noaa.nws.ncep.ui.nsharp.win64/bignsharp.dll
Normal file
Binary file not shown.
3
ncep/gov.noaa.nws.ncep.ui.nsharp.win64/build.properties
Normal file
3
ncep/gov.noaa.nws.ncep.ui.nsharp.win64/build.properties
Normal file
|
@ -0,0 +1,3 @@
|
|||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
bignsharp.dll
|
Loading…
Add table
Reference in a new issue