|
From: Greg R. <gr...@us...> - 2004-04-30 21:24:27
|
Update of /cvsroot/jgatms/jgatms-core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10221 Modified Files: project.xml Log Message: Added properties for creation of WAR file. Index: project.xml =================================================================== RCS file: /cvsroot/jgatms/jgatms-core/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** project.xml 1 Apr 2004 22:07:56 -0000 1.5 --- project.xml 30 Apr 2004 21:24:18 -0000 1.6 *************** *** 119,122 **** --- 119,123 ---- <artifactId>struts</artifactId> <version>1.1</version> + <properties><war.bundle>true</war.bundle></properties> <url>http://jakarta.apache.org/struts</url> </dependency> *************** *** 130,133 **** --- 131,135 ---- <artifactId>commons-chain</artifactId> <version>CUSTOM</version> + <properties><war.bundle>true</war.bundle></properties> <url>http://jakarta.apache.org/commons/sandbox/chain</url> </dependency> *************** *** 138,141 **** --- 140,144 ---- <artifactId>commons-digester</artifactId> <version>1.5</version> + <properties><war.bundle>true</war.bundle></properties> <url>http://jakarta.apache.org/commons/digester</url> </dependency> *************** *** 146,149 **** --- 149,153 ---- <artifactId>commons-collections</artifactId> <version>2.1</version> + <properties><war.bundle>true</war.bundle></properties> <url>http://jakarta.apache.org/commons/collections</url> </dependency> *************** *** 154,157 **** --- 158,162 ---- <artifactId>commons-beanutils</artifactId> <version>1.6.1</version> + <properties><war.bundle>true</war.bundle></properties> <url>http://jakarta.apache.org/commons/beanutils</url> </dependency> *************** *** 162,165 **** --- 167,171 ---- <artifactId>hibernate</artifactId> <version>2.1.1</version> + <properties><war.bundle>true</war.bundle></properties> <url>http://hibernate.org</url> </dependency> *************** *** 170,173 **** --- 176,180 ---- <artifactId>dom4j</artifactId> <version>1.4</version> + <properties><war.bundle>true</war.bundle></properties> <url>http://www.dom4j.org</url> </dependency> *************** *** 178,181 **** --- 185,189 ---- <artifactId>odmg</artifactId> <version>3.0</version> + <properties><war.bundle>true</war.bundle></properties> <url>http://www.odmg.org</url> </dependency> *************** *** 191,194 **** --- 199,203 ---- <artifactId>cglib</artifactId> <version>2-CUSTOM</version> + <properties><war.bundle>true</war.bundle></properties> <url>http://cglib.sourceforge.net</url> </dependency> *************** *** 229,232 **** --- 238,242 ---- <artifactId>ehcache</artifactId> <version>0.7</version> + <properties><war.bundle>true</war.bundle></properties> <url>http://ehcache.sourceforge.net</url> </dependency> *************** *** 267,270 **** --- 277,281 ---- <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> + <properties><war.bundle>true</war.bundle></properties> <version>1.0.3</version> <url>http://jakarta.apache.org/commons/logging</url> *************** *** 295,299 **** <directory>${basedir}/config/test</directory> <includes> ! <include>*.properties</include> </includes> </resource> --- 306,310 ---- <directory>${basedir}/config/test</directory> <includes> ! <include>*.*</include> </includes> </resource> |