User: user57
Date: 01/10/02 17:14:54
Modified: src/metadata snapshots-web.xml
Log:
o removed -${build.number} from snaps, as it will just make it hard to
put a preatty face on top of them.
o some currently unused context config...
Revision Changes Path
1.2 +11 -1 newsite/src/metadata/snapshots-web.xml
Index: snapshots-web.xml
===================================================================
RCS file: /cvsroot/jboss/newsite/src/metadata/snapshots-web.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- snapshots-web.xml 2001/08/31 05:30:32 1.1
+++ snapshots-web.xml 2001/10/03 00:14:54 1.2
@@ -1,7 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app>
-<!-- $Id: snapshots-web.xml,v 1.1 2001/08/31 05:30:32 user57 Exp $ -->
+<!-- $Id: snapshots-web.xml,v 1.2 2001/10/03 00:14:54 user57 Exp $ -->
<web-app>
+ <display-name>JBoss Unstable Source Snapshots</display-name>
+
+ <!--
+ | which modules (unstable) have been exported for snapshots.
+ -->
+ <context-param>
+ <param-name>snapshot.modules</param-name>
+ <param-value>@snapshot.modules@</param-value>
+ </context-param>
+
</web-app>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development