From: <fwi...@us...> - 2009-08-02 21:30:39
|
Revision: 6625 http://jython.svn.sourceforge.net/jython/?rev=6625&view=rev Author: fwierzbicki Date: 2009-08-02 21:30:31 +0000 (Sun, 02 Aug 2009) Log Message: ----------- Forgot to commit this image, and added left.nav to the docs redirect dir. Modified Paths: -------------- trunk/website/build.xml Added Paths: ----------- trunk/website/images/ trunk/website/images/jython-new-small.gif Modified: trunk/website/build.xml =================================================================== --- trunk/website/build.xml 2009-08-02 19:56:36 UTC (rev 6624) +++ trunk/website/build.xml 2009-08-02 21:30:31 UTC (rev 6625) @@ -49,6 +49,9 @@ <copy todir="dist/css"> <fileset dir="css"/> </copy> + <copy todir="dist/images"> + <fileset dir="images"/> + </copy> <copy todir="dist/checksums"> <fileset dir="checksums"/> </copy> @@ -75,6 +78,11 @@ <include name="left.nav"/> </fileset> </copy> + <copy todir="dist/docs"> + <fileset dir="."> + <include name="left.nav"/> + </fileset> + </copy> <copy todir="dist/graphics"> <fileset dir="."> <include name="left.nav"/> Added: trunk/website/images/jython-new-small.gif =================================================================== (Binary files differ) Property changes on: trunk/website/images/jython-new-small.gif ___________________________________________________________________ Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |