Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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