From: Wolfgang M. M. <wol...@us...> - 2004-08-03 16:59:11
|
Update of /cvsroot/exist/eXist-1.0/installer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27418/installer Modified Files: install.xml install.xml.tmpl Log Message: build.properties file missing in generated installer. Index: install.xml =================================================================== RCS file: /cvsroot/exist/eXist-1.0/installer/install.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** install.xml 28 May 2004 10:54:25 -0000 1.16 --- install.xml 3 Aug 2004 16:59:01 -0000 1.17 *************** *** 2,6 **** <info> <appname>eXist</appname> ! <appversion>20040525-dev</appversion> <authors> <author email="wol...@ex..." --- 2,6 ---- <info> <appname>eXist</appname> ! <appversion>20040803-dev</appversion> <authors> <author email="wol...@ex..." *************** *** 40,43 **** --- 40,44 ---- <include name="log4j.xml"/> <include name="build.xml"/> + <include name="build.properties"/> <include name="LICENSE"/> <include name="README"/> *************** *** 63,67 **** <exclude name="**/*.log*"/> <exclude name="api/**"/> - <exclude name="bin/**"/> <exclude name="**/CVS/"/> <exclude name="**/*~"/> --- 64,67 ---- Index: install.xml.tmpl =================================================================== RCS file: /cvsroot/exist/eXist-1.0/installer/install.xml.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** install.xml.tmpl 28 May 2004 10:54:25 -0000 1.2 --- install.xml.tmpl 3 Aug 2004 16:59:01 -0000 1.3 *************** *** 63,67 **** <exclude name="**/*.log*"/> <exclude name="api/**"/> - <exclude name="bin/**"/> <exclude name="**/CVS/"/> <exclude name="**/*~"/> --- 63,66 ---- |