Skip to content

Commit fea18e5

Browse files
committedMay 5, 2015
remove nc2 package, updates version
1 parent e880088 commit fea18e5

File tree

8 files changed

+34
-1277
lines changed

8 files changed

+34
-1277
lines changed
 

‎.project

+31-31
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<projectDescription>
3-
<name>org.geppetto.testbackend</name>
4-
<comment></comment>
5-
<projects>
6-
</projects>
7-
<buildSpec>
8-
<buildCommand>
9-
<name>org.eclipse.jdt.core.javabuilder</name>
10-
<arguments>
11-
</arguments>
12-
</buildCommand>
13-
<buildCommand>
14-
<name>org.eclipse.wst.common.project.facet.core.builder</name>
15-
<arguments>
16-
</arguments>
17-
</buildCommand>
18-
<buildCommand>
19-
<name>org.eclipse.m2e.core.maven2Builder</name>
20-
<arguments>
21-
</arguments>
22-
</buildCommand>
23-
</buildSpec>
24-
<natures>
25-
<nature>org.eclipse.jdt.core.javanature</nature>
26-
<nature>com.springsource.server.ide.facet.core.bundlenature</nature>
27-
<nature>org.eclipse.m2e.core.maven2Nature</nature>
28-
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
29-
<nature>org.eclipse.virgo.ide.facet.core.bundlenature</nature>
30-
</natures>
31-
</projectDescription>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>bindings</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.wst.common.project.facet.core.builder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
<buildCommand>
19+
<name>org.eclipse.m2e.core.maven2Builder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
23+
</buildSpec>
24+
<natures>
25+
<nature>org.eclipse.jdt.core.javanature</nature>
26+
<nature>com.springsource.server.ide.facet.core.bundlenature</nature>
27+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
28+
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
29+
<nature>org.eclipse.virgo.ide.facet.core.bundlenature</nature>
30+
</natures>
31+
</projectDescription>

‎pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>ncsa.hdf</groupId>
66
<artifactId>object</artifactId>
7-
<version>2.10</version>
7+
<version>2.12</version>
88
<name>Binding HDF5 and Java</name>
99
<packaging>bundle</packaging>
1010
<properties>
@@ -113,9 +113,9 @@
113113
<Bundle-Version>${project.version}</Bundle-Version>
114114
<Bundle-ClassPath>.,{maven-dependencies}</Bundle-ClassPath>
115115
<Export-Package>
116-
ncsa.hdf.hdf5lib, ncsa.hdf.hdf5lib.callbacks,ncsa.hdf.hdf5lib.exceptions,
116+
ncsa.hdf.hdf5lib, ncsa.hdf.hdf5lib.exceptions,
117117
ncsa.hdf.hdflib, ncsa.hdf.object, ncsa.hdf.object.h5, ncsa.hdf.object.nc2,
118-
ncsa.hdf.utils
118+
ncsa.hdf.utils, ncsa.hdf.hdf5lib.structs,ncsa.hdf.hdf5lib.callbacks
119119
</Export-Package>
120120
<Bundle-NativeCode>
121121
natives/linux-x86/libjhdf.so; natives/linux-x86/libjhdf5.so;

‎src/main/java/ncsa/hdf/object/nc2/CMakeLists.txt

-34
This file was deleted.

‎src/main/java/ncsa/hdf/object/nc2/Makefile.in

-38
This file was deleted.

‎src/main/java/ncsa/hdf/object/nc2/NC2Dataset.java

-358
This file was deleted.

‎src/main/java/ncsa/hdf/object/nc2/NC2Datatype.java

-238
This file was deleted.

‎src/main/java/ncsa/hdf/object/nc2/NC2File.java

-401
This file was deleted.

‎src/main/java/ncsa/hdf/object/nc2/NC2Group.java

-174
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.