Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre GAUTIER2017-08-28 16:13:42 +0000
committerQuentin Le Menez2017-09-06 11:28:50 +0000
commitbd7cc54920a37a1a35f8113921f4a2008033b74a (patch)
tree318875a962130cbb3be92000478c28c04a890de7 /plugins/developer/org.eclipse.papyrus.dev.ui
parente07bdda2ab181ebbdbd98b4c5ea42e3c613d1ada (diff)
downloadorg.eclipse.papyrus-bd7cc54920a37a1a35f8113921f4a2008033b74a.tar.gz
org.eclipse.papyrus-bd7cc54920a37a1a35f8113921f4a2008033b74a.tar.xz
org.eclipse.papyrus-bd7cc54920a37a1a35f8113921f4a2008033b74a.zip
Bug 521572 - [General] Various cleanups
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521572 fix remaining output 'target/classes' in some .classpath cleanup of various basic build.properties warnings including : - remove useless bin.. - incorrect source.. - incorrect output.. - includes Change-Id: I5bf3480020ab53c8acf1fd6fc35d92377c231eaa Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr>
Diffstat (limited to 'plugins/developer/org.eclipse.papyrus.dev.ui')
-rw-r--r--plugins/developer/org.eclipse.papyrus.dev.ui/.classpath2
-rw-r--r--plugins/developer/org.eclipse.papyrus.dev.ui/build.properties3
2 files changed, 3 insertions, 2 deletions
diff --git a/plugins/developer/org.eclipse.papyrus.dev.ui/.classpath b/plugins/developer/org.eclipse.papyrus.dev.ui/.classpath
index 7f457fa4138..19a3423a3d0 100644
--- a/plugins/developer/org.eclipse.papyrus.dev.ui/.classpath
+++ b/plugins/developer/org.eclipse.papyrus.dev.ui/.classpath
@@ -3,5 +3,5 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="output" path="target/classes"/>
+ <classpathentry kind="output" path="bin/"/>
</classpath>
diff --git a/plugins/developer/org.eclipse.papyrus.dev.ui/build.properties b/plugins/developer/org.eclipse.papyrus.dev.ui/build.properties
index 3f5f424d6ab..9ed769d2bf8 100644
--- a/plugins/developer/org.eclipse.papyrus.dev.ui/build.properties
+++ b/plugins/developer/org.eclipse.papyrus.dev.ui/build.properties
@@ -4,5 +4,6 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
about.html,\
- icons/
+ icons/,\
+ plugin.properties
src.includes = about.html

Back to the top