From b508f78f04eddfc3bdfa5936ce3d1c8666f8bc9a Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 9 Nov 2013 15:33:38 +0000 Subject: [PATCH] Moved the CHANGES.txt, LICENSE.txt, forge.profile.properties.example and README.txt files to forge-gui folder. --- .gitattributes | 7 ++++--- CHANGES.txt => forge-gui/CHANGES.txt | 0 LICENSE.txt => forge-gui/LICENSE.txt | 0 README.txt => forge-gui/README.txt | 0 .../forge.profile.properties.example | 0 5 files changed, 4 insertions(+), 3 deletions(-) rename CHANGES.txt => forge-gui/CHANGES.txt (100%) rename LICENSE.txt => forge-gui/LICENSE.txt (100%) rename README.txt => forge-gui/README.txt (100%) rename forge.profile.properties.example => forge-gui/forge.profile.properties.example (100%) diff --git a/.gitattributes b/.gitattributes index 75cd85061a4..48d1a3b98ba 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,9 +6,6 @@ .settings/net.sf.jautodoc.prefs -text .settings/org.eclipse.jdt.core.prefs -text .settings/org.eclipse.jdt.ui.prefs -text -/CHANGES.txt svneol=native#text/plain -/LICENSE.txt svneol=native#text/plain -/README.txt svneol=native#text/plain forge-ai/.classpath -text forge-ai/.project -text forge-ai/.settings/org.eclipse.core.resources.prefs -text @@ -49,6 +46,10 @@ forge-gui/.project -text forge-gui/.settings/org.eclipse.core.resources.prefs -text forge-gui/.settings/org.eclipse.jdt.core.prefs -text forge-gui/.settings/org.eclipse.m2e.core.prefs -text +forge-gui/CHANGES.txt -text +forge-gui/LICENSE.txt -text +forge-gui/README.txt -text +forge-gui/forge.profile.properties.example -text forge-gui/pom.xml -text forge-gui/res/ai/Default.ai -text forge-gui/res/ai/Reckless.ai -text diff --git a/CHANGES.txt b/forge-gui/CHANGES.txt similarity index 100% rename from CHANGES.txt rename to forge-gui/CHANGES.txt diff --git a/LICENSE.txt b/forge-gui/LICENSE.txt similarity index 100% rename from LICENSE.txt rename to forge-gui/LICENSE.txt diff --git a/README.txt b/forge-gui/README.txt similarity index 100% rename from README.txt rename to forge-gui/README.txt diff --git a/forge.profile.properties.example b/forge-gui/forge.profile.properties.example similarity index 100% rename from forge.profile.properties.example rename to forge-gui/forge.profile.properties.example