Browse Source

Shift script install files around to put .bat first.

Hopefully this addresses installation issues on windows using composer.

Fixes #2145
mark_story 12 years ago
parent
commit
2d483f08ef
1 changed files with 2 additions and 2 deletions
  1. 2 2
      build.xml

+ 2 - 2
build.xml

@@ -145,9 +145,9 @@
 			<dirroles key="Cake/Console/Templates/default">php</dirroles>
 			<dirroles key="Cake/View">php</dirroles>
 			<release>
-				<install as="cake" name="bin/cake" />
-				<install as="cake.php" name="bin/cake.php" />
 				<install as="cake.bat" name="bin/cake.bat" />
+				<install as="cake.php" name="bin/cake.php" />
+				<install as="cake" name="bin/cake" />
 			</release>
 			<exceptions key="Cake/VERSION.txt">php</exceptions>
 			<exceptions key="Cake/LICENSE.txt">php</exceptions>