Develop and Download Open Source Software

Browse CVS Repository

Diff of /pal/s2helloworld/build.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by shinsuke, Sat Dec 9 07:13:29 2006 UTC revision 1.2 by shinsuke, Sat Dec 9 07:20:40 2006 UTC
# Line 2  Line 2 
2    
3  <project name="build" default="all" basedir=".">  <project name="build" default="all" basedir=".">
4    
5    <property name="war.name" value="cms-portlet"/>    <property name="war.name" value="s2helloworld"/>
6    <property name="src.main.webapp.webinf.classes" value="${basedir}/src/main/webapp/WEB-INF/classes"/>    <property name="src.main.webapp.webinf.classes" value="${basedir}/src/main/webapp/WEB-INF/classes"/>
7    <property name="src.main.webapp.webinf.lib" value="${basedir}/src/main/webapp/WEB-INF/lib"/>    <property name="src.main.webapp.webinf.lib" value="${basedir}/src/main/webapp/WEB-INF/lib"/>
8    <property name="target.webapp.webinf.lib" value="${basedir}/target/${war.name}/WEB-INF/lib"/>    <property name="target.webapp.webinf.lib" value="${basedir}/target/${war.name}/WEB-INF/lib"/>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26