- Timestamp:
- Dec 12, 2018 3:17:51 PM (2 years ago)
- Branches:
- master
- Children:
- 9738db7
- Parents:
- 5eda3064
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
build.xml
r5eda3064 r51bf23a 389 389 </target> 390 390 391 <target name="buildDesktopGui" depends="buildCore, buildrouter" > 392 <!-- 393 <ant dir="apps/desktopgui" target="clean" /> 394 --> 391 <target name="buildDesktopGui" depends="buildCore, buildrouter, buildSystray" > 395 392 <ant dir="apps/desktopgui" target="jar" /> 396 393 <copy file="apps/desktopgui/dist/desktopgui.jar" todir="build/" />
Note: See TracChangeset
for help on using the changeset viewer.