Skip to content

Commit

Permalink
upgraded to new ANTLR version; fixed missing return value on project …
Browse files Browse the repository at this point in the history
…build
  • Loading branch information
Krzmbrzl committed Oct 15, 2017
1 parent 786bfcc commit 7ea4795
Show file tree
Hide file tree
Showing 42 changed files with 282 additions and 372 deletions.
13 changes: 4 additions & 9 deletions plugin/Raven.SQDev.Editors/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Editors
Bundle-SymbolicName: raven.sqdev.editors;singleton:=true
Bundle-Version: 0.7.0
Bundle-Version: 0.7.1.dev2
Bundle-Activator: raven.sqdev.editors.activator.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand All @@ -11,7 +11,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.swt,
org.eclipse.core.resources,
org.eclipse.ui.ide,
org.eclipse.core.filesystem;bundle-version="1.4.100"
org.eclipse.core.filesystem;bundle-version="1.4.100",
raven.sqdev.misc;bundle-version="0.6.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Export-Package: raven.sqdev.editors;
Expand All @@ -33,16 +34,10 @@ Export-Package: raven.sqdev.editors;
raven.sqdev.interfaces,
org.eclipse.jface.text.rules"
Bundle-Vendor: Raven
Import-Package: org.antlr.v4.runtime,
org.antlr.v4.runtime.atn,
org.antlr.v4.runtime.dfa,
org.antlr.v4.runtime.misc,
org.antlr.v4.runtime.tree,
raven.sqdev.constants,
Import-Package: raven.sqdev.constants,
raven.sqdev.exceptions,
raven.sqdev.infoCollection.base,
raven.sqdev.interfaces,
raven.sqdev.misc,
raven.sqdev.miscellaneous,
raven.sqdev.parser.misc,
raven.sqdev.parser.preprocessor,
Expand Down
2 changes: 1 addition & 1 deletion plugin/Raven.SQDev.Misc/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="ANTLR/antlr-runtime-4.5.3.jar"/>
<classpathentry exported="true" kind="lib" path="ANTLR/antlr-runtime-4.7.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Binary file not shown.
Binary file not shown.
6 changes: 4 additions & 2 deletions plugin/Raven.SQDev.Misc/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Misc
Bundle-SymbolicName: raven.sqdev.misc;singleton:=true
Bundle-Version: 0.5.0
Bundle-Version: 0.6.1.dev
Bundle-Activator: raven.sqdev.activator.Activator
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.swt,
Expand All @@ -18,6 +18,8 @@ Export-Package: org.antlr.v4.runtime,
org.antlr.v4.runtime.dfa,
org.antlr.v4.runtime.misc,
org.antlr.v4.runtime.tree,
org.antlr.v4.runtime.tree.pattern,
org.antlr.v4.runtime.tree.xpath,
raven.sqdev.constants,
raven.sqdev.exceptions,
raven.sqdev.fileSystemListener,
Expand All @@ -34,5 +36,5 @@ Export-Package: org.antlr.v4.runtime,
raven.sqdev.syntax
Import-Package: raven.sqdev.misc
Bundle-Vendor: Raven
Bundle-ClassPath: ANTLR/antlr-runtime-4.5.3.jar,
Bundle-ClassPath: ANTLR/antlr-runtime-4.7.jar,
.
Binary file not shown.
Binary file not shown.
Binary file modified plugin/Raven.SQDev.Misc/bin/raven/sqdev/parser/sqf/SQFLexer.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified plugin/Raven.SQDev.Misc/bin/raven/sqdev/parser/sqf/SQFParser.class
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated from SQF.g4 by ANTLR 4.5.3
// Generated from SQF.g4 by ANTLR 4.7

package raven.sqdev.parser.sqf;

Expand Down
Loading

0 comments on commit 7ea4795

Please sign in to comment.