Skip to content

Commit

Permalink
use ij 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cklukas committed Mar 25, 2018
1 parent 803f92a commit 46374ab
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 29 deletions.
52 changes: 26 additions & 26 deletions IAP/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,34 @@
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/Graffiti_lib"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/Graffiti_Plugins"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/IPK-Plugins"/>
<classpathentry exported="true" kind="lib" path="lib/plugin.jar"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry exported="true" kind="lib" path="lib/postgresql-9.0-801.jdbc4.jar"/>
<classpathentry exported="true" kind="lib" path="/Graffiti_lib/commons-net-2.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/ojdbc14.jar"/>
<classpathentry exported="true" kind="lib" path="/Graffiti_lib/log4j-1.2.13.jar"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/MultimodalDataHandling"/>
<classpathentry exported="true" kind="lib" path="lib/jai_codec.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jai_core.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jna.jar"/>
<classpathentry exported="true" kind="lib" path="lib/platform.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jsr166y.jar"/>
<classpathentry exported="true" kind="lib" path="lib/bcprov-jdk16-146.jar"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/IAP Transfer"/>
<classpathentry exported="true" kind="lib" path="lib/flanagan.java6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.1.jar"/>
<classpathentry exported="true" kind="lib" path="/Graffiti_lib/mail.jar"/>
<classpathentry exported="true" kind="lib" path="/IAP Transfer/lib/commons-vfs2-2.0.jar"/>
<classpathentry exported="true" kind="src" path="/IPK_lib"/>
<classpathentry exported="true" kind="lib" path="/Graffiti_lib/commons-compress-1.8.jar"/>
<classpathentry exported="true" kind="lib" path="/Graffiti_lib/poi-3.10-FINAL-20140208.jar"/>
<classpathentry exported="true" kind="lib" path="/Graffiti_lib/poi-ooxml-3.10-FINAL-20140208.jar"/>
<classpathentry exported="true" kind="lib" path="/Graffiti_lib/commons-math3-3.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/ij-1.49m.jar" sourcepath="lib/ij149m-src.zip"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/plugin.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/postgresql-9.0-801.jdbc4.jar"/>
<classpathentry kind="lib" path="/Graffiti_lib/commons-net-2.0.jar"/>
<classpathentry kind="lib" path="lib/ojdbc14.jar"/>
<classpathentry kind="lib" path="/Graffiti_lib/log4j-1.2.13.jar"/>
<classpathentry kind="lib" path="lib/jai_codec.jar"/>
<classpathentry kind="lib" path="lib/jai_core.jar"/>
<classpathentry kind="lib" path="lib/jna.jar"/>
<classpathentry kind="lib" path="lib/platform.jar"/>
<classpathentry kind="lib" path="lib/jsr166y.jar"/>
<classpathentry kind="lib" path="lib/bcprov-jdk16-146.jar"/>
<classpathentry kind="lib" path="lib/flanagan.java6.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.1.jar"/>
<classpathentry kind="lib" path="/Graffiti_lib/mail.jar"/>
<classpathentry kind="lib" path="/IAP Transfer/lib/commons-vfs2-2.0.jar"/>
<classpathentry kind="lib" path="/Graffiti_lib/commons-compress-1.8.jar"/>
<classpathentry kind="lib" path="/Graffiti_lib/poi-3.10-FINAL-20140208.jar"/>
<classpathentry kind="lib" path="/Graffiti_lib/poi-ooxml-3.10-FINAL-20140208.jar"/>
<classpathentry kind="lib" path="/Graffiti_lib/commons-math3-3.3.jar"/>
<classpathentry kind="lib" path="/Graffiti_lib/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="lib/plyvis.jar"/>
<classpathentry kind="lib" path="lib/javaxt-core.jar"/>
Expand All @@ -43,11 +47,7 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Graffiti_lib/activation.jar"/>
<classpathentry kind="lib" path="lib/ij.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Binary file removed IAP/lib/ij-1.49m.jar
Binary file not shown.
Binary file added IAP/lib/ij.jar
Binary file not shown.
Binary file removed IAP/lib/ij149m-src.zip
Binary file not shown.
10 changes: 7 additions & 3 deletions IPK_lib/.classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="/Graffiti_Core"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Graffiti_lib/commons-discovery.jar"/>
<classpathentry kind="lib" path="/Graffiti_lib/activation.jar"/>
<classpathentry kind="lib" path="/Graffiti_lib/axis.jar"/>
Expand Down Expand Up @@ -44,7 +49,6 @@
<classpathentry kind="lib" path="/Graffiti_lib/batik-xml.jar"/>
<classpathentry kind="lib" path="/Graffiti_lib/commons-logging-1.1.jar"/>
<classpathentry kind="lib" path="/Graffiti_lib/dom4j-1.6.1.jar"/>
<classpathentry kind="src" path="/Graffiti_Core"/>
<classpathentry kind="lib" path="/Graffiti_lib/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="/Graffiti_lib/log4j-1.2.13.jar"/>
<classpathentry kind="lib" path="/Graffiti_lib/core-1.8.1.jar"/>
Expand All @@ -60,6 +64,6 @@
<classpathentry kind="lib" path="/Graffiti_lib/paxtools-4.1.1-no-jena.jar"/>
<classpathentry kind="lib" path="/IAP/lib/platform.jar"/>
<classpathentry kind="lib" path="/IAP/lib/jna.jar"/>
<classpathentry kind="lib" path="/IAP/lib/ij-1.49m.jar"/>
<classpathentry kind="lib" path="/IAP/lib/ij.jar"/>
<classpathentry kind="output" path="build"/>
</classpath>

0 comments on commit 46374ab

Please sign in to comment.