build and installer fixes

This commit is contained in:
Dick Fickling 2012-04-26 15:53:53 -04:00
parent d81fa1cb98
commit 7e4f9e921d
3 changed files with 11 additions and 191 deletions

4
.gitignore vendored
View File

@ -17,4 +17,6 @@
/DataModel/release/modules/ext/sqlite-jdbc-3.7.2.jar
/DataModel/release/modules/lib/zlib.dll
/branding_spear
/branding_spear
/installer_spear
Bundle_*.properties

View File

@ -155,6 +155,11 @@
<entry key="app.version" value="${app.version}" />
<entry key="build.type" value="${build.type}" />
</propertyfile>
<copy todir="${basedir}" failonerror="false">
<fileset dir="${branding.dir}/bundles"
includes="**/*"/>
</copy>
</target>
<target name="jni" depends="build,findTSK">

File diff suppressed because one or more lines are too long