From 7310db0b3b2e8ee805fedf4bfd16baf438c89332 Mon Sep 17 00:00:00 2001 From: Florian Noyrit Date: Tue, 9 Aug 2016 12:25:50 +0200 Subject: Bug 443799 - Fix potential bugs identified by FindBugs in oep.infra.* Bug 499554 - Oxygen release version number moved to 3.0.0. Change-Id: I8e112db7175a5b89eb9b37973639627a6c29e007 --- .../META-INF/MANIFEST.MF | 6 +- .../pom.xml | 100 ++++++++++----------- 2 files changed, 53 insertions(+), 53 deletions(-) (limited to 'plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui') diff --git a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/META-INF/MANIFEST.MF b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/META-INF/MANIFEST.MF index 6404fe8b557..82f6d7bb0ae 100644 --- a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/META-INF/MANIFEST.MF +++ b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/META-INF/MANIFEST.MF @@ -1,12 +1,12 @@ Manifest-Version: 1.0 -Require-Bundle: org.eclipse.papyrus.infra.gmfdiag.css3.xtext;bundle-version="[2.0.0,3.0.0)";visibility:=reexport, +Require-Bundle: org.eclipse.papyrus.infra.gmfdiag.css3.xtext;bundle-version="[3.0.0,4.0.0)";visibility:=reexport, org.eclipse.xtext.ui;bundle-version="[2.10.0,3.0.0)";visibility:=reexport, org.eclipse.xtext.ui.shared;bundle-version="[2.10.0,3.0.0)", org.eclipse.xtext.builder;bundle-version="[2.10.0,3.0.0)", org.eclipse.xtext.common.types.ui;bundle-version="[2.10.0,3.0.0)", org.eclipse.xtext.ui.codetemplates.ui;bundle-version="[2.10.0,3.0.0)", org.eclipse.compare;bundle-version="[3.6.0,4.0.0)", - org.eclipse.papyrus.infra.gmfdiag.css;bundle-version="[1.2.0,2.0.0)", + org.eclipse.papyrus.infra.gmfdiag.css;bundle-version="[2.0.0,3.0.0)", org.eclipse.ui.editors;bundle-version="[3.10.0,4.0.0)", org.eclipse.ui;bundle-version="[3.108.0,4.0.0)", org.eclipse.xtext.xbase.lib;bundle-version="[2.10.0,3.0.0)" @@ -17,7 +17,7 @@ Export-Package: org.eclipse.papyrus.infra.gmfdiag.css3.ui.quickfix, org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr.internal Bundle-Vendor: Eclipse Modeling Project Bundle-ActivationPolicy: lazy -Bundle-Version: 2.0.0.qualifier +Bundle-Version: 3.0.0.qualifier Bundle-Name: CSS3 Xtext Editor (UI) Bundle-ManifestVersion: 2 Bundle-Activator: org.eclipse.papyrus.infra.gmfdiag.css3.ui.internal.CSSActivator diff --git a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/pom.xml b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/pom.xml index fbf5aec7d55..020f7bf9061 100644 --- a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/pom.xml +++ b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/pom.xml @@ -1,52 +1,52 @@ - - 4.0.0 - - org.eclipse.papyrus - org.eclipse.papyrus.infra-gmfdiag-css - 0.0.1-SNAPSHOT - - org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui - 2.0.0-SNAPSHOT - eclipse-plugin - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - org.apache.maven.plugins - maven-clean-plugin - - - xtend-gen - - **/* - - - .gitignore - - - - - - org.eclipse.xtend - xtend-maven-plugin - - - generate-sources - - compile - - - - - xtend-gen - ${project.build.directory}/xtend-gen/test - - - - + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus.infra-gmfdiag-css + 0.0.1-SNAPSHOT + + org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui + 3.0.0-SNAPSHOT + eclipse-plugin + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + org.apache.maven.plugins + maven-clean-plugin + + + xtend-gen + + **/* + + + .gitignore + + + + + + org.eclipse.xtend + xtend-maven-plugin + + + generate-sources + + compile + + + + + xtend-gen + ${project.build.directory}/xtend-gen/test + + + + \ No newline at end of file -- cgit v1.2.3