Author: ips
Date: Mon Jan 31 10:50:06 2005
New Revision: 149284
URL: http://svn.apache.org/viewcvs?view=rev&rev=149284
Log:
fixed group/artifact Id for directory naming jars
Modified:
incubator/hermes/trunk/project.xml
Modified: incubator/hermes/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/incubator/hermes/trunk/project.xml?view=diff&r1=149283&r2=149284
==============================================================================
--- incubator/hermes/trunk/project.xml (original)
+++ incubator/hermes/trunk/project.xml Mon Jan 31 10:50:06 2005
@@ -285,7 +285,33 @@
<war.bundle>true</war.bundle>
</properties>
</dependency>
-
+
+ <dependency>
+ <groupId>incubator-directory</groupId>
+ <artifactId>naming-core</artifactId>
+ <version>0.8</version>
+ <url>http://incubator.apache.org/directory/subprojects/naming/</url>
+ <properties>
+ <license>ApacheLicense-2.0.txt</license>
+ <scope>runtime-only</scope>
+ <usage>Provides an in-memory JNDI provider.</usage>
+ <war.bundle>true</war.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <groupId>incubator-directory</groupId>
+ <artifactId>naming-factory</artifactId>
+ <version>0.8</version>
+ <url>http://incubator.apache.org/directory/subprojects/naming/</url>
+ <properties>
+ <license>ApacheLicense-2.0.txt</license>
+ <scope>runtime-only</scope>
+ <usage>Provides an in-memory JNDI provider.</usage>
+ <war.bundle>true</war.bundle>
+ </properties>
+ </dependency>
+
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
@@ -321,32 +347,6 @@
<scope>compile-time-only</scope>
<usage>Needed to compile our servlet.</usage>
<war.bundle>false</war.bundle>
- </properties>
- </dependency>
-
- <dependency>
- <groupId>directory-naming</groupId>
- <artifactId>directory-naming-core</artifactId>
- <version>SNAPSHOT</version>
-
<url>http://incubator.apache.org/directory/subprojects/directory-naming/</url>
- <properties>
- <license>ApacheLicense-2.0.txt</license>
- <scope>runtime-only</scope>
- <usage>Needed for in-memory JNDI provider.</usage>
- <war.bundle>true</war.bundle>
- </properties>
- </dependency>
-
- <dependency>
- <groupId>directory-naming</groupId>
- <artifactId>directory-naming-factory</artifactId>
- <version>SNAPSHOT</version>
-
<url>http://incubator.apache.org/directory/subprojects/directory-naming/</url>
- <properties>
- <license>ApacheLicense-2.0.txt</license>
- <scope>runtime-only</scope>
- <usage>Needed for in-memory JNDI provider.</usage>
- <war.bundle>true</war.bundle>
</properties>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]