Skip to content

Commit d2f7c6e

Browse files
authored
Merge pull request #166 from BobHanson/hanson1
Hanson1
2 parents c05e2ab + b464dce commit d2f7c6e

File tree

125 files changed

+7795
-4385
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+7795
-4385
lines changed
9.77 KB
Binary file not shown.
-15 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20200501154159
1+
20200602150211
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20200416125313
1+
20200602150211
9.77 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20200501154159
1+
20200601144428

sources/net.sf.j2s.core/src/net/sf/j2s/core/Java2ScriptCompiler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import java.util.Properties;
2020

2121
import org.eclipse.core.resources.IFile;
22-
import org.eclipse.core.resources.IProject;
2322
import org.eclipse.jdt.core.IJavaProject;
2423
import org.eclipse.jdt.core.JavaCore;
2524
import org.eclipse.jdt.core.dom.AST;
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<project name="JSmol" default="zip" basedir=".">
2+
3+
<target name="zip" id="zip">
4+
5+
<echo>creating dist/SwingJS-site.zip </echo>
6+
<zip destfile="dist/SwingJS-site.zip" basedir="site" >
7+
<exclude name="swingjs/j2s/test/**"/>
8+
<exclude name="*.html"/>
9+
</zip>
10+
11+
</target>
12+
</project>

0 commit comments

Comments
 (0)