Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre GAUTIER2017-09-05 09:34:06 +0000
committerQuentin Le Menez2017-09-07 07:16:39 +0000
commitcc2b1b7c9019138d6f29eae0db174f3c720016dd (patch)
treec4ac3c167b719ceb0f0d346fca26fc60a53b80f5 /plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/.classpath
parent94a0ec0473fe4e58e47df99236c6df45cb388c85 (diff)
downloadorg.eclipse.papyrus-cc2b1b7c9019138d6f29eae0db174f3c720016dd.tar.gz
org.eclipse.papyrus-cc2b1b7c9019138d6f29eae0db174f3c720016dd.tar.xz
org.eclipse.papyrus-cc2b1b7c9019138d6f29eae0db174f3c720016dd.zip
Bug 521572 - [General] Various cleanups
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521572 remove useless exported bin/ from .classpath Change-Id: I3f86b60cf75d3ef71e49c0aa3c310393f0308567 Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr>
Diffstat (limited to 'plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/.classpath')
-rw-r--r--plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/.classpath1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/.classpath b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/.classpath
index a2737ddb01a..50aae142c50 100644
--- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/.classpath
+++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/.classpath
@@ -4,6 +4,5 @@
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src-gen"/>
<classpathentry kind="src" path="src"/>
- <classpathentry exported="true" kind="lib" path="bin" sourcepath="bin"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top