mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 00:38:56 +00:00
[457312] Remove version constraints to own project bundles. Let
buckminster generate. https://bugs.eclipse.org/bugs/show_bug.cgi?id=457312 Change-Id: Iafc2483e12334922baae81f5ce4e8e4b26eab85a
This commit is contained in:
parent
af8f1fbdac
commit
95c0098da1
6 changed files with 25 additions and 17 deletions
|
@ -26,13 +26,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.8.0",
|
||||
org.eclipse.xtext.ui;bundle-version="2.8.0";resolution:=optional;x-installation:=greedy,
|
||||
Require-Bundle: org.eclipse.xtext,
|
||||
org.eclipse.xtext.ui;resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.core.runtime;bundle-version="3.6.0";resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.ui.ide;bundle-version="3.6.0";resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.jdt.core;bundle-version="3.6.0";resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.jdt.ui;bundle-version="3.6.0";resolution:=optional,
|
||||
org.eclipse.jdt.launching;bundle-version="3.5.200";resolution:=optional;x-installation:=greedy,
|
||||
org.apache.log4j;bundle-version="1.2.15";resolution:=optional,
|
||||
org.eclipse.xtext.xbase.lib;bundle-version="2.8.0";resolution:=optional
|
||||
org.eclipse.xtext.xbase.lib;resolution:=optional
|
||||
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<component id="org.eclipse.xtext" version="2">
|
||||
<resource path="META-INF/MANIFEST.MF">
|
||||
<filter comment="version will be generated during buckminster build" id="927989779">
|
||||
<message_arguments>
|
||||
<message_argument value="2.8.0"/>
|
||||
<message_argument value="org.eclipse.xtext.util"/>
|
||||
</message_arguments>
|
||||
</filter>
|
||||
</resource>
|
||||
<resource path="src/org/eclipse/xtext/resource/DerivedStateAwareResourceDescriptionManager.java" type="org.eclipse.xtext.resource.DerivedStateAwareResourceDescriptionManager">
|
||||
<filter id="338849923">
|
||||
<message_arguments>
|
||||
|
|
|
@ -91,11 +91,11 @@ Require-Bundle: org.eclipse.emf.ecore.xmi;bundle-version="2.11.0";visibility:=re
|
|||
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.8.0";visibility:=reexport,
|
||||
org.eclipse.xtext.smap;bundle-version="2.8.0";resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.xtext.util;visibility:=reexport,
|
||||
org.eclipse.xtext.smap;resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.core.runtime;bundle-version="3.6.0";resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.core.resources;bundle-version="3.6.0";resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.xtend.lib;bundle-version="2.8.0";resolution:=optional,
|
||||
org.eclipse.xtend.lib;resolution:=optional,
|
||||
org.eclipse.equinox.common;bundle-version="3.5.0"
|
||||
Import-Package: org.apache.log4j;version="1.2.15",org.osgi.framework
|
||||
Bundle-ActivationPolicy: lazy
|
||||
|
|
|
@ -7,5 +7,5 @@ Bundle-Version: 2.8.0.qualifier
|
|||
Require-Bundle: org.junit,
|
||||
org.eclipse.xtext.junit4,
|
||||
com.google.inject;bundle-version="3.0.0",
|
||||
org.eclipse.xtext;bundle-version="2.8.0"
|
||||
org.eclipse.xtext
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
|
|
|
@ -5,12 +5,12 @@ Bundle-Vendor: Eclipse Modeling Project
|
|||
Bundle-Version: 2.8.0.qualifier
|
||||
Bundle-SymbolicName: org.eclipse.xtext.testlanguages; singleton:=true
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Require-Bundle: org.eclipse.xtext;bundle-version="2.8.0",
|
||||
org.eclipse.xtext.generator;bundle-version="2.8.0";resolution:=optional;x-installation:=greedy,
|
||||
Require-Bundle: org.eclipse.xtext,
|
||||
org.eclipse.xtext.generator;resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.emf.codegen.ecore;bundle-version="2.11.0";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.8.0",
|
||||
org.eclipse.xtext.util,
|
||||
org.eclipse.emf.ecore;bundle-version="2.11.0",
|
||||
org.eclipse.emf.common;bundle-version="2.11.0",
|
||||
org.antlr.runtime,
|
||||
|
|
|
@ -6,20 +6,20 @@ Bundle-Version: 2.8.0.qualifier
|
|||
Bundle-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Require-Bundle: org.eclipse.xtext;bundle-version="2.8.0",
|
||||
org.eclipse.xtext.generator;bundle-version="2.8.0",
|
||||
Require-Bundle: org.eclipse.xtext,
|
||||
org.eclipse.xtext.generator,
|
||||
org.eclipse.emf.mwe.utils;bundle-version="1.0.0",
|
||||
org.eclipse.xtext.util;bundle-version="2.8.0",
|
||||
org.eclipse.xtext.util,
|
||||
org.eclipse.emf.ecore;bundle-version="2.11.0",
|
||||
org.eclipse.emf.common;bundle-version="2.11.0",
|
||||
org.eclipse.xtext.ecore;bundle-version="2.8.0",
|
||||
org.eclipse.xtext.ecore,
|
||||
org.eclipse.emf.mwe2.launch;bundle-version="2.2.0";resolution:=optional;x-installation:=greedy,
|
||||
org.eclipse.xtext.testlanguages;bundle-version="2.8.0",
|
||||
org.eclipse.xtext.testlanguages,
|
||||
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
|
||||
org.eclipse.xtext.junit4;bundle-version="2.8.0",
|
||||
org.eclipse.xtext.junit4,
|
||||
org.hamcrest.core;bundle-version="1.1.0",
|
||||
org.eclipse.core.runtime;bundle-version="3.6.0",
|
||||
org.eclipse.xtend.lib;bundle-version="2.8.0",
|
||||
org.eclipse.xtend.lib,
|
||||
org.eclipse.ui.workbench;resolution:=optional
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ClassPath: lib/simple.jar,
|
||||
|
|
Loading…
Reference in a new issue