OSDN Git Service

update
authorhayashi.yuu <hayashi.yuu@gmail.com>
Sun, 7 Jul 2013 09:00:56 +0000 (18:00 +0900)
committerhayashi.yuu <hayashi.yuu@gmail.com>
Sun, 7 Jul 2013 09:00:56 +0000 (18:00 +0900)
.classpath [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.project [new file with mode: 0644]
bin/ConvBusstop.bat [new file with mode: 0644]
bin/database.properties [new file with mode: 0644]
bin/expBusstop.bat [new file with mode: 0644]

diff --git a/.classpath b/.classpath
new file mode 100644 (file)
index 0000000..2d3bafe
--- /dev/null
@@ -0,0 +1,9 @@
+<?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="lib" path="/home/hayashi/workspace/hayashi_0225.jar"/>
+       <classpathentry kind="lib" path="/home/hayashi/workspace/hsqldb_2_2_8.jar"/>
+       <classpathentry kind="lib" path="/home/hayashi/workspace/jar-in-jar-loader.zip"/>
+       <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..a486e24
--- /dev/null
@@ -0,0 +1,3 @@
+*.class
+*.jar
+*.zip
\ No newline at end of file
diff --git a/.project b/.project
new file mode 100644 (file)
index 0000000..c5d32bb
--- /dev/null
+++ b/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>convbusstop</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/bin/ConvBusstop.bat b/bin/ConvBusstop.bat
new file mode 100644 (file)
index 0000000..09a806a
--- /dev/null
@@ -0,0 +1,5 @@
+rem java -jar ConvBusstop.jar
+
+java -jar ConvBusstop.jar -nocheck
+
+pause
\ No newline at end of file
diff --git a/bin/database.properties b/bin/database.properties
new file mode 100644 (file)
index 0000000..b8aa951
--- /dev/null
@@ -0,0 +1,4 @@
+db_driver=org.hsqldb.jdbcDriver
+db_url=jdbc:hsqldb:file:./database/db
+db_user=sa
+db_passwd=
diff --git a/bin/expBusstop.bat b/bin/expBusstop.bat
new file mode 100644 (file)
index 0000000..895a323
--- /dev/null
@@ -0,0 +1,3 @@
+java -jar ReadKIBAN.jar DbBusstop
+
+pause
\ No newline at end of file