Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Oberhuber2007-01-30 20:28:32 +0000
committerMartin Oberhuber2007-01-30 20:28:32 +0000
commit0448185c859f2ed2774b4f38d41493353cc0e188 (patch)
tree22e0aac6600104f9a07e270e3e259cf5d5afd42c /discovery/org.eclipse.tm.discovery.view/.classpath
parentac40768eab3ecbfc7dc3476cbacd798ebef2bd01 (diff)
downloadorg.eclipse.tm-0448185c859f2ed2774b4f38d41493353cc0e188.tar.gz
org.eclipse.tm-0448185c859f2ed2774b4f38d41493353cc0e188.tar.xz
org.eclipse.tm-0448185c859f2ed2774b4f38d41493353cc0e188.zip
[cleanup] define access rules for marking internal package access discouraged
Diffstat (limited to 'discovery/org.eclipse.tm.discovery.view/.classpath')
-rw-r--r--discovery/org.eclipse.tm.discovery.view/.classpath6
1 files changed, 5 insertions, 1 deletions
diff --git a/discovery/org.eclipse.tm.discovery.view/.classpath b/discovery/org.eclipse.tm.discovery.view/.classpath
index ce7393340..7bdc3fd56 100644
--- a/discovery/org.eclipse.tm.discovery.view/.classpath
+++ b/discovery/org.eclipse.tm.discovery.view/.classpath
@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
+ <accessrules>
+ <accessrule kind="discouraged" pattern="**/internal/**"/>
+ </accessrules>
+ </classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top