a.binder 9 년 전
부모
커밋
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>