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 /examples/uml
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 'examples/uml')
-rw-r--r--examples/uml/org.eclipse.papyrus.uml.diagram.emftree/build.properties5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/uml/org.eclipse.papyrus.uml.diagram.emftree/build.properties b/examples/uml/org.eclipse.papyrus.uml.diagram.emftree/build.properties
index 87464c141b5..89ca08f7e80 100644
--- a/examples/uml/org.eclipse.papyrus.uml.diagram.emftree/build.properties
+++ b/examples/uml/org.eclipse.papyrus.uml.diagram.emftree/build.properties
@@ -1,7 +1,6 @@
#
#Mon Sep 12 09:29:46 CEST 2011
bin.includes=META-INF/,.,plugin.xml,icons/,about.html,plugin.properties
-output..=bin/
+output.. = bin/
src.includes = about.html
-source..=src/
-bin..=bin/
+source.. = src/ \ No newline at end of file

Back to the top