Browse Source

Workingon updating some of the scripts to make sense with the new structure

master
Drew Short 10 years ago
parent
commit
84902d4c57
  1. 20
      LICENSE
  2. 1
      build/linux/fixJavaFXClasspath.sh
  3. 2
      cli/pom.xml
  4. 6
      engine/README.md
  5. 3
      engine/pom.xml
  6. 2
      gui/pom.xml
  7. 2
      parent/pom.xml

20
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.

1
build/linux/fixJavaFXClasspath.sh

@ -1 +0,0 @@
sudo mvn com.zenjava:javafx-maven-plugin:2.0:fix-classpath

2
cli/pom.xml

@ -11,7 +11,7 @@
<groupId>com.sothr.imagetools</groupId>
<artifactId>ImageTools-CLI</artifactId>
<version>0.1.0-DEV</version>
<version>0.1.0</version>
<packaging>jar</packaging>
<name>Image-Tools-CLI</name>

6
engine/README.md

@ -1,6 +0,0 @@
ImageTools v0.1.1-DEV
==========
http://imagetools.sothr.com
----------
Management application for image collections.

3
engine/pom.xml

@ -11,7 +11,7 @@
<groupId>com.sothr.imagetools</groupId>
<artifactId>ImageTools-Engine</artifactId>
<version>0.1.1-DEV</version>
<version>0.1.2</version>
<packaging>jar</packaging>
<name>Image-Tools-Engine</name>
@ -194,6 +194,7 @@
<fileset dir="${basedir}/src/main/resources/hibernate" includes="**/*" />
</copy>
<copy file="${project.build.directory}/LICENSE" toFile="${basedir}/LICENSE" overwrite="true" />
<copy file="${project.build.directory}/version.info" toFile="${basedir}/../version.info" overwrite="true" />
</tasks>
</configuration>
<goals>

2
gui/pom.xml

@ -11,7 +11,7 @@
<groupId>com.sothr.imagetools</groupId>
<artifactId>ImageTools-GUI</artifactId>
<version>0.1.0-DEV</version>
<version>0.1.0</version>
<packaging>jar</packaging>
<name>Image-Tools-GUI</name>

2
parent/pom.xml

@ -21,7 +21,7 @@
</pluginRepositories>
<properties>
<imagetools.engine.version>0.1.1-DEV</imagetools.engine.version>
<imagetools.engine.version>0.1.2</imagetools.engine.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jdk.version>1.8</jdk.version>
<scala.binary.version>2.11</scala.binary.version>

Loading…
Cancel
Save