From 5071d9cc3cdcb4dfa2684cc2b195e677f26ea6ea Mon Sep 17 00:00:00 2001
From: Nikolaus Huber <nikolaus.huber@uni-wuerzburg.de>
Date: Tue, 29 Jul 2014 06:44:36 +0000
Subject: [PATCH] renamed files

git-svn-id: https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/DMM/trunk@16278 9e42b895-fcda-4063-8a3b-11be15eb1bbd
---
 Examples/SEAMS_Case_Study/{SEAMS__PUSH.launch => PUSH.launch}   | 2 +-
 Examples/SEAMS_Case_Study/{MetricTypes.xmi => metrictypes.xmi}  | 0
 .../SEAMS_Case_Study/{default.properties => push.properties}    | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename Examples/SEAMS_Case_Study/{SEAMS__PUSH.launch => PUSH.launch} (94%)
 rename Examples/SEAMS_Case_Study/{MetricTypes.xmi => metrictypes.xmi} (100%)
 rename Examples/SEAMS_Case_Study/{default.properties => push.properties} (100%)

diff --git a/Examples/SEAMS_Case_Study/SEAMS__PUSH.launch b/Examples/SEAMS_Case_Study/PUSH.launch
similarity index 94%
rename from Examples/SEAMS_Case_Study/SEAMS__PUSH.launch
rename to Examples/SEAMS_Case_Study/PUSH.launch
index ce47e654..7eb474f7 100644
--- a/Examples/SEAMS_Case_Study/SEAMS__PUSH.launch
+++ b/Examples/SEAMS_Case_Study/PUSH.launch
@@ -10,7 +10,7 @@
 <listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
 </listAttribute>
 <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="edu.kit.ipd.descartes.adaptation.AdaptationControl"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="../Examples/SEAMS_Case_Study/default.properties"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="../Examples/SEAMS_Case_Study/push.properties"/>
 <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="edu.kit.ipd.descartes.adaptation"/>
 <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-enableassertions"/>
 </launchConfiguration>
diff --git a/Examples/SEAMS_Case_Study/MetricTypes.xmi b/Examples/SEAMS_Case_Study/metrictypes.xmi
similarity index 100%
rename from Examples/SEAMS_Case_Study/MetricTypes.xmi
rename to Examples/SEAMS_Case_Study/metrictypes.xmi
diff --git a/Examples/SEAMS_Case_Study/default.properties b/Examples/SEAMS_Case_Study/push.properties
similarity index 100%
rename from Examples/SEAMS_Case_Study/default.properties
rename to Examples/SEAMS_Case_Study/push.properties
-- 
GitLab