-
Notifications
You must be signed in to change notification settings - Fork 1
/
build_custom.xml
30 lines (22 loc) · 1.01 KB
/
build_custom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!--
===============================================================================
Project: OpenGTS - Open GPS Tracking System
URL : http://www.opengts.org
File : build_custom.xml
===============================================================================
-->
<!-- Copyright 2007-2017 GeoTelematic Solutions, Inc. -->
<project name="GTS Custom" basedir=".">
<!-- ======================================================================== -->
<target name="custom" depends="custom.jar,customtrack.jar"/>
<!-- ======================================================================== -->
<!-- Target: custom.jar -->
<target name="custom.jar" description="Genera custom targets">
<echo message="Skipping General Custom build ..."/>
</target>
<!-- Target: customtrack.jar -->
<target name="customtrack.jar" description="Track custom targets">
<echo message="Skipping Track Custom build ..."/>
</target>
<!-- ======================================================================== -->
</project>