Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-07-19 08:22:04 +0000
committerEike Stepper2012-07-19 08:22:04 +0000
commit1460904fd3c193ffaf809913b2983a400fce9d94 (patch)
tree72f3a17b75fedba3ae1060df1d32c9c7889be954 /features/org.eclipse.emf.cdo.tests-feature
parent5f360965ae87478e0681899bf310a210cafc2c44 (diff)
downloadcdo-1460904fd3c193ffaf809913b2983a400fce9d94.tar.gz
cdo-1460904fd3c193ffaf809913b2983a400fce9d94.tar.xz
cdo-1460904fd3c193ffaf809913b2983a400fce9d94.zip
Fix line endings in master (dos2unix)
Diffstat (limited to 'features/org.eclipse.emf.cdo.tests-feature')
-rw-r--r--features/org.eclipse.emf.cdo.tests-feature/.settings/org.eclipse.ltk.core.refactoring.prefs6
-rw-r--r--features/org.eclipse.emf.cdo.tests-feature/build.properties26
-rw-r--r--features/org.eclipse.emf.cdo.tests-feature/feature.properties16
3 files changed, 24 insertions, 24 deletions
diff --git a/features/org.eclipse.emf.cdo.tests-feature/.settings/org.eclipse.ltk.core.refactoring.prefs b/features/org.eclipse.emf.cdo.tests-feature/.settings/org.eclipse.ltk.core.refactoring.prefs
index adfcab1dfb..67772057a2 100644
--- a/features/org.eclipse.emf.cdo.tests-feature/.settings/org.eclipse.ltk.core.refactoring.prefs
+++ b/features/org.eclipse.emf.cdo.tests-feature/.settings/org.eclipse.ltk.core.refactoring.prefs
@@ -1,3 +1,3 @@
-#Mon Jul 04 12:35:35 CEST 2011
-eclipse.preferences.version=1
-org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
+#Mon Jul 04 12:35:35 CEST 2011
+eclipse.preferences.version=1
+org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
diff --git a/features/org.eclipse.emf.cdo.tests-feature/build.properties b/features/org.eclipse.emf.cdo.tests-feature/build.properties
index f63c2e79d1..702432df1e 100644
--- a/features/org.eclipse.emf.cdo.tests-feature/build.properties
+++ b/features/org.eclipse.emf.cdo.tests-feature/build.properties
@@ -1,13 +1,13 @@
-# Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
-# 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:
-# Eike Stepper - initial API and implementation
-
-# NLS_MESSAGEFORMAT_VAR
-
-bin.includes = feature.xml,\
- feature.properties
+# Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
+# 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:
+# Eike Stepper - initial API and implementation
+
+# NLS_MESSAGEFORMAT_VAR
+
+bin.includes = feature.xml,\
+ feature.properties
diff --git a/features/org.eclipse.emf.cdo.tests-feature/feature.properties b/features/org.eclipse.emf.cdo.tests-feature/feature.properties
index dfb781fee5..baa3722eda 100644
--- a/features/org.eclipse.emf.cdo.tests-feature/feature.properties
+++ b/features/org.eclipse.emf.cdo.tests-feature/feature.properties
@@ -1,8 +1,8 @@
-# Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
-# 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
-
-featureName = CDO Model Repository Tests
-description = Contains the CDO test plugins, models and sources.
+# Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
+# 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
+
+featureName = CDO Model Repository Tests
+description = Contains the CDO test plugins, models and sources.

Back to the top