| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project basedir="../." name="build_SE.check_OS"
- xmlns:p5build_SE="http://biuro.biall-net.pl/build_SE.xsd"
- >
-
-
-
-
- <condition property="build_SE.check_OS.root" value="c:\">
- <os family="windows" />
- </condition>
-
- <condition property="sbuild_SE.check_OS.rootw.root" value="/">
- <os family="unix" />
- </condition>
-
- <condition property="p5build_SE.LaunchDaemons" value="/Library/LaunchDaemons">
- <available file="/Library/LaunchDaemons"/>
- </condition>
-
-
- <!--Tell Ant to define the Ant Contrib tasks from the jar-->
- <!--<taskdef resource="net/sf/antcontrib/antcontrib.properties">
- <classpath>
- <pathelement location="path/to/ant-contrib-0.6.jar"/>
- </classpath>
- </taskdef>-->
-
- <!--Do your OS specific stuff-->
- <!--<target name="checkos">
- <if>
- <os family="unix"/>
- <then>
- <!-\-Do your Unix stuff-\->
- </then>
- <elseif>
- <os family="windows"/>
- <then>
- <!-\-Do your Windows stuff-\->
- </then>
- </elseif>
- </if>
- </target>-->
-
- </project>
|