Skip to content

Commit

Permalink
Update module versions for release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Oct 1, 2014
1 parent 44a3299 commit bfee49a
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion org-antlr-netbeans/manifest.mf
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Manifest-Version: 1.0
OpenIDE-Module: org.antlr.netbeans/2
OpenIDE-Module-Install: org/antlr/netbeans/Installer.class
OpenIDE-Module-Localizing-Bundle: org/antlr/netbeans/Bundle.properties
OpenIDE-Module-Specification-Version: 2.2.2
OpenIDE-Module-Specification-Version: 2.4.1

2 changes: 1 addition & 1 deletion org-antlr-works-editor/manifest.mf
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ OpenIDE-Module: org.antlr.works.editor/2
OpenIDE-Module-Layer: org/antlr/works/editor/layer.xml
OpenIDE-Module-Localizing-Bundle: org/antlr/works/editor/Bundle.properties
OpenIDE-Module-Requires: org.openide.windows.WindowManager
OpenIDE-Module-Specification-Version: 2.2.2
OpenIDE-Module-Specification-Version: 2.4.1
OpenIDE-Module-Needs: javax.script.ScriptEngine.freemarker
6 changes: 3 additions & 3 deletions org-antlr-works-editor/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<compile-dependency/>
<run-dependency>
<release-version>2</release-version>
<specification-version>2.2.2</specification-version>
<specification-version>2.4.1</specification-version>
</run-dependency>
</dependency>
<dependency>
Expand Down Expand Up @@ -75,7 +75,7 @@
<compile-dependency/>
<run-dependency>
<release-version>2</release-version>
<specification-version>2.2.2</specification-version>
<specification-version>2.4.1</specification-version>
</run-dependency>
</dependency>
<dependency>
Expand All @@ -84,7 +84,7 @@
<compile-dependency/>
<run-dependency>
<release-version>2</release-version>
<specification-version>2.2.2</specification-version>
<specification-version>2.4.1</specification-version>
</run-dependency>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion works.editor.antlr3/manifest.mf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
OpenIDE-Module: org.antlr.works.editor.antlr3/2
OpenIDE-Module-Localizing-Bundle: org/antlr/works/editor/antlr3/Bundle.properties
OpenIDE-Module-Specification-Version: 2.2.2
OpenIDE-Module-Specification-Version: 2.4.1

2 changes: 1 addition & 1 deletion works.editor.antlr3/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<compile-dependency/>
<run-dependency>
<release-version>2</release-version>
<specification-version>2.2.2</specification-version>
<specification-version>2.4.1</specification-version>
</run-dependency>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion works.editor.antlr4/manifest.mf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
OpenIDE-Module: org.antlr.works.editor.antlr4/2
OpenIDE-Module-Localizing-Bundle: org/antlr/works/editor/antlr4/Bundle.properties
OpenIDE-Module-Specification-Version: 2.2.2
OpenIDE-Module-Specification-Version: 2.4.1

2 changes: 1 addition & 1 deletion works.editor.antlr4/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<compile-dependency/>
<run-dependency>
<release-version>2</release-version>
<specification-version>2.2.2</specification-version>
<specification-version>2.4.1</specification-version>
</run-dependency>
</dependency>
<dependency>
Expand Down

3 comments on commit bfee49a

@JunielKatarn
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the installation process?
Will it work with the NetBeans update center? If so, which specific NetBeans version do we need to use?

@sharwell
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's already available in the update center for NetBeans 8.0.1.

@JunielKatarn
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Already using it.
One unrelated question, if I may.
Can the code be build in UNIX? I think there is an ANT-wildcard character issue that fails when using non-Windows OSes.

Please sign in to comment.