Renamed from mvctest -> prototype1
authorp.ciardelli <p.ciardelli@localhost>
Tue, 2 Oct 2007 12:42:05 +0000 (12:42 +0000)
committerp.ciardelli <p.ciardelli@localhost>
Tue, 2 Oct 2007 12:42:05 +0000 (12:42 +0000)
19 files changed:
.gitattributes
eclipseprojects/eu.etaxonomy.prototype1/.classpath [moved from eclipseprojects/eu.etaxonomy.mvctest/.classpath with 100% similarity]
eclipseprojects/eu.etaxonomy.prototype1/.project [moved from eclipseprojects/eu.etaxonomy.mvctest/.project with 100% similarity]
eclipseprojects/eu.etaxonomy.prototype1/META-INF/MANIFEST.MF [moved from eclipseprojects/eu.etaxonomy.mvctest/META-INF/MANIFEST.MF with 100% similarity]
eclipseprojects/eu.etaxonomy.prototype1/build.properties [moved from eclipseprojects/eu.etaxonomy.mvctest/build.properties with 100% similarity]
eclipseprojects/eu.etaxonomy.prototype1/icons/alt_window_16.gif [moved from eclipseprojects/eu.etaxonomy.mvctest/icons/alt_window_16.gif with 100% similarity]
eclipseprojects/eu.etaxonomy.prototype1/icons/alt_window_32.gif [moved from eclipseprojects/eu.etaxonomy.mvctest/icons/alt_window_32.gif with 100% similarity]
eclipseprojects/eu.etaxonomy.prototype1/plugin.xml [moved from eclipseprojects/eu.etaxonomy.mvctest/plugin.xml with 100% similarity]
eclipseprojects/eu.etaxonomy.prototype1/src/eu/etaxonomy/mvctest/Activator.java [moved from eclipseprojects/eu.etaxonomy.mvctest/src/eu/etaxonomy/mvctest/Activator.java with 100% similarity]
eclipseprojects/eu.etaxonomy.prototype1/src/eu/etaxonomy/mvctest/Application.java [moved from eclipseprojects/eu.etaxonomy.mvctest/src/eu/etaxonomy/mvctest/Application.java with 100% similarity]
eclipseprojects/eu.etaxonomy.prototype1/src/eu/etaxonomy/mvctest/ApplicationActionBarAdvisor.java [moved from eclipseprojects/eu.etaxonomy.mvctest/src/eu/etaxonomy/mvctest/ApplicationActionBarAdvisor.java with 100% similarity]
eclipseprojects/eu.etaxonomy.prototype1/src/eu/etaxonomy/mvctest/ApplicationWorkbenchAdvisor.java [moved from eclipseprojects/eu.etaxonomy.mvctest/src/eu/etaxonomy/mvctest/ApplicationWorkbenchAdvisor.java with 100% similarity]
eclipseprojects/eu.etaxonomy.prototype1/src/eu/etaxonomy/mvctest/ApplicationWorkbenchWindowAdvisor.java [moved from eclipseprojects/eu.etaxonomy.mvctest/src/eu/etaxonomy/mvctest/ApplicationWorkbenchWindowAdvisor.java with 100% similarity]
eclipseprojects/eu.etaxonomy.prototype1/src/eu/etaxonomy/mvctest/Perspective.java [moved from eclipseprojects/eu.etaxonomy.mvctest/src/eu/etaxonomy/mvctest/Perspective.java with 100% similarity]
eclipseprojects/eu.etaxonomy.prototype1/src/eu/etaxonomy/mvctest/controller/CreateNameAction.java [moved from eclipseprojects/eu.etaxonomy.mvctest/src/eu/etaxonomy/mvctest/controller/CreateNameAction.java with 100% similarity]
eclipseprojects/eu.etaxonomy.prototype1/src/eu/etaxonomy/mvctest/model/ObjectList.java [moved from eclipseprojects/eu.etaxonomy.mvctest/src/eu/etaxonomy/mvctest/model/ObjectList.java with 100% similarity]
eclipseprojects/eu.etaxonomy.prototype1/src/eu/etaxonomy/mvctest/view/CreateNameView.java [moved from eclipseprojects/eu.etaxonomy.mvctest/src/eu/etaxonomy/mvctest/view/CreateNameView.java with 100% similarity]
eclipseprojects/eu.etaxonomy.prototype1/src/eu/etaxonomy/mvctest/view/LastNameView.java [moved from eclipseprojects/eu.etaxonomy.mvctest/src/eu/etaxonomy/mvctest/view/LastNameView.java with 100% similarity]
eclipseprojects/eu.etaxonomy.prototype1/src/eu/etaxonomy/mvctest/view/NameListView.java [moved from eclipseprojects/eu.etaxonomy.mvctest/src/eu/etaxonomy/mvctest/view/NameListView.java with 100% similarity]

