| Revision 10559,
667 bytes
checked in by sam, 4 years ago
(diff) |
|
Post-packaging scApp Windows : added OOo embeding option.
|
-
Property svn:mime-type set to
text/plain
|
| Line | |
|---|
| 1 | <project name="Bui_postPackWin" basedir="."> |
|---|
| 2 | <!-- Post-packaging Windows des application SCENARI --> |
|---|
| 3 | <!-- antcontrib --> |
|---|
| 4 | <taskdef resource="net/sf/antcontrib/antcontrib.properties"> |
|---|
| 5 | <classpath> |
|---|
| 6 | <pathelement location="${basedir}/_lib/ant-contrib.jar"/> |
|---|
| 7 | </classpath> |
|---|
| 8 | </taskdef> |
|---|
| 9 | |
|---|
| 10 | <!-- releasedir - Dossier de travail et de sortie --> |
|---|
| 11 | <property name="releasedir" value="${basedir}/../../releases"/> |
|---|
| 12 | |
|---|
| 13 | <!-- nsi.bin.path - Chemin vers l'exécutable makensis (ou makensis.exe sous win) --> |
|---|
| 14 | <!-- NOTE: le post-packaging Windows utilise makensis (http://nsis.sf.net) --> |
|---|
| 15 | <property name="nsi.bin.path" value="${basedir}/../../apps/nsis/makensis"/> |
|---|
| 16 | |
|---|
| 17 | </project> |
|---|
Note: See
TracBrowser
for help on using the repository browser.