diff options
author | Dani Megert | 2005-05-12 21:58:38 +0000 |
---|---|---|
committer | Dani Megert | 2005-05-12 21:58:38 +0000 |
commit | 402bb64c91fadf515d97cdc1f5af260f57b93d34 (patch) | |
tree | aa0835feab7f8053f82f9c490f0a364fb1b472b6 | |
parent | 468c6b3c4a7268765afb33ef33705abd8e6a616f (diff) | |
download | eclipse.platform.text-402bb64c91fadf515d97cdc1f5af260f57b93d34.tar.gz eclipse.platform.text-402bb64c91fadf515d97cdc1f5af260f57b93d34.tar.xz eclipse.platform.text-402bb64c91fadf515d97cdc1f5af260f57b93d34.zip |
Now using PDE generated exclusion pattern
-rw-r--r-- | org.eclipse.core.filebuffers/.classpath | 2 | ||||
-rw-r--r-- | org.eclipse.jface.text/.classpath | 2 | ||||
-rw-r--r-- | org.eclipse.text/.classpath | 2 | ||||
-rw-r--r-- | org.eclipse.ui.editors/.classpath | 2 | ||||
-rw-r--r-- | org.eclipse.ui.workbench.texteditor/.classpath | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.core.filebuffers/.classpath b/org.eclipse.core.filebuffers/.classpath index 4f8e25a56..065ac06e1 100644 --- a/org.eclipse.core.filebuffers/.classpath +++ b/org.eclipse.core.filebuffers/.classpath @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> - <classpathentry excluding="**/internal/**" kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="bin"/> </classpath> diff --git a/org.eclipse.jface.text/.classpath b/org.eclipse.jface.text/.classpath index 921a92249..f2a7ad8ee 100644 --- a/org.eclipse.jface.text/.classpath +++ b/org.eclipse.jface.text/.classpath @@ -2,7 +2,7 @@ <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="projection"/> - <classpathentry excluding="**/internal/**" kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="bin"/> </classpath> diff --git a/org.eclipse.text/.classpath b/org.eclipse.text/.classpath index 921a92249..f2a7ad8ee 100644 --- a/org.eclipse.text/.classpath +++ b/org.eclipse.text/.classpath @@ -2,7 +2,7 @@ <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="projection"/> - <classpathentry excluding="**/internal/**" kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="bin"/> </classpath> diff --git a/org.eclipse.ui.editors/.classpath b/org.eclipse.ui.editors/.classpath index 4f8e25a56..065ac06e1 100644 --- a/org.eclipse.ui.editors/.classpath +++ b/org.eclipse.ui.editors/.classpath @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> - <classpathentry excluding="**/internal/**" kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="bin"/> </classpath> diff --git a/org.eclipse.ui.workbench.texteditor/.classpath b/org.eclipse.ui.workbench.texteditor/.classpath index 4f8e25a56..065ac06e1 100644 --- a/org.eclipse.ui.workbench.texteditor/.classpath +++ b/org.eclipse.ui.workbench.texteditor/.classpath @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> - <classpathentry excluding="**/internal/**" kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="bin"/> </classpath> |