Update of /cvsroot/easystruts/easystruts-website
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29203
Modified Files:
.cvsignore build-editable.xml
Log Message:
Added local copies of libs, updated builds
Index: .cvsignore
===================================================================
RCS file: /cvsroot/easystruts/easystruts-website/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** .cvsignore 15 May 2005 23:44:01 -0000 1.1
--- .cvsignore 23 May 2005 03:13:24 -0000 1.2
***************
*** 5,7 ****
.dist
conf
! data
\ No newline at end of file
--- 5,8 ----
.dist
conf
! data
! releases
Index: build-editable.xml
===================================================================
RCS file: /cvsroot/easystruts/easystruts-website/build-editable.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** build-editable.xml 15 May 2005 23:44:01 -0000 1.1
--- build-editable.xml 23 May 2005 03:13:24 -0000 1.2
***************
*** 21,25 ****
! <property name="lib.home" value="${basedir}/../lib"/>
<property name="dist.path" value="${dist.home}/${app.name}.war"/>
--- 21,25 ----
! <property name="lib.home" value="${basedir}/lib"/>
<property name="dist.path" value="${dist.home}/${app.name}.war"/>
|