mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-06 08:39:33 +00:00
[TASK] Added Type name
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user