Skip to content

Commit

Permalink
fix initialNews files in wrong place in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
zzz committed Dec 21, 2010
1 parent eefa732 commit f02a0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@

<!-- readme and proxy error page files, initialNews.xml files, GeoIP files, and flag icons -->
<target name="prepConsoleDocs" depends="prepConsoleDocUpdates, prepgeoupdate" >
<copy todir="pkg-temp/docs/" >
<copy todir="pkg-temp/docs/initialNews/">
<fileset dir="installer/resources/initialNews/" />
</copy>
</target>
Expand Down

0 comments on commit f02a0d9

Please sign in to comment.