| 123456789101112131415161718192021222324252627 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project basedir="." name="SyncResourcesYed" default="http_fist_input" >
-
- <property name="uuid" value=""/><!-- to be set by executing php by unique uuid identifier -->
- <!-- to be set by executing php by unique uuid identifier -->
- <property name="hashpassword" value=""/><!-- to be set by executing php by unique uuid identifier -->
-
- <property name="http_fist_input" value="http_fist_input"/>
- <property name="http_fist_input.html" value="${http_fist_input}.html"/>
- <property name="http_fist_input.xsl" value="${http_fist_input}.xsl"/>
-
- <target name="http_fist_input">
- <echo message="${uuid}"/>
- <loadfile property="output.html" srcfile="${http_fist_input.html}"/>
- <echo message="${output.html}"/>
- <echoproperties regex="*."/>
- </target>
-
-
- <target name="first_save_data" depends="do zapisania wynikow od uzytkownika do WFS"></target>
-
- <target name="http_first_output">
- <echo message="${uuid}"/>
- <echo>http_first_output</echo>
- </target>
-
- </project>
|