Selaa lähdekoodia

- add windows \n\r to properties file during build

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7091 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 14 vuotta sitten
vanhempi
commit
55d2c34bbe
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      build.xml

+ 2 - 2
build.xml

@@ -25,7 +25,7 @@
         <ant dir="sdk" target="clean"/>
     </target>
 
-    <target name="run" description="Runs the SDK">
+    <target name="run" description="Runs the SDK" depends="build">
         <ant dir="sdk" target="run"/>
     </target>
 
@@ -68,7 +68,7 @@
         <property name="nbplatform.dir" location="netbeans"/>
         <mkdir dir="sdk/nbproject/private"/>
         <echo file="sdk/nbproject/private/platform-private.properties"
-              message="nbplatform.default.netbeans.dest.dir=${nbplatform.dir}&#xa;"/>
+              message="nbplatform.default.netbeans.dest.dir=${nbplatform.dir}&#xA;&#xD;"/>
         <echo file="sdk/nbproject/private/platform-private.properties"
               message="nbplatform.default.harness.dir=${nbplatform.dir}/harness" append="true"/>
     </target>