Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2018-08-23 15:29:56 +0000
committerDani Megert2018-08-23 15:29:56 +0000
commitd9ce382453f26bee0d1c925c5c91e244292ffbe5 (patch)
tree572cc891495bc46ef3b406eed93cfc578ebe38fc
parent56b73c21cedaaec8a4c07649cad09828397d6eff (diff)
downloadeclipse.platform.debug-d9ce382453f26bee0d1c925c5c91e244292ffbe5.tar.gz
eclipse.platform.debug-d9ce382453f26bee0d1c925c5c91e244292ffbe5.tar.xz
eclipse.platform.debug-d9ce382453f26bee0d1c925c5c91e244292ffbe5.zip
Fixed mixed line delimiters
-rw-r--r--org.eclipse.debug.examples.memory/build.properties42
1 files changed, 21 insertions, 21 deletions
diff --git a/org.eclipse.debug.examples.memory/build.properties b/org.eclipse.debug.examples.memory/build.properties
index 4d32d83d1..547e6eced 100644
--- a/org.eclipse.debug.examples.memory/build.properties
+++ b/org.eclipse.debug.examples.memory/build.properties
@@ -1,24 +1,24 @@
-###############################################################################
-# Copyright (c) 2013 IBM Corporation and others.
+###############################################################################
+# Copyright (c) 2013 IBM Corporation and others.
#
-# This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License 2.0
-# which accompanies this distribution, and is available at
+# This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License 2.0
+# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
-# SPDX-License-Identifier: EPL-2.0
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-bin.includes = .classpath,\
- .project,\
- build.properties,\
- icons/,\
- plugin.xml,\
- bin/,\
- META-INF/,\
- plugin.properties
-output.. = bin/
-src.includes = icons/
-source.. = src/
+# SPDX-License-Identifier: EPL-2.0
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+bin.includes = .classpath,\
+ .project,\
+ build.properties,\
+ icons/,\
+ plugin.xml,\
+ bin/,\
+ META-INF/,\
+ plugin.properties
+output.. = bin/
+src.includes = icons/
+source.. = src/

Back to the top