diff --git a/.gitignore b/.gitignore index 7e78667..4e32a31 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,6 @@ build/ # old stuff i can't seem to be able to delete hidden/ -releases/ \ No newline at end of file +releases/ + +website/ \ No newline at end of file diff --git a/build.xml b/build.xml index f6605ac..b1815fe 100644 --- a/build.xml +++ b/build.xml @@ -1,4 +1,4 @@ - + BezierSQLib (formerly SQLibrary) build file, based on Processing @@ -27,6 +27,8 @@ + + @@ -35,7 +37,7 @@ - + @@ -43,25 +45,26 @@ - - - - - - + + + + + + + - + Properties initialized. src path ${src} bin path ${bin} Processing classes ${processing.classes} processing Libraries ${processing} java version ${javaVersion} - + @@ -80,176 +83,222 @@ java version ${javaVersion} - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - + - - - - - - - + + + + + + + - - diff --git a/lib/build.number b/lib/build.number index b529db7..62d9a4b 100644 --- a/lib/build.number +++ b/lib/build.number @@ -1,3 +1,3 @@ #Build Number for ANT. Do not edit! -#Sun Dec 16 11:06:00 CET 2012 -build.number=517 +#Sun Dec 16 11:57:00 CET 2012 +build.number=524 diff --git a/release/BezierSQLib.txt b/release/BezierSQLib.txt new file mode 100644 index 0000000..28c8980 --- /dev/null +++ b/release/BezierSQLib.txt @@ -0,0 +1,8 @@ +name = SQLibrary +authorList = [Florian Jenett](http://www.bezier.de/) +url = https://github.com/fjenett/sqlibrary +category = DATA +sentence = A library to facilitate communication with SQL-based databases +paragraph = SQLibrary is an interface to MySQL, SQLite and PostgreSQL databases +version = 1020 +prettyVersion = 0.2.0 \ No newline at end of file diff --git a/release/BezierSQLib.zip b/release/BezierSQLib.zip new file mode 100644 index 0000000..ef4e9de Binary files /dev/null and b/release/BezierSQLib.zip differ diff --git a/resources/build.number b/resources/build.number new file mode 100644 index 0000000..8c526fa --- /dev/null +++ b/resources/build.number @@ -0,0 +1,3 @@ +#Build Number for ANT. Do not edit! +#Sun Dec 16 11:57:00 CET 2012 +build.number=1021 diff --git a/resources/library.properties b/resources/library.properties new file mode 100644 index 0000000..5e3a22c --- /dev/null +++ b/resources/library.properties @@ -0,0 +1,8 @@ +name = SQLibrary +authorList = [Florian Jenett](http://www.bezier.de/) +url = https://github.com/fjenett/sqlibrary +category = DATA +sentence = A library to facilitate communication with SQL-based databases +paragraph = SQLibrary is an interface to MySQL, SQLite and PostgreSQL databases +version = @@VERSION@@ +prettyVersion = @@PRETTYVERSION@@ \ No newline at end of file diff --git a/web/index.html b/resources/web/index.html similarity index 100% rename from web/index.html rename to resources/web/index.html diff --git a/web/stylesheet.css b/resources/web/stylesheet.css similarity index 100% rename from web/stylesheet.css rename to resources/web/stylesheet.css