Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2016-07-10 21:43:06 +0000
committerChristian W. Damus2016-07-10 21:46:32 +0000
commit200cbb5748916344ac2dcd9163a39f6d6a4b01d5 (patch)
tree4606d41325cbe202efe0b9d8fc5edeccc525ec1c /plugins/uml/org.eclipse.papyrus.uml.extensionpoints
parent9704bd2eadac0e6346d637f844d84e712b5b108c (diff)
downloadorg.eclipse.papyrus-200cbb5748916344ac2dcd9163a39f6d6a4b01d5.tar.gz
org.eclipse.papyrus-200cbb5748916344ac2dcd9163a39f6d6a4b01d5.tar.xz
org.eclipse.papyrus-200cbb5748916344ac2dcd9163a39f6d6a4b01d5.zip
Bug 496307: [Profile Migration] Restrictive package pattern matching
https://bugs.eclipse.org/bugs/show_bug.cgi?id=496307 Mark the new internal 'uripattern' package as internal in the manifest (it is not API). Change-Id: Ia91a540767b38feb0c4585462fe3054ffa34a93f
Diffstat (limited to 'plugins/uml/org.eclipse.papyrus.uml.extensionpoints')
-rw-r--r--plugins/uml/org.eclipse.papyrus.uml.extensionpoints/.settings/.api_filters23
1 files changed, 0 insertions, 23 deletions
diff --git a/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/.settings/.api_filters b/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/.settings/.api_filters
deleted file mode 100644
index f4ae5227a91..00000000000
--- a/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/.settings/.api_filters
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<component id="org.eclipse.papyrus.uml.extensionpoints" version="2">
- <resource path="src/org/eclipse/papyrus/uml/extensionpoints/standard/ExtensionIds.java" type="org.eclipse.papyrus.uml.extensionpoints.standard.ExtensionIds">
- <filter comment="Attempts to modify these would have broken the system in Mars" id="388100214">
- <message_arguments>
- <message_argument value="org.eclipse.papyrus.uml.extensionpoints.standard.ExtensionIds"/>
- <message_argument value="LIBRARY_EXTENSION_ID"/>
- </message_arguments>
- </filter>
- <filter comment="Attempts to modify these would have broken the system in Mars" id="388100214">
- <message_arguments>
- <message_argument value="org.eclipse.papyrus.uml.extensionpoints.standard.ExtensionIds"/>
- <message_argument value="METAMODEL_EXTENSION_ID"/>
- </message_arguments>
- </filter>
- <filter comment="Attempts to modify these would have broken the system in Mars" id="388100214">
- <message_arguments>
- <message_argument value="org.eclipse.papyrus.uml.extensionpoints.standard.ExtensionIds"/>
- <message_argument value="PROFILE_EXTENSION_ID"/>
- </message_arguments>
- </filter>
- </resource>
-</component>

Back to the top