- Store news last-fetched time so we don't always fetch news after restart
      - Don't include news in the updater
This commit is contained in:
zzz
2010-11-19 18:34:00 +00:00
parent 6b0c931200
commit 729aedee5f
2 changed files with 28 additions and 6 deletions

View File

@@ -582,8 +582,10 @@
<exec executable="echo" osfamily="unix" failifexecutionfails="true" output="pkg-temp/history.txt" append="true">
<arg value="EARLIER HISTORY IS AVAILABLE IN THE SOURCE PACKAGE" />
</exec>
<!-- may be pointless now, people with split directories will never see this -->
<!-- May be pointless now, people with split directories will never see this,
and for flat installs we don't want to overwrite news more recent than the update package.
<copy file="installer/resources/news.xml" todir="pkg-temp/docs/" />
-->
</target>
<target name="prepupdateSmall" depends="buildSmall, prepupdateRouter, prepthemeupdates">
<copy file="build/i2ptunnel.jar" todir="pkg-temp/lib/" />