OSDN Git Service

fix master
authoryuuhayashi <hayashi.yuu@gmail.com>
Sun, 17 Apr 2016 14:53:43 +0000 (23:53 +0900)
committeryuuhayashi <hayashi.yuu@gmail.com>
Sun, 17 Apr 2016 14:53:43 +0000 (23:53 +0900)
.classpath [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.project [new file with mode: 0644]

diff --git a/.classpath b/.classpath
new file mode 100644 (file)
index 0000000..8f6e6c1
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry kind="src" path="src"/>
+       <classpathentry kind="lib" path="ConvCommPt.jar"/>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+       <classpathentry kind="output" path="classes"/>
+</classpath>
diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..5e7f166
--- /dev/null
@@ -0,0 +1,5 @@
+/bin/
+*.zip
+*.jar
+/data/
+/classes/
diff --git a/.project b/.project
new file mode 100644 (file)
index 0000000..7e72432
--- /dev/null
+++ b/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>ConvCommPt</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>