Skip to content

Commit a7fc132

Browse files
committed
Migrate the Script Interpreter elsewhere
It moved to: https://github.com/scijava/script-editor This will be easier for other SciJava-based components to consume, without inheriting any other stuff or dependencies from this repository.
1 parent 8d391b8 commit a7fc132

File tree

15 files changed

+1
-1780
lines changed

15 files changed

+1
-1780
lines changed

pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>scijava-ui-swing</artifactId>
13-
<version>0.8.1-SNAPSHOT</version>
13+
<version>0.9.0-SNAPSHOT</version>
1414

1515
<name>SciJava UI: Swing</name>
1616
<description>SciJava user interface components for Java Swing.</description>
@@ -49,10 +49,6 @@
4949
<url>http://imagej.net/User:Schindelin</url>
5050
<properties><id>dscho</id></properties>
5151
</contributor>
52-
<contributor>
53-
<name>Ulrik Günther</name>
54-
<properties><id>skalarproduktraum</id></properties>
55-
</contributor>
5652
<contributor>
5753
<name>Stephan Saalfeld</name>
5854
<url>http://imagej.net/User:Saalfeld</url>

src/main/java/org/scijava/ui/swing/script/AutoImporter.java

Lines changed: 0 additions & 59 deletions
This file was deleted.

src/main/java/org/scijava/ui/swing/script/DefaultAutoImporters.java

Lines changed: 0 additions & 200 deletions
This file was deleted.

0 commit comments

Comments
 (0)