| Revision 10076,
420 bytes
checked in by sam, 4 years ago
(diff) |
|
debug postpackMac
|
| Line | |
|---|
| 1 | <project name="ui_postPackMac" basedir="."> |
|---|
| 2 | <!-- Post-packaging MacOSX 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 | </project> |
|---|
Note: See
TracBrowser
for help on using the repository browser.