a.binder 9 лет назад
Родитель
Сommit
1847f5cc0c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      SE/schema/ant-tool/SyncResourcesYed/build.xml

+ 1 - 1
SE/schema/ant-tool/SyncResourcesYed/build.xml

@@ -30,7 +30,7 @@
    </target>
     
     
-    <target name="http_fist_input">
+    <target name="http_fist_input2">
         <exec executable="curl" outputproperty="wfs_output" errorproperty="wfs_error" resultproperty="wfs_result">
             <arg line="-H 'Authorization: Basic ${passwordBase64Basic}' ${url}"/>
         </exec>