Skip to content

Commit

Permalink
Removed poms & jinput optional dependency
Browse files Browse the repository at this point in the history
Cleared away older traces of Maven and Ant, to embrace the new Gradle
situation.

Removed JInput, since it brought in additional native efforts and was
not (as far as I know) being used.

Added IntelliJ-related exclusions to .gitignore.
  • Loading branch information
petebankhead committed Feb 3, 2018
1 parent 0e867b0 commit 990811e
Show file tree
Hide file tree
Showing 39 changed files with 5 additions and 2,464 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ deploy/
target/
log/

# IntelliJ
.idea/
*.iml
out/

# Gradle
build/
.gradle/
Expand Down
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ subprojects {
opencv
jpen
imagej
jinput
openslide
}

Expand Down Expand Up @@ -85,7 +84,6 @@ subprojects {
if (nativesClassifier != null)
jpen 'net.sourceforge.jpen:jpen:2-150301:' + nativesClassifier
imagej 'net.imagej:ij:1.51s'
jinput 'net.java.jinput:jinput:2.0.6'
openslide 'org.openslide:openslide:3.4.1_2'
if (nativesClassifier != null)
openslide 'org.openslide:openslide:3.4.1_2:' + nativesClassifier
Expand Down Expand Up @@ -130,7 +128,6 @@ dependencies {
compile project(':qupath-gui-fx')
compile project(':qupath-extension-opencv')
compile project(':qupath-extension-ij')
compile project(':qupath-extension-input')
compile project(':qupath-extension-openslide')
compile project(':qupath-extension-pen')
compile project(':qupath-extension-script-editor')
Expand Down
181 changes: 0 additions & 181 deletions build.xml

This file was deleted.

Loading

0 comments on commit 990811e

Please sign in to comment.