Issue #1302 Restore jdom.jar, delete net.jcip/.project

Amend:
  Also change the manifest and .classpath for ohd common

Change-Id: I26b4e88d36da6c38da393f2428b79735c881a23b

Former-commit-id: 19c2e301b8 [formerly db4d728eb7] [formerly 595c421e47] [formerly 19c2e301b8 [formerly db4d728eb7] [formerly 595c421e47] [formerly 2b6e98954e [formerly 595c421e47 [formerly 49b999039c470a5df095a202b5a67bf036a5b71c]]]]
Former-commit-id: 2b6e98954e
Former-commit-id: 272761ae41 [formerly eac5bc8197] [formerly 3fe0762a484ee2e5830878352f009474c977d9f7 [formerly 0806be04dd]]
Former-commit-id: 8e66108e274790c8749fcb207ab943f1083f8acf [formerly 1317e0b3ef]
Former-commit-id: f9c6566ba7
This commit is contained in:
Dustin Johnson 2012-11-08 14:36:11 -06:00
parent 8f2f705e20
commit 63240a4ec5
4 changed files with 9 additions and 29 deletions

View file

@ -7,7 +7,7 @@
<classpathentry exported="true" kind="lib" path="externaljars/fldat.jar"/> <classpathentry exported="true" kind="lib" path="externaljars/fldat.jar"/>
<classpathentry exported="true" kind="lib" path="externaljars/ihfsdb.jar"/> <classpathentry exported="true" kind="lib" path="externaljars/ihfsdb.jar"/>
<classpathentry exported="true" kind="lib" path="externaljars/jcchart.jar"/> <classpathentry exported="true" kind="lib" path="externaljars/jcchart.jar"/>
i <classpathentry exported="true" kind="lib" path="externaljars/jdom.jar"/> <classpathentry exported="true" kind="lib" path="externaljars/jdom.jar"/>
<classpathentry exported="true" kind="lib" path="externaljars/junit.jar"/> <classpathentry exported="true" kind="lib" path="externaljars/junit.jar"/>
<classpathentry exported="true" kind="lib" path="externaljars/netcdfUI-2.2.22.jar"/> <classpathentry exported="true" kind="lib" path="externaljars/netcdfUI-2.2.22.jar"/>
<classpathentry exported="true" kind="lib" path="externaljars/postgresql-8.3-603.jdbc3.jar"/> <classpathentry exported="true" kind="lib" path="externaljars/postgresql-8.3-603.jdbc3.jar"/>

View file

@ -120,6 +120,13 @@ Export-Package: ChartDirector,
org.apache.bsf.util.event.generator, org.apache.bsf.util.event.generator,
org.apache.bsf.util.type, org.apache.bsf.util.type,
org.apache.taglibs.bsf, org.apache.taglibs.bsf,
org.jdom,
org.jdom.adapters,
org.jdom.filter,
org.jdom.input,
org.jdom.output,
org.jdom.transform,
org.jdom.xpath,
org.postgresql, org.postgresql,
org.postgresql.core, org.postgresql.core,
org.postgresql.core.types, org.postgresql.core.types,
@ -236,6 +243,7 @@ Bundle-ClassPath: externaljars/bsf.jar,
externaljars/fldat.jar, externaljars/fldat.jar,
externaljars/ihfsdb.jar, externaljars/ihfsdb.jar,
externaljars/jcchart.jar, externaljars/jcchart.jar,
externaljars/jdom.jar,
externaljars/junit.jar, externaljars/junit.jar,
externaljars/netcdfUI-2.2.22.jar, externaljars/netcdfUI-2.2.22.jar,
externaljars/nlog4j-1.2.21.jar, externaljars/nlog4j-1.2.21.jar,

Binary file not shown.

View file

@ -1,28 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>net.jcip</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>