Author: jlaskowski
Date: Tue Mar 7 05:04:45 2006
New Revision: 383872
URL: http://svn.apache.org/viewcvs?rev=383872&view=rev
Log:
Add hot-deploy module to the M2 modules
Change the name of the M2 repo so that it will add more value to the build logs
Modified:
geronimo/trunk/pom.xml
Modified: geronimo/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/pom.xml?rev=383872&r1=383871&r2=383872&view=diff
==============================================================================
--- geronimo/trunk/pom.xml (original)
+++ geronimo/trunk/pom.xml Tue Mar 7 05:04:45 2006
@@ -702,7 +702,7 @@
<layout>legacy</layout>
</repository>
<repository>
- <id>maven1</id>
+ <id>maven1-ibiblio</id>
<name>Maven1 Repository on iBiblio</name>
<url>http://www.ibiblio.org/maven/</url>
<layout>legacy</layout>
@@ -742,6 +742,7 @@
<module>modules/deployment</module>
<module>modules/derby</module>
<module>modules/directory</module>
+ <module>modules/hot-deploy</module>
<module>modules/interceptor</module>
<module>modules/j2ee</module>
<module>modules/j2ee-builder</module>
|