taylor 2004/05/25 08:10:16 Modified: . project.xml Log: removed ojb and servlet api from distribution
PR: Obtained from: Submitted by: Reviewed by: CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. Revision Changes Path 1.44 +5 -2 jakarta-jetspeed/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-jetspeed/project.xml,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- project.xml 23 Apr 2004 19:05:31 -0000 1.43 +++ project.xml 25 May 2004 15:10:16 -0000 1.44 @@ -309,12 +309,15 @@ <id>ojb</id> <version>0.7.343</version> <properties> - <war.bundle>true</war.bundle> + <war.bundle>false</war.bundle> </properties> </dependency> <dependency> <id>servletapi</id> <version>2.2</version> + <properties> + <war.bundle>false</war.bundle> + </properties> </dependency> <dependency> <id>soap</id> @@ -463,7 +466,7 @@ <includes> <include>org/apache/jetspeed/modules/localization/JetspeedLocalization_*.properties</include> </includes> - <excludes> + <excludes> <exclude>**/*.java</exclude> </excludes> </resource> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]