Skip to content

Commit

Permalink
new libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
dietzc committed Dec 28, 2013
1 parent 2d9e414 commit a9d94d8
Show file tree
Hide file tree
Showing 18 changed files with 8 additions and 8 deletions.
Binary file modified org.knime.knip.core/lib/mvn-imglib2.jar
Binary file not shown.
Binary file modified org.knime.knip.core/lib/mvn/imglib2-2.0.0-SNAPSHOT.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified org.knime.knip.core/lib/mvn/imglib2-meta-2.0.0-SNAPSHOT.jar
Binary file not shown.
Binary file modified org.knime.knip.core/lib/mvn/imglib2-ops-2.0.0-SNAPSHOT.jar
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion org.knime.knip.io/.classpath
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="lib/mvn/scifio-bf-compat-1.4.0.jar"/>
<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="src" path="src"/>
Expand All @@ -14,7 +15,6 @@
<classpathentry exported="true" kind="lib" path="lib/mvn/ome-xml-4.4.9.jar"/>
<classpathentry exported="true" kind="lib" path="lib/mvn/poi-loci-4.4.9.jar"/>
<classpathentry exported="true" kind="lib" path="lib/mvn/scifio-4.4.9.jar" sourcepath="lib/mvn-knipio-source-collection.jar"/>
<classpathentry exported="true" kind="lib" path="lib/mvn/scifio-bf-compat-1.3.2.jar" sourcepath="lib/mvn-knipio-source-collection.jar"/>
<classpathentry exported="true" kind="lib" path="lib/mvn/ome-formats-0.4.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
4 changes: 2 additions & 2 deletions org.knime.knip.io/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Bundle-ClassPath: knip-io.jar,
lib/mvn/ome-xml-4.4.9.jar,
lib/mvn/poi-loci-4.4.9.jar,
lib/mvn/scifio-4.4.9.jar,
lib/mvn/scifio-bf-compat-1.3.2.jar,
lib/mvn/ome-formats-0.4.0.jar
lib/mvn/ome-formats-0.4.0.jar,
lib/mvn/scifio-bf-compat-1.4.0.jar
Export-Package: loci.common,
loci.common.enumeration,
loci.common.services,
Expand Down
4 changes: 2 additions & 2 deletions org.knime.knip.io/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ bin.includes = plugin.xml,\
lib/mvn/ome-xml-4.4.9.jar,\
lib/mvn/poi-loci-4.4.9.jar,\
lib/mvn/scifio-4.4.9.jar,\
lib/mvn/scifio-bf-compat-1.3.2.jar,\
lib/mvn/ome-formats-0.4.0.jar
lib/mvn/ome-formats-0.4.0.jar,\
lib/mvn/scifio-bf-compat-1.4.0.jar
output.knipknime.jar = bin/
src.includes = lib/src/,\
src/
Expand Down
Binary file modified org.knime.knip.io/lib/mvn-knipio-source-collection.jar
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion org.knime.knip.scifio/.classpath
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="lib/mvn/scifio-0.8.1.jar"/>
<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="src" path="src"/>
Expand All @@ -8,6 +9,5 @@
<classpathentry exported="true" kind="lib" path="lib/mvn/xalan-2.7.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/mvn/xml-apis-1.3.04.jar"/>
<classpathentry exported="true" kind="lib" path="lib/mvn/mapdb-0.9.7.jar"/>
<classpathentry exported="true" kind="lib" path="lib/mvn/scifio-0.8.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion org.knime.knip.scifio/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Bundle-ClassPath: scifio.jar,
lib/mvn/xalan-2.7.1.jar,
lib/mvn/xml-apis-1.3.04.jar,
lib/mvn/mapdb-0.9.7.jar,
lib/mvn/scifio-0.8.0.jar
lib/mvn/scifio-0.8.1.jar
Export-Package: io.scif,
io.scif.app,
io.scif.codec,
Expand Down
2 changes: 1 addition & 1 deletion org.knime.knip.scifio/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bin.includes = plugin.xml,\
lib/mvn/xalan-2.7.1.jar,\
lib/mvn/xml-apis-1.3.04.jar,\
lib/mvn/mapdb-0.9.7.jar,\
lib/mvn/scifio-0.8.0.jar
lib/mvn/scifio-0.8.1.jar
output.knipknime.jar = bin/
src.includes = lib/src/,\
src/
Expand Down
Binary file modified org.knime.knip.scifio/lib/mvn-scifio-source-collection.jar
Binary file not shown.
Binary file not shown.
Binary file modified org.knime.knip.scijava/lib/mvn-scijava-source-collection.jar
Binary file not shown.

0 comments on commit a9d94d8

Please sign in to comment.