Skip to content

Commit

Permalink
Merge pull request #152 from Krzmbrzl/plugin
Browse files Browse the repository at this point in the history
Finished 0.7.4
  • Loading branch information
Krzmbrzl authored Oct 15, 2017
2 parents 70f91b9 + 8d71846 commit 9a7cb7f
Show file tree
Hide file tree
Showing 825 changed files with 3,017 additions and 3,064 deletions.
File renamed without changes.
File renamed without changes.
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.stable
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 9a7cb7f

Please sign in to comment.