aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Pedroni <ep625@york.ac.uk>2014-01-19 17:14:24 +0000
committerEduardo Pedroni <ep625@york.ac.uk>2014-01-19 17:14:24 +0000
commit2fa054bf63006dedc98639ff08b3f2c637c5d74b (patch)
treec9742c83cf59a5ca682bcd7506c9fc3ee5a11e01
Initial commit, clean project has been created.
-rw-r--r--.classpath6
-rw-r--r--.gitignore1
-rw-r--r--.project17
-rw-r--r--README3
4 files changed, 27 insertions, 0 deletions
diff --git a/.classpath b/.classpath
new file mode 100644
index 0000000..fb50116
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5e56e04
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/bin
diff --git a/.project b/.project
new file mode 100644
index 0000000..47b759e
--- /dev/null
+++ b/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>CGPDevelopment</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/README b/README
new file mode 100644
index 0000000..2150cb9
--- /dev/null
+++ b/README
@@ -0,0 +1,3 @@
+- Development Master Branch -
+
+This is a clean commit with the basic project, more commits will follow when the project reaches critical points. \ No newline at end of file