From: <fwi...@us...> - 2008-09-06 18:31:16
|
Revision: 5293 http://jython.svn.sourceforge.net/jython/?rev=5293&view=rev Author: fwierzbicki Date: 2008-09-06 18:31:14 +0000 (Sat, 06 Sep 2008) Log Message: ----------- Switch back installer25 -> installer. Leaked in from asm branch. Modified Paths: -------------- trunk/jython/build.xml Modified: trunk/jython/build.xml =================================================================== --- trunk/jython/build.xml 2008-09-06 04:28:11 UTC (rev 5292) +++ trunk/jython/build.xml 2008-09-06 18:31:14 UTC (rev 5293) @@ -219,7 +219,7 @@ <!-- predefined main directory for checkout --> <property name="svn.main.dir" value="branches" /> <property name="svn.code.dir" value="asm" /> - <property name="svn.installer.dir" value="installer25" /> + <property name="svn.installer.dir" value="installer" /> <!-- properties work.dir and jython.base.dir are also definied in init, so full-preinit must run first to work --> @@ -696,7 +696,7 @@ <!-- wrap the build into the installer --> <target name="install" depends="brand-readme-version, install-init, jar-complete, javadoc, copy-full"> - <property name="install.src.dir" value="${jython.base.dir}/../installer25/src/java" /> + <property name="install.src.dir" value="${jython.base.dir}/../installer/src/java" /> <echo>compiling installer from ${install.src.dir}</echo> <javac srcdir="${install.src.dir}" includes="org/**" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |