Skip to content
This repository was archived by the owner on Dec 18, 2019. It is now read-only.

Commit caa52e9

Browse files
committed
fixed class compiling at saving
1 parent 8c1da65 commit caa52e9

File tree

11 files changed

+159
-158
lines changed

11 files changed

+159
-158
lines changed

NBStudioCore/nbproject/genfiles.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ build.xml.script.CRC32=d2eacb83
33
build.xml.stylesheet.CRC32=[email protected]
44
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
55
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
6-
nbproject/build-impl.xml.data.CRC32=55372c5f
6+
nbproject/build-impl.xml.data.CRC32=8181246c
77
nbproject/build-impl.xml.script.CRC32=ea016e6c
8-
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.66.1
8+
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.67.1
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
file.reference.antlr-4.4-complete.jar=release/modules/ext/antlr-4.4-complete.jar
1+
file.reference.antlr-4.5-complete.jar=release/modules/ext/antlr-4.5-complete.jar
22
file.reference.cachedb.jar=release/modules/ext/cachedb.jar
33
javac.source=1.7
44
javac.compilerargs=-Xlint -Xlint:-serial
5+
source.reference.antlr-4.5-complete.jar=/Users/DAiMor/git/antlr4-4.5/runtime/Java/src

NBStudioCore/nbproject/project.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@
327327
<binary-origin>release/modules/ext/cachedb.jar</binary-origin>
328328
</class-path-extension>
329329
<class-path-extension>
330-
<runtime-relative-path>ext/antlr-4.4-complete.jar</runtime-relative-path>
331-
<binary-origin>release/modules/ext/antlr-4.4-complete.jar</binary-origin>
330+
<runtime-relative-path>ext/antlr-4.5-complete.jar</runtime-relative-path>
331+
<binary-origin>release/modules/ext/antlr-4.5-complete.jar</binary-origin>
332332
</class-path-extension>
333333
</data>
334334
</configuration>
-1.38 MB
Binary file not shown.
1.47 MB
Binary file not shown.

0 commit comments

Comments
 (0)