Skip to content

Commit

Permalink
Support für Java 15+ (Jameica liefert jetzt JavaScript Engine Rhino mit)
Browse files Browse the repository at this point in the history
  • Loading branch information
uhle committed Feb 22, 2023
1 parent 858e395 commit 114cc77
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
<classpathentry exported="true" kind="lib" path="lib/jakarta_commons/commons-collections-3.2.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jakarta_commons/commons-logging-1.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/mckoi/mckoisqldb-1.0.5.jar"/>
<classpathentry kind="lib" path="lib/mozilla_rhino/rhino-1.7.14.jar"/>
<classpathentry kind="lib" path="lib/mozilla_rhino/rhino-engine-1.7.14.jar"/>
<classpathentry exported="true" kind="lib" path="lib/velocity/velocity-1.7.jar"/>
<classpathentry exported="true" kind="lib" path="lib/apache_xmlrpc/ws-commons-util-1.0.2.jar"/>
<classpathentry kind="lib" path="lib/apache_xmlrpc/xml-apis-1.0.b2.jar"/>
Expand Down
1 change: 1 addition & 0 deletions build/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
HEAD 2.11 (nightly)

* NEW: 0168 Support f�r Java 15+ (Jameica liefert jetzt JavaScript Engine Rhino mit)
* NEW: 0167 Update auf SWT 4.26 f�r linux64, linux-arm64, win64, macos64, macos64-aarch64 sowie Update von JFace auf 3.28
* NEW: 0166 F5 als Shortcut zum Reload einer View
* NEW: 0165 An nahezu alle Dialoge k�nnen jetzt Dateien angeh�ngt werden (mit dem B�roklammer-Symbol oben rechts)
Expand Down
2 changes: 2 additions & 0 deletions build/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ define.commonlibs = lib/bouncycastle/bcpkix-jdk18on-1.72.jar \
lib/jakarta_commons/commons-collections-3.2.2.jar \
lib/jakarta_commons/commons-lang-2.6.jar \
lib/jakarta_commons/commons-logging-1.2.jar \
lib/mozilla_rhino/rhino-1.7.14.jar \
lib/mozilla_rhino/rhino-engine-1.7.14.jar \
lib/nanoxml/nanoxml-2.2.3.jar \
lib/paperclips/net.sf.paperclips_1.0.4.jar \
lib/paperclips/net.sf.paperclips.ui_1.0.4.jar \
Expand Down
Binary file added lib/mozilla_rhino/rhino-1.7.14.jar
Binary file not shown.
Binary file added lib/mozilla_rhino/rhino-engine-1.7.14.jar
Binary file not shown.

0 comments on commit 114cc77

Please sign in to comment.