Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Goubet2014-03-13 12:04:17 +0000
committerLaurent Goubet2014-03-13 12:05:08 +0000
commit286c8af9cd4992a33779149fef0c455e655af690 (patch)
treeba4097c147b47b00a6224780620e8aad39bbba54 /plugins/org.eclipse.emf.compare.tests/build.properties
parent8538ce3ddd29ad2248400e18734649e84e8da7f6 (diff)
downloadorg.eclipse.emf.compare-286c8af9cd4992a33779149fef0c455e655af690.tar.gz
org.eclipse.emf.compare-286c8af9cd4992a33779149fef0c455e655af690.tar.xz
org.eclipse.emf.compare-286c8af9cd4992a33779149fef0c455e655af690.zip
normalize EOLs in the core (first pass)
Diffstat (limited to 'plugins/org.eclipse.emf.compare.tests/build.properties')
-rw-r--r--plugins/org.eclipse.emf.compare.tests/build.properties40
1 files changed, 20 insertions, 20 deletions
diff --git a/plugins/org.eclipse.emf.compare.tests/build.properties b/plugins/org.eclipse.emf.compare.tests/build.properties
index 395e6a4c0..94eb7bb2d 100644
--- a/plugins/org.eclipse.emf.compare.tests/build.properties
+++ b/plugins/org.eclipse.emf.compare.tests/build.properties
@@ -1,20 +1,20 @@
-# Copyright (c) 2011, 2012 Obeo.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# Obeo - initial API and implementation
-
-bin.includes = .,\
- model/,\
- META-INF/,\
- plugin.xml,\
- plugin.properties,\
- about.html
-jars.compile.order = .
-source.. = src/,\
- src-gen/
-output.. = bin/
-src.includes = about.html
+# Copyright (c) 2011, 2012 Obeo.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Obeo - initial API and implementation
+
+bin.includes = .,\
+ model/,\
+ META-INF/,\
+ plugin.xml,\
+ plugin.properties,\
+ about.html
+jars.compile.order = .
+source.. = src/,\
+ src-gen/
+output.. = bin/
+src.includes = about.html

Back to the top