[TASK] Added Type name

This commit is contained in:
JKetelaar
2016-05-25 20:01:03 +02:00
parent f7fab30939
commit 69ef4e6f07
+3 -2
View File
@@ -12,11 +12,12 @@
<properties> <properties>
<jdk.version>1.7</jdk.version> <jdk.version>1.7</jdk.version>
<type.name>Parabot</type.name>
<build.version></build.version> <build.version></build.version>
</properties> </properties>
<name>Parabot client</name> <name>Parabot client</name>
<description>This is the Parabot client for all kind of RSPS'. This does not contain the API.</description> <description>The only perfect open source (Runescape private server) bot!</description>
<url>http://www.parabot.org/</url> <url>http://www.parabot.org/</url>
<licenses> <licenses>
@@ -120,7 +121,7 @@
<mainClass>org.parabot.Landing</mainClass> <mainClass>org.parabot.Landing</mainClass>
</manifest> </manifest>
</archive> </archive>
<outputDirectory>${project.build.directory}/final/</outputDirectory> <outputDirectory>${project.build.directory}/final/${type.name}/</outputDirectory>
<appendAssemblyId>false</appendAssemblyId> <appendAssemblyId>false</appendAssemblyId>
</configuration> </configuration>