Update of /cvsroot/struts/ajaxchat/WEB-INF/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6940/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.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** build.xml 17 Dec 2005 05:24:56 -0000 1.4
--- build.xml 29 Dec 2005 00:23:53 -0000 1.5
***************
*** 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 -->
--- 10,14 ----
<property name="javadocs" value="javadocs" />
<!-- "project_version" is, obviously, the version of the app! -->
! <property name="project_version" value="1.2" />
<!-- "proxy_host" is the address of the proxy server that will be -->
<!-- used to download dependencies, if a proxy is required on your -->
|