소스 검색

- change location in check for gc props in build script

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8798 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 14 년 전
부모
커밋
0a67a439a3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build.xml

+ 1 - 1
build.xml

@@ -365,7 +365,7 @@ for coding and for managing and creating game assets.
     </target> 
     
     <target name="-check-googlecode">
-        <available file="../../googlecode.properties" property="googlecode.credentials.present"/>
+        <available file="../../../googlecode.properties" property="googlecode.credentials.present"/>
     </target>