Update of /cvsroot/struts/ajaxchat/WEB-INF/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23112/WEB-INF/src
Modified Files:
build.xml
Log Message:
Index: build.xml
===================================================================
RCS file: /cvsroot/struts/ajaxchat/WEB-INF/src/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** build.xml 5 Dec 2005 04:57:52 -0000 1.3
--- build.xml 17 Dec 2005 05:24:56 -0000 1.4
***************
*** 10,14 ****
<property name="javadocs" value="javadocs" />
<!-- "project_version" is, obviously, the version of the app! -->
! <property name="project_version" value="1.0" />
<!-- "proxy_host" is the address of the proxy server that will be -->
<!-- used to download dependencies, if a proxy is required on your -->
--- 10,14 ----
<property name="javadocs" value="javadocs" />
<!-- "project_version" is, obviously, the version of the app! -->
! <property name="project_version" value="1.1" />
<!-- "proxy_host" is the address of the proxy server that will be -->
<!-- used to download dependencies, if a proxy is required on your -->
|