Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Maggi2017-03-03 10:15:43 +0000
committerBenoit Maggi2017-03-03 10:15:43 +0000
commit6adfa6c5368f18f28943db46486c892e276dd0cb (patch)
tree6c73a97228f120d16b33aa8482bc2a8058d20200 /extraplugins/refactoring/org.eclipse.papyrus.uml.refactoring.replace/META-INF/MANIFEST.MF
parent7a7d87b75c174e9a38a710aab101d74dd8456e14 (diff)
downloadorg.eclipse.papyrus-6adfa6c5368f18f28943db46486c892e276dd0cb.tar.gz
org.eclipse.papyrus-6adfa6c5368f18f28943db46486c892e276dd0cb.tar.xz
org.eclipse.papyrus-6adfa6c5368f18f28943db46486c892e276dd0cb.zip
Bug 512962 - [Refactoring] Move refactoring to incubation repository
- remove all code related to refactoring - the code has been transferred to org.eclipse.papyrus.incubation Change-Id: I30ae106f0c610f08d408f2eee4e33bf7cf4a8008 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
Diffstat (limited to 'extraplugins/refactoring/org.eclipse.papyrus.uml.refactoring.replace/META-INF/MANIFEST.MF')
-rw-r--r--extraplugins/refactoring/org.eclipse.papyrus.uml.refactoring.replace/META-INF/MANIFEST.MF19
1 files changed, 0 insertions, 19 deletions
diff --git a/extraplugins/refactoring/org.eclipse.papyrus.uml.refactoring.replace/META-INF/MANIFEST.MF b/extraplugins/refactoring/org.eclipse.papyrus.uml.refactoring.replace/META-INF/MANIFEST.MF
deleted file mode 100644
index 8794cc69ebc..00000000000
--- a/extraplugins/refactoring/org.eclipse.papyrus.uml.refactoring.replace/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,19 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
-Bundle-SymbolicName: org.eclipse.papyrus.uml.refactoring.replace;singleton:=true
-Bundle-Version: 0.0.1.qualifier
-Bundle-Activator: org.eclipse.papyrus.uml.refactoring.replace.Activator
-Require-Bundle: org.eclipse.ui;bundle-version="3.107.0",
- org.eclipse.core.runtime;bundle-version="3.11.0",
- org.eclipse.ltk.core.refactoring;bundle-version="3.6.200",
- org.eclipse.ltk.ui.refactoring;bundle-version="3.7.200",
- org.eclipse.papyrus.uml.search.ui;bundle-version="1.1.0",
- org.eclipse.papyrus.infra.core;bundle-version="1.1.0",
- org.eclipse.papyrus.refactoring;bundle-version="0.0.1",
- org.eclipse.uml2.uml;bundle-version="5.1.0",
- org.eclipse.help;bundle-version="3.6.0"
-Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Bundle-ActivationPolicy: lazy
-Bundle-Vendor: %vendorName
-Bundle-Localization: plugin

Back to the top