mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 00:38:56 +00:00
version cleanup/ incubation flag
This commit is contained in:
parent
004cb13416
commit
ea228186d4
4 changed files with 11 additions and 11 deletions
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Xtext Util Plug-in
|
||||
Bundle-SymbolicName: org.eclipse.xtext.util
|
||||
Bundle-Version: 1.0.0
|
||||
Bundle-Version: 0.7.0.qualifier
|
||||
Bundle-Vendor: itemis AG
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||
Export-Package: org.eclipse.xtext.util
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-Name: %pluginName (Incubation)
|
||||
Bundle-SymbolicName: org.eclipse.xtext;singleton:=true
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Version: 0.7.0.qualifier
|
||||
Bundle-ClassPath: .
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
|
@ -33,7 +33,7 @@ Require-Bundle: org.eclipse.xtext.log4j;bundle-version="1.2.15",
|
|||
org.eclipse.emf.ecore;visibility:=reexport,
|
||||
org.antlr;visibility:=reexport,
|
||||
org.eclipse.emf.ecore.xmi;bundle-version="2.3.2";visibility:=reexport,
|
||||
org.eclipse.xtext.service;bundle-version="1.0.0";visibility:=reexport,
|
||||
org.eclipse.xtext.util;bundle-version="1.0.0",
|
||||
org.eclipse.xtext.service;visibility:=reexport,
|
||||
org.eclipse.xtext.util,
|
||||
org.junit;resolution:=optional,
|
||||
org.eclipse.xtend.util.stdlib;bundle-version="0.7.0"
|
||||
org.eclipse.xtend.util.stdlib
|
||||
|
|
|
@ -2,12 +2,12 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Xtext2 Generator Tests Plug-in
|
||||
Bundle-SymbolicName: org.eclipse.xtext.generator.tests;singleton:=true
|
||||
Bundle-Version: 1.0.0
|
||||
Bundle-Version: 0.7.0.qualifier
|
||||
Bundle-Vendor: eclipse.org
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||
Require-Bundle: org.antlr;bundle-version="3.0.0",
|
||||
org.eclipse.xtext;bundle-version="1.0.0",
|
||||
org.eclipse.xtext.generator;bundle-version="1.0.0",
|
||||
org.eclipse.xtext,
|
||||
org.eclipse.xtext.generator,
|
||||
org.junit,
|
||||
org.eclipse.emf.compare,
|
||||
org.eclipse.emf.compare.diff,
|
||||
|
|
|
@ -2,12 +2,12 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Xtext Tests Plug-in
|
||||
Bundle-SymbolicName: org.eclipse.xtext.tests
|
||||
Bundle-Version: 1.0.0
|
||||
Bundle-Version: 0.7.0.qualifier
|
||||
Bundle-Vendor: itemis AG
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||
Export-Package: org.eclipse.xtext.resource
|
||||
Require-Bundle: org.junit;bundle-version="3.8.2",
|
||||
org.eclipse.emf.ecore.xmi;bundle-version="2.3.2",
|
||||
org.eclipse.xtext;bundle-version="1.0.0"
|
||||
org.eclipse.xtext
|
||||
Bundle-ClassPath: lib/simple.jar,
|
||||
.
|
||||
|
|
Loading…
Reference in a new issue