| Revision 8654,
889 bytes
checked in by anp, 5 years ago
(diff) |
|
contournement bug ant dans la résolution du ${basedir}
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
|---|
| 2 | <project name="Bui_scPlayer" default="All.noMainBui" basedir=".">
|
|---|
| 3 | <!-- propriétés -->
|
|---|
| 4 |
|
|---|
| 5 | <!-- extension -->
|
|---|
| 6 | <property name="app.extensions.version" value="3.1"/><!-- ${app.version} -->
|
|---|
| 7 |
|
|---|
| 8 | <property name="destinstallerdir" value="${basedir}/../../releases"/>
|
|---|
| 9 |
|
|---|
| 10 | <!-- launcher -->
|
|---|
| 11 | <property name="launcherIconIndex" value="3"/> <!-- 0=SCl 1=SCb 2=SCt 3=SCch 4=SCcli -->
|
|---|
| 12 |
|
|---|
| 13 | <!-- target/variables du core -->
|
|---|
| 14 | <import file="${wspdir}/Bui_Core/properties.xml"/>
|
|---|
| 15 | <import file="${wspdir}/Bui_Core/xBuildClient.xml"/>
|
|---|
| 16 | <import file="${wspdir}/Bui_Core/xBuildServer.xml"/>
|
|---|
| 17 |
|
|---|
| 18 | <tstamp><format property="timestamp" pattern="yyMMdd-HHmm"/></tstamp>
|
|---|
| 19 |
|
|---|
| 20 | <!-- Run principal -->
|
|---|
| 21 | <target name="All.noMainBui">
|
|---|
| 22 | <echo message="Veuillez lancer le build.xml des sous-projets '_*/build.xml'." level="error"/>
|
|---|
| 23 | </target>
|
|---|
| 24 |
|
|---|
| 25 | </project>
|
|---|
Note: See
TracBrowser
for help on using the repository browser.