Moved the smaller plugins to separate folders.
This commit is contained in:
parent
fc11ae264f
commit
edd5d0d083
18 changed files with 233 additions and 74 deletions
|
|
@ -3,6 +3,9 @@
|
|||
|
||||
<!-- ________________________ PROPERTIES AND SETTINGS ________________________ -->
|
||||
|
||||
<!--plugin specific properties-->
|
||||
<property name="releaseJar" value="hal-mqtt.jar" />
|
||||
|
||||
<!--common properties-->
|
||||
<property name="root" value="." />
|
||||
<property name="srcDir" value="${root}/src" />
|
||||
|
|
@ -13,7 +16,6 @@
|
|||
<property name="compileDir" value="${buildRoot}/production" />
|
||||
<property name="compileTestDir" value="${buildRoot}/test" />
|
||||
<property name="releaseDir" value="${buildRoot}/release" />
|
||||
<property name="releaseJar" value="hal-mqtt.jar" />
|
||||
<property name="reportsDir" value="../../${buildRoot}/reports" /> <!-- Use Hal reports folder -->
|
||||
|
||||
<!-- ________________________ TARGETS ________________________ -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue