You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemind.apache.org by ah...@apache.org on 2007/02/20 22:12:26 UTC

svn commit: r509758 - in /hivemind/hivemind2/trunk: ./ annotations/ annotations/src/site/xdoc/ examples/ framework/ framework/src/site/xdoc/ jmx/ library/ library/src/site/xdoc/ src/site/ xml/ xml/src/site/xdoc/

Author: ahuegen
Date: Tue Feb 20 13:12:24 2007
New Revision: 509758

URL: http://svn.apache.org/viewvc?view=rev&rev=509758
Log:
Site and documentation fixed

Modified:
    hivemind/hivemind2/trunk/annotations/pom.xml
    hivemind/hivemind2/trunk/annotations/src/site/xdoc/index.xml
    hivemind/hivemind2/trunk/examples/pom.xml
    hivemind/hivemind2/trunk/framework/pom.xml
    hivemind/hivemind2/trunk/framework/src/site/xdoc/ApplicationDefaults.xml
    hivemind/hivemind2/trunk/framework/src/site/xdoc/BuilderFactory.xml
    hivemind/hivemind2/trunk/framework/src/site/xdoc/EagerLoad.xml
    hivemind/hivemind2/trunk/framework/src/site/xdoc/FactoryDefaults.xml
    hivemind/hivemind2/trunk/framework/src/site/xdoc/LoggingInterceptor.xml
    hivemind/hivemind2/trunk/framework/src/site/xdoc/ObjectProviders.xml
    hivemind/hivemind2/trunk/framework/src/site/xdoc/ServiceModels.xml
    hivemind/hivemind2/trunk/framework/src/site/xdoc/ShutdownCoordinator.xml
    hivemind/hivemind2/trunk/framework/src/site/xdoc/SymbolSources.xml
    hivemind/hivemind2/trunk/framework/src/site/xdoc/ThreadLocalStorage.xml
    hivemind/hivemind2/trunk/framework/src/site/xdoc/ThreadLocale.xml
    hivemind/hivemind2/trunk/framework/src/site/xdoc/Translators.xml
    hivemind/hivemind2/trunk/framework/src/site/xdoc/index.xml
    hivemind/hivemind2/trunk/jmx/pom.xml
    hivemind/hivemind2/trunk/library/pom.xml
    hivemind/hivemind2/trunk/library/src/site/xdoc/index.xml
    hivemind/hivemind2/trunk/pom.xml
    hivemind/hivemind2/trunk/src/site/site.xml
    hivemind/hivemind2/trunk/xml/pom.xml
    hivemind/hivemind2/trunk/xml/src/site/xdoc/index.xml

Modified: hivemind/hivemind2/trunk/annotations/pom.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/annotations/pom.xml?view=diff&rev=509758&r1=509757&r2=509758
==============================================================================
--- hivemind/hivemind2/trunk/annotations/pom.xml (original)
+++ hivemind/hivemind2/trunk/annotations/pom.xml Tue Feb 20 13:12:24 2007
@@ -42,6 +42,22 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+    <reporting>
+			<plugins>
+          <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-project-info-reports-plugin</artifactId>
+              <reportSets>
+                 <reportSet>
+                    <reports>
+                       <report>dependencies</report>
+                       <report>scm</report>
+                    </reports>
+                 </reportSet>
+              </reportSets>
+           </plugin>
+      	</plugins>
+    </reporting>
     <build>
         <pluginManagement>
             <plugins>

Modified: hivemind/hivemind2/trunk/annotations/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/annotations/src/site/xdoc/index.xml?view=diff&rev=509758&r1=509757&r2=509758
==============================================================================
--- hivemind/hivemind2/trunk/annotations/src/site/xdoc/index.xml (original)
+++ hivemind/hivemind2/trunk/annotations/src/site/xdoc/index.xml Tue Feb 20 13:12:24 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><!-- 
+<?xml version="1.0" encoding="utf-8"?>
 <!-- 
    Copyright 2004, 2005 The Apache Software Foundation
 

Modified: hivemind/hivemind2/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/examples/pom.xml?view=diff&rev=509758&r1=509757&r2=509758
==============================================================================
--- hivemind/hivemind2/trunk/examples/pom.xml (original)
+++ hivemind/hivemind2/trunk/examples/pom.xml Tue Feb 20 13:12:24 2007
@@ -45,6 +45,22 @@
             <artifactId>easymock</artifactId>
         </dependency>
     </dependencies>
+    <reporting>
+			<plugins>
+          <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-project-info-reports-plugin</artifactId>
+              <reportSets>
+                 <reportSet>
+                    <reports>
+                       <report>dependencies</report>
+                       <report>scm</report>
+                    </reports>
+                 </reportSet>
+              </reportSets>
+           </plugin>
+      	</plugins>
+    </reporting>
     <scm>
         <connection>svn:http://svn.apache.org/repos/asf/hivemind/hivemind2/trunk/examples</connection>
         <url>http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/examples</url>

Modified: hivemind/hivemind2/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/pom.xml?view=diff&rev=509758&r1=509757&r2=509758
==============================================================================
--- hivemind/hivemind2/trunk/framework/pom.xml (original)
+++ hivemind/hivemind2/trunk/framework/pom.xml Tue Feb 20 13:12:24 2007
@@ -68,12 +68,20 @@
         </dependency>
     </dependencies>
     <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-            </plugin>
-        </plugins>
+			<plugins>
+          <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-project-info-reports-plugin</artifactId>
+              <reportSets>
+                 <reportSet>
+                    <reports>
+                       <report>dependencies</report>
+                       <report>scm</report>
+                    </reports>
+                 </reportSet>
+              </reportSets>
+           </plugin>
+      	</plugins>
     </reporting>
     <scm>
         <connection>svn:http://svn.apache.org/repos/asf/hivemind/hivemind2/trunk/framework</connection>

Modified: hivemind/hivemind2/trunk/framework/src/site/xdoc/ApplicationDefaults.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/site/xdoc/ApplicationDefaults.xml?view=diff&rev=509758&r1=509757&r2=509758
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/site/xdoc/ApplicationDefaults.xml (original)
+++ hivemind/hivemind2/trunk/framework/src/site/xdoc/ApplicationDefaults.xml Tue Feb 20 13:12:24 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><!-- 
+<?xml version="1.0" encoding="utf-8"?>
 <!-- 
    Copyright 2004, 2005 The Apache Software Foundation
 

Modified: hivemind/hivemind2/trunk/framework/src/site/xdoc/BuilderFactory.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/site/xdoc/BuilderFactory.xml?view=diff&rev=509758&r1=509757&r2=509758
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/site/xdoc/BuilderFactory.xml (original)
+++ hivemind/hivemind2/trunk/framework/src/site/xdoc/BuilderFactory.xml Tue Feb 20 13:12:24 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><!-- 
+<?xml version="1.0" encoding="utf-8"?>
 <!-- 
    Copyright 2004, 2005 The Apache Software Foundation
 

Modified: hivemind/hivemind2/trunk/framework/src/site/xdoc/EagerLoad.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/site/xdoc/EagerLoad.xml?view=diff&rev=509758&r1=509757&r2=509758
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/site/xdoc/EagerLoad.xml (original)
+++ hivemind/hivemind2/trunk/framework/src/site/xdoc/EagerLoad.xml Tue Feb 20 13:12:24 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><!-- 
+<?xml version="1.0" encoding="utf-8"?>
 <!-- 
    Copyright 2004, 2005 The Apache Software Foundation
 

Modified: hivemind/hivemind2/trunk/framework/src/site/xdoc/FactoryDefaults.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/site/xdoc/FactoryDefaults.xml?view=diff&rev=509758&r1=509757&r2=509758
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/site/xdoc/FactoryDefaults.xml (original)
+++ hivemind/hivemind2/trunk/framework/src/site/xdoc/FactoryDefaults.xml Tue Feb 20 13:12:24 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><!-- 
+<?xml version="1.0" encoding="utf-8"?>
 <!-- 
    Copyright 2004, 2005 The Apache Software Foundation
 

Modified: hivemind/hivemind2/trunk/framework/src/site/xdoc/LoggingInterceptor.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/site/xdoc/LoggingInterceptor.xml?view=diff&rev=509758&r1=509757&r2=509758
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/site/xdoc/LoggingInterceptor.xml (original)
+++ hivemind/hivemind2/trunk/framework/src/site/xdoc/LoggingInterceptor.xml Tue Feb 20 13:12:24 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><!-- 
+<?xml version="1.0" encoding="utf-8"?>
 <!-- 
    Copyright 2004, 2005 The Apache Software Foundation
 

Modified: hivemind/hivemind2/trunk/framework/src/site/xdoc/ObjectProviders.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/site/xdoc/ObjectProviders.xml?view=diff&rev=509758&r1=509757&r2=509758
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/site/xdoc/ObjectProviders.xml (original)
+++ hivemind/hivemind2/trunk/framework/src/site/xdoc/ObjectProviders.xml Tue Feb 20 13:12:24 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><!-- 
+<?xml version="1.0" encoding="utf-8"?>
 <!-- 
    Copyright 2004, 2005 The Apache Software Foundation
 

Modified: hivemind/hivemind2/trunk/framework/src/site/xdoc/ServiceModels.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/site/xdoc/ServiceModels.xml?view=diff&rev=509758&r1=509757&r2=509758
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/site/xdoc/ServiceModels.xml (original)
+++ hivemind/hivemind2/trunk/framework/src/site/xdoc/ServiceModels.xml Tue Feb 20 13:12:24 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><!-- 
+<?xml version="1.0" encoding="utf-8"?>
 <!-- 
    Copyright 2004, 2005 The Apache Software Foundation
 

Modified: hivemind/hivemind2/trunk/framework/src/site/xdoc/ShutdownCoordinator.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/site/xdoc/ShutdownCoordinator.xml?view=diff&rev=509758&r1=509757&r2=509758
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/site/xdoc/ShutdownCoordinator.xml (original)
+++ hivemind/hivemind2/trunk/framework/src/site/xdoc/ShutdownCoordinator.xml Tue Feb 20 13:12:24 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><!-- 
+<?xml version="1.0" encoding="utf-8"?>
 <!-- 
    Copyright 2004, 2005 The Apache Software Foundation
 

Modified: hivemind/hivemind2/trunk/framework/src/site/xdoc/SymbolSources.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/site/xdoc/SymbolSources.xml?view=diff&rev=509758&r1=509757&r2=509758
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/site/xdoc/SymbolSources.xml (original)
+++ hivemind/hivemind2/trunk/framework/src/site/xdoc/SymbolSources.xml Tue Feb 20 13:12:24 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><!-- 
+<?xml version="1.0" encoding="utf-8"?>
 <!-- 
    Copyright 2004, 2005 The Apache Software Foundation
 

Modified: hivemind/hivemind2/trunk/framework/src/site/xdoc/ThreadLocalStorage.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/site/xdoc/ThreadLocalStorage.xml?view=diff&rev=509758&r1=509757&r2=509758
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/site/xdoc/ThreadLocalStorage.xml (original)
+++ hivemind/hivemind2/trunk/framework/src/site/xdoc/ThreadLocalStorage.xml Tue Feb 20 13:12:24 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><!-- 
+<?xml version="1.0" encoding="utf-8"?>
 <!-- 
    Copyright 2004, 2005 The Apache Software Foundation
 

Modified: hivemind/hivemind2/trunk/framework/src/site/xdoc/ThreadLocale.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/site/xdoc/ThreadLocale.xml?view=diff&rev=509758&r1=509757&r2=509758
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/site/xdoc/ThreadLocale.xml (original)
+++ hivemind/hivemind2/trunk/framework/src/site/xdoc/ThreadLocale.xml Tue Feb 20 13:12:24 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><!-- 
+<?xml version="1.0" encoding="utf-8"?>
 <!-- 
    Copyright 2005 The Apache Software Foundation
 

Modified: hivemind/hivemind2/trunk/framework/src/site/xdoc/Translators.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/site/xdoc/Translators.xml?view=diff&rev=509758&r1=509757&r2=509758
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/site/xdoc/Translators.xml (original)
+++ hivemind/hivemind2/trunk/framework/src/site/xdoc/Translators.xml Tue Feb 20 13:12:24 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><!-- 
+<?xml version="1.0" encoding="utf-8"?>
 <!-- 
    Copyright 2004, 2005 The Apache Software Foundation
 

Modified: hivemind/hivemind2/trunk/framework/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/site/xdoc/index.xml?view=diff&rev=509758&r1=509757&r2=509758
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/site/xdoc/index.xml (original)
+++ hivemind/hivemind2/trunk/framework/src/site/xdoc/index.xml Tue Feb 20 13:12:24 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><!-- 
+<?xml version="1.0" encoding="utf-8"?>
 <!-- 
    Copyright 2004, 2005 The Apache Software Foundation
 

Modified: hivemind/hivemind2/trunk/jmx/pom.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/jmx/pom.xml?view=diff&rev=509758&r1=509757&r2=509758
==============================================================================
--- hivemind/hivemind2/trunk/jmx/pom.xml (original)
+++ hivemind/hivemind2/trunk/jmx/pom.xml Tue Feb 20 13:12:24 2007
@@ -78,21 +78,20 @@
         <url>http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/jmx</url>
     </scm>
     <reporting>
-		<plugins>
-			<plugin>
-	          <groupId>org.apache.maven.plugins</groupId>
-	          <artifactId>maven-project-info-reports-plugin</artifactId>
-	          <reportSets>
-	             <reportSet>
-	                <reports>
-	                   <report>dependencies</report>
-	                   <report>license</report>
-	                   <report>scm</report>
-	                </reports>
-	             </reportSet>
-	          </reportSets>
-	        </plugin>
-		</plugins>
+			<plugins>
+          <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-project-info-reports-plugin</artifactId>
+              <reportSets>
+                 <reportSet>
+                    <reports>
+                       <report>dependencies</report>
+                       <report>scm</report>
+                    </reports>
+                 </reportSet>
+              </reportSets>
+           </plugin>
+      	</plugins>
     </reporting>
                   
 </project>

Modified: hivemind/hivemind2/trunk/library/pom.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/library/pom.xml?view=diff&rev=509758&r1=509757&r2=509758
==============================================================================
--- hivemind/hivemind2/trunk/library/pom.xml (original)
+++ hivemind/hivemind2/trunk/library/pom.xml Tue Feb 20 13:12:24 2007
@@ -83,20 +83,19 @@
         <url>http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/library</url>
     </scm>
     <reporting>
-		<plugins>
-			<plugin>
-	          <groupId>org.apache.maven.plugins</groupId>
-	          <artifactId>maven-project-info-reports-plugin</artifactId>
-	          <reportSets>
-	             <reportSet>
-	                <reports>
-	                   <report>dependencies</report>
-	                   <report>license</report>
-	                   <report>scm</report>
-	                </reports>
-	             </reportSet>
-	          </reportSets>
-	        </plugin>
-		</plugins>
+			<plugins>
+          <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-project-info-reports-plugin</artifactId>
+              <reportSets>
+                 <reportSet>
+                    <reports>
+                       <report>dependencies</report>
+                       <report>scm</report>
+                    </reports>
+                 </reportSet>
+              </reportSets>
+           </plugin>
+      	</plugins>
     </reporting>
 </project>

Modified: hivemind/hivemind2/trunk/library/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/library/src/site/xdoc/index.xml?view=diff&rev=509758&r1=509757&r2=509758
==============================================================================
--- hivemind/hivemind2/trunk/library/src/site/xdoc/index.xml (original)
+++ hivemind/hivemind2/trunk/library/src/site/xdoc/index.xml Tue Feb 20 13:12:24 2007
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="utf-8"?><!-- 
+<?xml version="1.0" encoding="utf-8"?>
+<!--
    Copyright 2004, 2005 The Apache Software Foundation
 
    Licensed under the Apache License, Version 2.0 (the "License");

Modified: hivemind/hivemind2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/pom.xml?view=diff&rev=509758&r1=509757&r2=509758
==============================================================================
--- hivemind/hivemind2/trunk/pom.xml (original)
+++ hivemind/hivemind2/trunk/pom.xml Tue Feb 20 13:12:24 2007
@@ -28,6 +28,14 @@
             </roles>
             <timezone>-8</timezone>
         </developer>
+        <developer>
+            <id>AH</id>
+            <email>achim.huegen@gmx.de</email>
+            <roles>
+                <role>dev</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>
     </developers>
     <licenses>
         <license>
@@ -36,6 +44,46 @@
             <distribution>repo</distribution>
         </license>
     </licenses>
+    <organization>
+        <name>Apache Software Foundation</name>
+        <url>http://www.apache.org/</url>
+    </organization>
+    <issueManagement>
+        <system>jira</system>
+        <url>http://issues.apache.org/jira/browse/HIVEMIND</url>
+    </issueManagement>
+    <scm>
+        <connection>svn:http://svn.apache.org/repos/asf/hivemind/hivemind2/trunk/</connection>
+        <url>http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/</url>
+    </scm>
+    
+    <mailingLists>
+        <mailingList>
+            <name>HiveMind User List</name>
+            <subscribe>user-subscribe@hivemind.apache.org</subscribe>
+            <unsubscribe>user-unsubscribe@hivemind.apache.org</unsubscribe>
+            <archive>http://mail-archives.apache.org/mod_mbox/hivemind-user/</archive>
+            <otherArchives>
+                <otherArchive>http://www.nabble.com/Hivemind---User-f324.html</otherArchive>
+            </otherArchives>
+        </mailingList>
+        <mailingList>
+            <name>HiveMind Developer List</name>
+            <subscribe>dev-subscribe@hivemind.apache.org</subscribe>
+            <unsubscribe>dev-unsubscribe@hivemind.apache.org</unsubscribe>
+            <archive>http://mail-archives.apache.org/mod_mbox/hivemind-dev/</archive>
+            <otherArchives>
+                <otherArchive>http://www.nabble.com/HiveMind---Dev-f323.html</otherArchive>
+            </otherArchives>
+        </mailingList>
+        <mailingList>
+            <name>HiveMind Commits List</name>
+            <subscribe>commits-subscribe@hivemind.apache.org</subscribe>
+            <unsubscribe>commits-unsubscribe@hivemind.apache.org</unsubscribe>
+            <archive>http://mail-archives.apache.org/mod_mbox/hivemind-commits/</archive>
+        </mailingList>
+    </mailingLists>
+
     <dependencyManagement>
         <dependencies>
             <dependency>
@@ -229,25 +277,17 @@
         </plugins>
     </reporting>
     <distributionManagement>
-        <!-- Alas, this doesn't work yet -->
         <site>
-            <id>apache.org</id>
-            <url>ssh://svn.apache.org/hivemind/</url>
+            <id>apache-www</id>
+            <url>scpexe://people.apache.org/www/hivemind.apache.org/hivemind2</url>
         </site>
         <repository>
-            <!-- The "maven" login id, specified in settings.xml, ensures that the Maven
-                repository (i.e. http://howardlewisship.com/repository) is accessed. -->
-            <!-- This is temporary, until HiveMind 1.2 is stable. -->
-            <id>howardlewisship.com</id>
-            <url>ftp://howardlewisship.com/repository</url>
+            <id>apache-repo</id>
+            <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
         </repository>
+        <snapshotRepository>
+            <id>apache-snapshot-repo</id>
+            <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+        </snapshotRepository>
     </distributionManagement>
-    <organization>
-        <name>Apache Software Foundation</name>
-        <url>http://www.apache.org/</url>
-    </organization>
-    <scm>
-        <connection>svn:http://svn.apache.org/repos/asf/hivemind/hivemind2/trunk/</connection>
-        <url>http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/</url>
-    </scm>
 </project>

Modified: hivemind/hivemind2/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/src/site/site.xml?view=diff&rev=509758&r1=509757&r2=509758
==============================================================================
--- hivemind/hivemind2/trunk/src/site/site.xml (original)
+++ hivemind/hivemind2/trunk/src/site/site.xml Tue Feb 20 13:12:24 2007
@@ -20,21 +20,27 @@
     
     <body>
  	    <links>
-            <item name="HiveMind 2 Project" href="/index.html"/>
-		    <item name="Framework" href="/framework" />
-		    <item name="XML" href="/xml" />
-		    <item name="Library" href="/library" />
-		    <item name="JMX" href="/jmx" />
-		    <item name="annotations" href="/annotations" />
-        </links>
-        <head>
-        </head>
+        <item name="HiveMind 2 Project" href="/index.html"/>
+		    <item name="Framework" href="/hivemind-framework" />
+		    <item name="XML" href="/hivemind-xml" />
+		    <item name="Annotations" href="/hivemind-annotations" />
+		    <item name="Library" href="/hivemind-library" />
+		    <item name="JMX" href="/hivemind-jmx" />
+      </links>
+	    <head>
+	    </head>
         <menu name="Quick Links" inherit="top">
             <item name="Project Home" href="/index.html"/>
             <item name="Download" href="http://hivemind.apache.org/download.html"/>
             <item name="Wiki" href="http://cwiki.apache.org/HIVEMIND2/"/> 
         </menu>
-        ${modules}
+        <menu name="Module">
+			    <item name="Framework" href="/hivemind-framework" />
+			    <item name="XML" href="/hivemind-xml" />
+			    <item name="Annotations" href="/hivemind-annotations" />
+			    <item name="Library" href="/hivemind-library" />
+			    <item name="JMX" href="/hivemind-jmx" />
+        </menu>
         ${reports} 
     </body>
 </project>

Modified: hivemind/hivemind2/trunk/xml/pom.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/xml/pom.xml?view=diff&rev=509758&r1=509757&r2=509758
==============================================================================
--- hivemind/hivemind2/trunk/xml/pom.xml (original)
+++ hivemind/hivemind2/trunk/xml/pom.xml Tue Feb 20 13:12:24 2007
@@ -74,6 +74,22 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+    <reporting>
+			<plugins>
+          <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-project-info-reports-plugin</artifactId>
+              <reportSets>
+                 <reportSet>
+                    <reports>
+                       <report>dependencies</report>
+                       <report>scm</report>
+                    </reports>
+                 </reportSet>
+              </reportSets>
+           </plugin>
+      	</plugins>
+    </reporting>
 	<build>
 	  <plugins>
       	<plugin>

Modified: hivemind/hivemind2/trunk/xml/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/xml/src/site/xdoc/index.xml?view=diff&rev=509758&r1=509757&r2=509758
==============================================================================
--- hivemind/hivemind2/trunk/xml/src/site/xdoc/index.xml (original)
+++ hivemind/hivemind2/trunk/xml/src/site/xdoc/index.xml Tue Feb 20 13:12:24 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><!-- 
+<?xml version="1.0" encoding="utf-8"?>
 <!-- 
    Copyright 2004, 2005 The Apache Software Foundation