Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
15 changes: 8 additions & 7 deletions sources/net.sf.j2s.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Java2Script Core
Bundle-SymbolicName: net.sf.j2s.core;singleton:=true
Bundle-Version: 3.3.1
Bundle-Activator: net.sf.j2s.core.CorePlugin
Bundle-Vendor: j2s.sourceforge.net
Bundle-Name: Java2Script Core SwingJS and Legacy
Bundle-SymbolicName: j2s.core;singleton:=true
Bundle-Version: 5.0.1
Bundle-Activator: j2s.CorePlugin
Bundle-Vendor: bobhanson.sourceforge.net
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.jdt.core,
org.eclipse.core.resources
Eclipse-AutoStart: true
Export-Package: net.sf.j2s.core
Export-Package: j2s,j2s.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Automatic-Module-Name: Java2ScriptCore
3 changes: 2 additions & 1 deletion sources/net.sf.j2s.core/README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
The net.sf.j2s.core Eclipse project creates the Java2Script transpiler for SwingJS.
The net.sf.j2s.core Eclipse project creates the Java2Script transpiler for
SwingJS as well as a "legacy" transpiler for legacy Jmol.

See the dist/dropins folder for the latest distribution and installation notes.

Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion sources/net.sf.j2s.core/dist/swingjs/timestamp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20230831104534
20231113043956
Binary file not shown.
Binary file not shown.
Loading