Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-08-29 11:41:46 +0000
committercletavernie2012-08-29 11:41:46 +0000
commit52fbf178b996828de0780287d1476b8c9900c5a1 (patch)
tree23370426345fc034d611256f9314ad48bf4bce1c /sandbox
parent6e66362f9e97f5128b6ac8655e1adf60e2692c3e (diff)
downloadorg.eclipse.papyrus-52fbf178b996828de0780287d1476b8c9900c5a1.tar.gz
org.eclipse.papyrus-52fbf178b996828de0780287d1476b8c9900c5a1.tar.xz
org.eclipse.papyrus-52fbf178b996828de0780287d1476b8c9900c5a1.zip
Sandbox commit
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/org.eclipse.papyrus.profile.facets.generation/META-INF/MANIFEST.MF3
-rw-r--r--sandbox/org.eclipse.papyrus.profile.facets.generation/transforms/ProfileToFacetSet.qvto2
2 files changed, 3 insertions, 2 deletions
diff --git a/sandbox/org.eclipse.papyrus.profile.facets.generation/META-INF/MANIFEST.MF b/sandbox/org.eclipse.papyrus.profile.facets.generation/META-INF/MANIFEST.MF
index 5881deccfe4..80c26578cb7 100644
--- a/sandbox/org.eclipse.papyrus.profile.facets.generation/META-INF/MANIFEST.MF
+++ b/sandbox/org.eclipse.papyrus.profile.facets.generation/META-INF/MANIFEST.MF
@@ -2,8 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Facet Generation (Incubation)
Bundle-SymbolicName: org.eclipse.papyrus.profile.facets.generation
-Bundle-Version: 0.8.0.qualifier
+Bundle-Version: 0.9.0.qualifier
Bundle-Vendor: Eclipse Modeling Project
Require-Bundle: org.eclipse.emf;bundle-version="2.6.0",
org.eclipse.emf.facet.infra.facet;bundle-version="0.1.0"
Export-Package: org.eclipse.papyrus.profile.facets.generation.postgeneration
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/sandbox/org.eclipse.papyrus.profile.facets.generation/transforms/ProfileToFacetSet.qvto b/sandbox/org.eclipse.papyrus.profile.facets.generation/transforms/ProfileToFacetSet.qvto
index ed0ae98c6e2..e9a89057d6b 100644
--- a/sandbox/org.eclipse.papyrus.profile.facets.generation/transforms/ProfileToFacetSet.qvto
+++ b/sandbox/org.eclipse.papyrus.profile.facets.generation/transforms/ProfileToFacetSet.qvto
@@ -1,5 +1,5 @@
modeltype facetset uses "http://www.eclipse.org/EmfFacet/infra/facet/0.8.incubation";
-modeltype uml uses "http://www.eclipse.org/uml2/3.0.0/UML";
+modeltype uml uses "http://www.eclipse.org/uml2/4.0.0/UML";
modeltype queryset uses "http://www.eclipse.org/EmfFacet/infra/query/0.8.incubation";
modeltype Ecore uses "http://www.eclipse.org/emf/2002/Ecore";

Back to the top