weaver 2004/06/23 11:40:09
Modified: portal project.xml
Added: portal locator.ent
Log:
started JS2-80 dep handling.
JS2-46 pico upgrade
Revision Changes Path
1.90 +7 -28 jakarta-jetspeed-2/portal/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/portal/project.xml,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- project.xml 15 Jun 2004 04:17:24 -0000 1.89
+++ project.xml 23 Jun 2004 18:40:09 -0000 1.90
@@ -1,4 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE project [
+ <!ENTITY % locator-entities SYSTEM "file:locator.ent"> %locator-entities;
+]>
<!--
Copyright 2004 The Apache Software Foundation
@@ -30,6 +33,7 @@
</repository>
<dependencies>
+ &pico-nano-groovy;
<dependency>
<id>jetspeed-cps</id>
<groupId>jetspeed2</groupId>
@@ -144,20 +148,8 @@
<war.bundle.jar>true</war.bundle.jar>
</properties>
</dependency>
- <dependency>
- <id>picocontainer</id>
- <version>1.0-beta-5</version>
- <properties>
- <war.bundle.jar>true</war.bundle.jar>
- </properties>
- </dependency>
- <dependency>
- <id>nanocontainer</id>
- <version>1.0-beta-1</version>
- <properties>
- <war.bundle.jar>true</war.bundle.jar>
- </properties>
- </dependency>
+
+
<dependency>
<id>commons-vfs</id>
<version>SNAPSHOT</version>
@@ -165,20 +157,7 @@
<war.bundle.jar>true</war.bundle.jar>
</properties>
</dependency>
- <dependency>
- <id>groovy</id>
- <version>1.0-beta-4-snapshot</version>
- <properties>
- <war.bundle.jar>true</war.bundle.jar>
- </properties>
- </dependency>
- <dependency>
- <id>asm</id>
- <version>1.4.1</version>
- <properties>
- <war.bundle.jar>true</war.bundle.jar>
- </properties>
- </dependency>
+
<dependency>
<id>pluto</id>
<groupId>pluto</groupId>
1.1 jakarta-jetspeed-2/portal/locator.ent
Index: locator.ent
===================================================================
<!ENTITY pico-nano-groovy SYSTEM
"file:../etc/project-dependencies/pico-nano-groovy.xml">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]