mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-17 01:08:56 +00:00
[releng] increase version to 2.7.0
Change-Id: Ia7bdf6a107f2822c7d027a6fc2c9077669d0410a
This commit is contained in:
parent
b87f5ee4b0
commit
c0c958d7d4
6 changed files with 23 additions and 23 deletions
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Xtext Junit4 Support
|
||||
Bundle-SymbolicName: org.eclipse.xtext.junit4
|
||||
Bundle-Version: 2.6.1.qualifier
|
||||
Bundle-Version: 2.7.0.qualifier
|
||||
Bundle-Vendor: Eclipse Modeling Project
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||
Export-Package: org.eclipse.xtext.junit4,
|
||||
|
@ -21,13 +21,13 @@ Import-Package: org.junit;version="4.5.0",
|
|||
org.junit.runner.notification;version="4.5.0",
|
||||
org.junit.runners;version="4.5.0",
|
||||
org.junit.runners.model;version="4.5.0"
|
||||
Require-Bundle: org.eclipse.xtext;bundle-version="2.6.1",
|
||||
org.eclipse.xtext.ui;bundle-version="2.6.1";resolution:=optional;x-installation:=greedy,
|
||||
Require-Bundle: org.eclipse.xtext;bundle-version="2.7.0",
|
||||
org.eclipse.xtext.ui;bundle-version="2.7.0";resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.core.runtime;bundle-version="3.5.0";resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.ui.ide;bundle-version="3.5.0";resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.jdt.core;bundle-version="3.5.2";resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.jdt.ui;bundle-version="3.5.2";resolution:=optional,
|
||||
org.eclipse.jdt.launching;bundle-version="3.5.0";resolution:=optional;x-installation:=greedy,
|
||||
org.apache.log4j;bundle-version="1.2.15";resolution:=optional,
|
||||
org.eclipse.xtext.xbase.lib;bundle-version="2.6.1";resolution:=optional
|
||||
org.eclipse.xtext.xbase.lib;bundle-version="2.7.0";resolution:=optional
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Name: %pluginName
|
||||
Bundle-Localization: plugin
|
||||
Bundle-SymbolicName: org.eclipse.xtext.util
|
||||
Bundle-Version: 2.6.1.qualifier
|
||||
Bundle-Version: 2.7.0.qualifier
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||
Export-Package: org.eclipse.xtext.util,
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.xtext;singleton:=true
|
||||
Bundle-Version: 2.6.1.qualifier
|
||||
Bundle-Version: 2.7.0.qualifier
|
||||
Bundle-ClassPath: .
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
|
@ -83,11 +83,11 @@ Require-Bundle: org.eclipse.emf.ecore.xmi;bundle-version="2.9.0";visibility:=ree
|
|||
org.eclipse.emf.mwe.utils;bundle-version="1.2.0";resolution:=optional;visibility:=reexport;x-installation:=greedy,
|
||||
org.eclipse.xtend;bundle-version="1.1.0";resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.xtend.typesystem.emf;bundle-version="1.0.1";resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.xtext.util;bundle-version="2.6.1";visibility:=reexport,
|
||||
org.eclipse.xtext.smap;bundle-version="2.6.1";resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.xtext.util;bundle-version="2.7.0";visibility:=reexport,
|
||||
org.eclipse.xtext.smap;bundle-version="2.7.0";resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.core.runtime;bundle-version="3.5.0";resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.core.resources;bundle-version="3.5.0";resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.xtend.lib;bundle-version="2.6.1";resolution:=optional
|
||||
org.eclipse.xtend.lib;bundle-version="2.7.0";resolution:=optional
|
||||
Import-Package: org.apache.log4j;version="1.2.15",org.osgi.framework
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-Activator: org.eclipse.xtext.internal.Activator
|
||||
|
|
|
@ -3,9 +3,9 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Name: org.eclipse.xtext.junit4.tests
|
||||
Bundle-SymbolicName: org.eclipse.xtext.junit4.tests
|
||||
Bundle-Vendor: Eclipse Modeling Project
|
||||
Bundle-Version: 2.6.1.qualifier
|
||||
Bundle-Version: 2.7.0.qualifier
|
||||
Require-Bundle: org.junit,
|
||||
org.eclipse.xtext.junit4,
|
||||
com.google.inject;bundle-version="3.0.0",
|
||||
org.eclipse.xtext;bundle-version="2.6.1"
|
||||
org.eclipse.xtext;bundle-version="2.7.0"
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||
|
|
|
@ -2,15 +2,15 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Common Xtext Testlanguages For UI and Runtime - Runtime
|
||||
Bundle-Vendor: Eclipse.org
|
||||
Bundle-Version: 2.6.1.qualifier
|
||||
Bundle-Version: 2.7.0.qualifier
|
||||
Bundle-SymbolicName: org.eclipse.xtext.testlanguages; singleton:=true
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Require-Bundle: org.eclipse.xtext;bundle-version="2.6.1",
|
||||
org.eclipse.xtext.generator;bundle-version="2.6.1";resolution:=optional;x-installation:=greedy,
|
||||
Require-Bundle: org.eclipse.xtext;bundle-version="2.7.0",
|
||||
org.eclipse.xtext.generator;bundle-version="2.7.0";resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.emf.codegen.ecore;resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.emf.mwe.utils;bundle-version="1.0.0";resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.emf.mwe2.launch;bundle-version="2.0.0";resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.xtext.util;bundle-version="2.6.1",
|
||||
org.eclipse.xtext.util;bundle-version="2.7.0",
|
||||
org.eclipse.emf.ecore,
|
||||
org.eclipse.emf.common,
|
||||
org.antlr.runtime
|
||||
|
|
|
@ -2,24 +2,24 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.xtext.tests;singleton:=true
|
||||
Bundle-Version: 2.6.1.qualifier
|
||||
Bundle-Version: 2.7.0.qualifier
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||
Require-Bundle: org.eclipse.xtext;bundle-version="2.6.1",
|
||||
org.eclipse.xtext.generator;bundle-version="2.6.1",
|
||||
Require-Bundle: org.eclipse.xtext;bundle-version="2.7.0",
|
||||
org.eclipse.xtext.generator;bundle-version="2.7.0",
|
||||
org.eclipse.emf.mwe.utils;bundle-version="1.0.0",
|
||||
org.eclipse.xtext.util;bundle-version="2.6.1",
|
||||
org.eclipse.xtext.util;bundle-version="2.7.0",
|
||||
org.eclipse.emf.ecore,
|
||||
org.eclipse.emf.common,
|
||||
org.eclipse.xtext.ecore;bundle-version="2.6.1",
|
||||
org.eclipse.xtext.ecore;bundle-version="2.7.0",
|
||||
org.eclipse.emf.mwe2.launch;bundle-version="2.2.0";resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.xtext.testlanguages;bundle-version="2.6.1",
|
||||
org.eclipse.xtext.testlanguages;bundle-version="2.7.0",
|
||||
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
|
||||
org.eclipse.xtext.junit4;bundle-version="2.6.1",
|
||||
org.eclipse.xtext.junit4;bundle-version="2.7.0",
|
||||
org.hamcrest.core;bundle-version="1.1.0",
|
||||
org.eclipse.core.runtime;bundle-version="3.5.0",
|
||||
org.eclipse.xtend.lib;bundle-version="2.6.1"
|
||||
org.eclipse.xtend.lib;bundle-version="2.7.0"
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ClassPath: lib/simple.jar,
|
||||
.
|
||||
|
|
Loading…
Reference in a new issue