index 3c7b4cb4835ff984bd5263b2f395b9bf07e8e43c..782d8069d590c7c7e0d8292f6d9a9dabe788d8d5 100644 (file)
@@ -1,22 +1,22 @@
 * text=auto !eol
-eclipseprojects/eu.etaxonomy.mvctest/.classpath -text
-eclipseprojects/eu.etaxonomy.mvctest/.project -text
-eclipseprojects/eu.etaxonomy.mvctest/META-INF/MANIFEST.MF -text
-eclipseprojects/eu.etaxonomy.mvctest/build.properties -text
-eclipseprojects/eu.etaxonomy.mvctest/icons/alt_window_16.gif -text
-eclipseprojects/eu.etaxonomy.mvctest/icons/alt_window_32.gif -text
-eclipseprojects/eu.etaxonomy.mvctest/plugin.xml -text
-eclipseprojects/eu.etaxonomy.mvctest/src/eu/etaxonomy/mvctest/Activator.java -text
-eclipseprojects/eu.etaxonomy.mvctest/src/eu/etaxonomy/mvctest/Application.java -text
-eclipseprojects/eu.etaxonomy.mvctest/src/eu/etaxonomy/mvctest/ApplicationActionBarAdvisor.java -text
-eclipseprojects/eu.etaxonomy.mvctest/src/eu/etaxonomy/mvctest/ApplicationWorkbenchAdvisor.java -text
-eclipseprojects/eu.etaxonomy.mvctest/src/eu/etaxonomy/mvctest/ApplicationWorkbenchWindowAdvisor.java -text
-eclipseprojects/eu.etaxonomy.mvctest/src/eu/etaxonomy/mvctest/Perspective.java -text
-eclipseprojects/eu.etaxonomy.mvctest/src/eu/etaxonomy/mvctest/controller/CreateNameAction.java -text
-eclipseprojects/eu.etaxonomy.mvctest/src/eu/etaxonomy/mvctest/model/ObjectList.java -text
-eclipseprojects/eu.etaxonomy.mvctest/src/eu/etaxonomy/mvctest/view/CreateNameView.java -text
-eclipseprojects/eu.etaxonomy.mvctest/src/eu/etaxonomy/mvctest/view/LastNameView.java -text
-eclipseprojects/eu.etaxonomy.mvctest/src/eu/etaxonomy/mvctest/view/NameListView.java -text
+eclipseprojects/eu.etaxonomy.prototype1/.classpath -text
+eclipseprojects/eu.etaxonomy.prototype1/.project -text
+eclipseprojects/eu.etaxonomy.prototype1/META-INF/MANIFEST.MF -text
+eclipseprojects/eu.etaxonomy.prototype1/build.properties -text
+eclipseprojects/eu.etaxonomy.prototype1/icons/alt_window_16.gif -text
+eclipseprojects/eu.etaxonomy.prototype1/icons/alt_window_32.gif -text
+eclipseprojects/eu.etaxonomy.prototype1/plugin.xml -text
+eclipseprojects/eu.etaxonomy.prototype1/src/eu/etaxonomy/mvctest/Activator.java -text
+eclipseprojects/eu.etaxonomy.prototype1/src/eu/etaxonomy/mvctest/Application.java -text
+eclipseprojects/eu.etaxonomy.prototype1/src/eu/etaxonomy/mvctest/ApplicationActionBarAdvisor.java -text
+eclipseprojects/eu.etaxonomy.prototype1/src/eu/etaxonomy/mvctest/ApplicationWorkbenchAdvisor.java -text
+eclipseprojects/eu.etaxonomy.prototype1/src/eu/etaxonomy/mvctest/ApplicationWorkbenchWindowAdvisor.java -text
+eclipseprojects/eu.etaxonomy.prototype1/src/eu/etaxonomy/mvctest/Perspective.java -text
+eclipseprojects/eu.etaxonomy.prototype1/src/eu/etaxonomy/mvctest/controller/CreateNameAction.java -text
+eclipseprojects/eu.etaxonomy.prototype1/src/eu/etaxonomy/mvctest/model/ObjectList.java -text
+eclipseprojects/eu.etaxonomy.prototype1/src/eu/etaxonomy/mvctest/view/CreateNameView.java -text
+eclipseprojects/eu.etaxonomy.prototype1/src/eu/etaxonomy/mvctest/view/LastNameView.java -text
+eclipseprojects/eu.etaxonomy.prototype1/src/eu/etaxonomy/mvctest/view/NameListView.java -text
 eclipseprojects/eu.etaxonomy.taxeditor/.classpath -text
 eclipseprojects/eu.etaxonomy.taxeditor/.project -text
 eclipseprojects/eu.etaxonomy.taxeditor/META-INF/MANIFEST.MF -text