1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00

[cleanup] allow org.eclipse.rse.tests access to all RSE internal packages

This commit is contained in:
Martin Oberhuber 2007-02-21 12:08:14 +00:00
parent e2b6a34c6f
commit 67281ca129
2 changed files with 6 additions and 2 deletions

View file

@ -11,5 +11,5 @@ Require-Bundle: org.eclipse.core.runtime,
org.apache.commons.net,
org.eclipse.rse.core
Eclipse-LazyStart: true
Export-Package: org.eclipse.rse.internal.services.files.ftp;x-internal:=true
Export-Package: org.eclipse.rse.internal.services.files.ftp;x-friends:="org.eclipse.rse.subsystems.files.ftp"
Bundle-RequiredExecutionEnvironment: J2SE-1.4

View file

@ -2,6 +2,10 @@
<classpath>
<classpathentry kind="src" path="src"/>
<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="con" path="org.eclipse.pde.core.requiredPlugins">
<accessrules>
<accessrule kind="accessible" pattern="org/eclipse/rse/internal/**"/>
</accessrules>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>