Skip to content

Commit

Permalink
3 -> 2
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasBullen committed Oct 24, 2017
1 parent c7b4ba4 commit 235b8f7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Eclipse_LS_Plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Bundle-SymbolicName: org.eclipsecon.languageserverplugin;singleton:=true
Bundle-Version: 1.0.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.core.contenttype;bundle-version="3.6.0",
org.eclipse.lsp4j;bundle-version="0.3.0",
org.eclipse.lsp4j.jsonrpc;bundle-version="0.3.0",
org.eclipse.lsp4j;bundle-version="0.2.0",
org.eclipse.lsp4j.jsonrpc;bundle-version="0.2.0",
org.eclipse.lsp4e;bundle-version="0.4.0",
org.eclipse.ui;bundle-version="3.109.0",
org.eclipse.core.runtime;bundle-version="3.13.0",
Expand Down
4 changes: 2 additions & 2 deletions Exercises/1/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Bundle-Name: Exercise1
Bundle-SymbolicName: org.eclipsecon.exercise1
Bundle-Version: 1.0.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.lsp4j;bundle-version="0.3.0",
org.eclipse.lsp4j.jsonrpc;bundle-version="0.3.0"
Require-Bundle: org.eclipse.lsp4j;bundle-version="0.2.0",
org.eclipse.lsp4j.jsonrpc;bundle-version="0.2.0"
Export-Package: org.eclipsecon.exercise1
4 changes: 2 additions & 2 deletions Exercises/2/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Bundle-Name: Exercise2
Bundle-SymbolicName: org.eclipsecon.exercise2
Bundle-Version: 1.0.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.lsp4j;bundle-version="0.3.0",
org.eclipse.lsp4j.jsonrpc;bundle-version="0.3.0"
Require-Bundle: org.eclipse.lsp4j;bundle-version="0.2.0",
org.eclipse.lsp4j.jsonrpc;bundle-version="0.2.0"
Export-Package: org.eclipsecon.exercise2
4 changes: 2 additions & 2 deletions Exercises/3/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Bundle-Name: Exercise3
Bundle-SymbolicName: org.eclipsecon.exercise3
Bundle-Version: 1.0.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.lsp4j;bundle-version="0.3.0",
org.eclipse.lsp4j.jsonrpc;bundle-version="0.3.0"
Require-Bundle: org.eclipse.lsp4j;bundle-version="0.2.0",
org.eclipse.lsp4j.jsonrpc;bundle-version="0.2.0"
Export-Package: org.eclipsecon.exercise3
4 changes: 2 additions & 2 deletions Exercises/4/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Bundle-Name: Exercise4
Bundle-SymbolicName: org.eclipsecon.exercise4
Bundle-Version: 1.0.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.lsp4j;bundle-version="0.3.0",
org.eclipse.lsp4j.jsonrpc;bundle-version="0.3.0"
Require-Bundle: org.eclipse.lsp4j;bundle-version="0.2.0",
org.eclipse.lsp4j.jsonrpc;bundle-version="0.2.0"
Export-Package: org.eclipsecon.exercise4

0 comments on commit 235b8f7

Please sign in to comment.