From 84902d4c57a44d219cbea87c8fe4a419c687af73 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Tue, 26 Aug 2014 15:07:32 -0500 Subject: [PATCH] Workingon updating some of the scripts to make sense with the new structure --- LICENSE | 20 ++++++++++++++++++++ build/linux/fixJavaFXClasspath.sh | 1 - cli/pom.xml | 2 +- engine/README.md | 6 ------ engine/pom.xml | 3 ++- gui/pom.xml | 2 +- parent/pom.xml | 2 +- 7 files changed, 25 insertions(+), 11 deletions(-) create mode 100644 LICENSE delete mode 100755 build/linux/fixJavaFXClasspath.sh delete mode 100644 engine/README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..0dcd862 --- /dev/null +++ b/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2014 Drew Short + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/build/linux/fixJavaFXClasspath.sh b/build/linux/fixJavaFXClasspath.sh deleted file mode 100755 index 3bff1f6..0000000 --- a/build/linux/fixJavaFXClasspath.sh +++ /dev/null @@ -1 +0,0 @@ -sudo mvn com.zenjava:javafx-maven-plugin:2.0:fix-classpath diff --git a/cli/pom.xml b/cli/pom.xml index ad9a611..5a17c7a 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -11,7 +11,7 @@ com.sothr.imagetools ImageTools-CLI - 0.1.0-DEV + 0.1.0 jar Image-Tools-CLI diff --git a/engine/README.md b/engine/README.md deleted file mode 100644 index fbc0b6e..0000000 --- a/engine/README.md +++ /dev/null @@ -1,6 +0,0 @@ -ImageTools v0.1.1-DEV -========== -http://imagetools.sothr.com ----------- - -Management application for image collections. diff --git a/engine/pom.xml b/engine/pom.xml index 37916ea..371d08d 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -11,7 +11,7 @@ com.sothr.imagetools ImageTools-Engine - 0.1.1-DEV + 0.1.2 jar Image-Tools-Engine @@ -194,6 +194,7 @@ + diff --git a/gui/pom.xml b/gui/pom.xml index 37aaa81..499fb71 100644 --- a/gui/pom.xml +++ b/gui/pom.xml @@ -11,7 +11,7 @@ com.sothr.imagetools ImageTools-GUI - 0.1.0-DEV + 0.1.0 jar Image-Tools-GUI diff --git a/parent/pom.xml b/parent/pom.xml index 5e0eafb..59e6b67 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -21,7 +21,7 @@ - 0.1.1-DEV + 0.1.2 UTF-8 1.8 2.11