Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Rosenberg2013-03-07 07:34:58 +0000
committerMatthias Sohn2013-03-07 09:46:34 +0000
commit1b6194a214bb518b47c4d8488353e36f4bcf2990 (patch)
tree18afecfde78ccf4742766cb6020548bee5e25d2c /org.eclipse.egit.ui/.settings
parentd491c7cad4e633b5829f24a1254950664b1ac492 (diff)
downloadegit-1b6194a214bb518b47c4d8488353e36f4bcf2990.tar.gz
egit-1b6194a214bb518b47c4d8488353e36f4bcf2990.tar.xz
egit-1b6194a214bb518b47c4d8488353e36f4bcf2990.zip
Move UIText and UIIcons to the internal package
These are not part of the API and should therefore not be in a public package and also not checked for API compatibility. Change-Id: I8439adce61515177d36227c844d6284de700964f Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui/.settings')
-rw-r--r--org.eclipse.egit.ui/.settings/.api_filters12
1 files changed, 0 insertions, 12 deletions
diff --git a/org.eclipse.egit.ui/.settings/.api_filters b/org.eclipse.egit.ui/.settings/.api_filters
index 6f363a5f56..712f3cfd9d 100644
--- a/org.eclipse.egit.ui/.settings/.api_filters
+++ b/org.eclipse.egit.ui/.settings/.api_filters
@@ -8,16 +8,4 @@
</message_arguments>
</filter>
</resource>
- <resource path="src/org/eclipse/egit/ui/UIText.java" type="org.eclipse.egit.ui.UIText">
- <filter id="1143996420">
- <message_arguments>
- <message_argument value="MergeResultDialog_failed"/>
- </message_arguments>
- </filter>
- <filter id="1143996420">
- <message_arguments>
- <message_argument value="MergeResultDialog_nMore"/>
- </message_arguments>
- </filter>
- </resource>
</component>

Back to the top