weaver 2003/10/19 20:31:39
Modified: applications/demo project.xml
Log:
removed veltag dep, for know we are including the three veltag classes
with the demo app. To be removed when we can get it into the repo.
Revision Changes Path
1.8 +10 -2 jakarta-jetspeed-2/applications/demo/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/applications/demo/project.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- project.xml 17 Oct 2003 20:45:42 -0000 1.7
+++ project.xml 20 Oct 2003 03:31:39 -0000 1.8
@@ -63,6 +63,14 @@
<war.bundle.jar>true</war.bundle.jar>
</properties>
</dependency>
+ <dependency>
+ <id>servletapi</id>
+ <version>2.3</version>
+ <properties>
+ <war.bundle.jar>false</war.bundle.jar>
+ </properties>
+ </dependency>
+ <!--
<dependency>
<id>veltag</id>
<groupId>velocity</groupId>
@@ -71,7 +79,7 @@
<war.bundle.jar>true</war.bundle.jar>
</properties>
</dependency>
-
+ -->
</dependencies>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]