| 12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project basedir="." name="SyncResourcesYed" default="http_fist_input" >
-
- <property name="uuid" value="${uuid}"/>
-
-
- <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}"/>-->
- <echo file="${http_fist_input.html}"/>
- </target>
-
-
- <target name="http_first_output">
- <echo message="${uuid}"/>
- <echo>http_first_output</echo>
- </target>
-
- </project>
|