Skip to content

Commit

Permalink
Fixed a bug with Netbeans Platform and JDK 8
Browse files Browse the repository at this point in the history
  • Loading branch information
donatellosantoro committed Nov 20, 2015
1 parent d9b38b4 commit 7118f77
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
4 changes: 3 additions & 1 deletion HOW-TO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ Inoltre le zone vengono mostrate come folder, e in ognuna c'è un riferimento al
-----------------------------------------------------------------------------------------------------------
NOTE
-----------------------------------------------------------------------------------------------------------
Utilizzare xerces-2.8.0.jar (la stessa versione di NetBeans)
Utilizzare xerces-2.8.0.jar (la stessa versione di NetBeans)

Per aggiornare i moduli utilizzare sempre un diverso minor version (Es 1.2 -> 1.3 ok, 1.2 -> 1.2.1 NO)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
currentVersion=Lunatic 1.0.1
buildnumber=1.0.1
currentVersion=Lunatic 1.0.2
buildnumber=1.0.2
LBL_splash_window_title=Starting Lunatic
SPLASH_HEIGHT=399
SPLASH_WIDTH=610
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CTL_MainWindow_Title=Llunatic 1.0.1
CTL_MainWindow_Title_No_Project=Llunatic 1.0.1
CTL_MainWindow_Title=Llunatic 1.0.2
CTL_MainWindow_Title_No_Project=Llunatic 1.0.2
3 changes: 2 additions & 1 deletion LunaticGUI/gui/manifest.mf
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Manifest-Version: 1.0
OpenIDE-Module: it.unibas.lunatic.gui/1
OpenIDE-Module: it.unibas.lunatic.gui
OpenIDE-Module-Implementation-Version: 1307092010
OpenIDE-Module-Layer: it/unibas/lunatic/gui/config/layer.xml
OpenIDE-Module-Localizing-Bundle: it/unibas/lunatic/gui/Bundle.properties
OpenIDE-Module-Requires: org.openide.windows.WindowManager
AutoUpdate-Essential-Module: true
OpenIDE-Module-Specification-Version: 1.2
8 changes: 4 additions & 4 deletions LunaticGUI/gui/nbproject/genfiles.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
build.xml.data.CRC32=b81bd900
build.xml.data.CRC32=7ab09052
build.xml.script.CRC32=96e929a3
build.xml.stylesheet.CRC32=a56c6a5b@2.67.1
build.xml.stylesheet.CRC32=a56c6a5b@2.71.1
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=b81bd900
nbproject/build-impl.xml.data.CRC32=7ab09052
nbproject/build-impl.xml.script.CRC32=242ea9e8
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.67.1
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.71.1
1 change: 0 additions & 1 deletion LunaticGUI/gui/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ javac.compilerargs=-Xlint -Xlint:-serial
keystore=../llunatic.ks
nbm.needs.restart=true
nbm_alias=lunatic-essentials
spec.version.base=1.1
storepass=lunatictest
2 changes: 1 addition & 1 deletion LunaticGUI/gui/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<build-prerequisite/>
<compile-dependency/>
<run-dependency>
<specification-version>0.1</specification-version>
<specification-version>1.0.3</specification-version>
</run-dependency>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion LunaticGUI/wrapper/manifest.mf
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Manifest-Version: 1.0
AutoUpdate-Show-In-Client: true
OpenIDE-Module: it.unibas.lunatic.core
OpenIDE-Module-Localizing-Bundle: it/unibas/lunatic/core/Bundle.properties
OpenIDE-Module-Specification-Version: 1.0.1
OpenIDE-Module-Specification-Version: 1.0.3
AutoUpdate-Essential-Module: true
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
OpenIDE-Module-Long-Description=\
Version 1.0.1\nFixes bug in constant rewriting for CFDs and Fixing Rules
OpenIDE-Module-Name=lunatic-core

0 comments on commit 7118f77

Please sign in to comment.