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

Commit

Permalink
fixed class compiling at saving
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Mar 9, 2015
1 parent 8c1da65 commit caa52e9
Show file tree
Hide file tree
Showing 11 changed files with 159 additions and 158 deletions.
4 changes: 2 additions & 2 deletions NBStudioCore/nbproject/genfiles.properties
Expand Up @@ -3,6 +3,6 @@ build.xml.script.CRC32=d2eacb83
build.xml.stylesheet.CRC32=a56c6a5b@2.56.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=55372c5f
nbproject/build-impl.xml.data.CRC32=8181246c
nbproject/build-impl.xml.script.CRC32=ea016e6c
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.66.1
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.67.1
3 changes: 2 additions & 1 deletion NBStudioCore/nbproject/project.properties
@@ -1,4 +1,5 @@
file.reference.antlr-4.4-complete.jar=release/modules/ext/antlr-4.4-complete.jar
file.reference.antlr-4.5-complete.jar=release/modules/ext/antlr-4.5-complete.jar
file.reference.cachedb.jar=release/modules/ext/cachedb.jar
javac.source=1.7
javac.compilerargs=-Xlint -Xlint:-serial
source.reference.antlr-4.5-complete.jar=/Users/DAiMor/git/antlr4-4.5/runtime/Java/src
4 changes: 2 additions & 2 deletions NBStudioCore/nbproject/project.xml
Expand Up @@ -327,8 +327,8 @@
<binary-origin>release/modules/ext/cachedb.jar</binary-origin>
</class-path-extension>
<class-path-extension>
<runtime-relative-path>ext/antlr-4.4-complete.jar</runtime-relative-path>
<binary-origin>release/modules/ext/antlr-4.4-complete.jar</binary-origin>
<runtime-relative-path>ext/antlr-4.5-complete.jar</runtime-relative-path>
<binary-origin>release/modules/ext/antlr-4.5-complete.jar</binary-origin>
</class-path-extension>
</data>
</configuration>
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit caa52e9

Please sign in to comment.