asterics / AsTeRICS

The Assistive Technology Rapid Integration & Construction Set
http://www.asterics.eu
Other
57 stars 27 forks source link

Fixes errornous build.xml which overwrites helpPaths-hosted.json #250

Closed deinhofer closed 6 years ago

deinhofer commented 6 years ago

The default target was copySubmodulesToTarget

but it is also necessary to call 'copyHelpFiles' afterwards because this copies the proper help files and helpPath-hosted.json file to the target. added a new default target 'copyAll' which depends on 'copyHelpFile' which depends on 'copySubmodulesToTarget'