You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemind.apache.org by hl...@apache.org on 2006/06/05 23:13:57 UTC

svn commit: r411919 - in /jakarta/hivemind/trunk: ./ examples/ framework/ framework/src/site/ framework/src/site/xdoc/ jmx/ library/

Author: hlship
Date: Mon Jun  5 14:13:56 2006
New Revision: 411919

URL: http://svn.apache.org/viewvc?rev=411919&view=rev
Log:
Fix up links to SCM as well as framework service and configuration documentation.

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

Modified: jakarta/hivemind/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/hivemind/trunk/examples/pom.xml?rev=411919&r1=411918&r2=411919&view=diff
==============================================================================
--- jakarta/hivemind/trunk/examples/pom.xml (original)
+++ jakarta/hivemind/trunk/examples/pom.xml Mon Jun  5 14:13:56 2006
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.hivemind</groupId>
@@ -31,4 +32,8 @@
             <artifactId>easymock</artifactId>
         </dependency>
     </dependencies>
+    <scm>
+        <connection>svn:http://svn.apache.org/repos/asf/jakarta/hivemind/trunk/examples</connection>
+        <url>http://svn.apache.org/viewvc/jakarta/hivemind/trunk/examples</url>
+    </scm>
 </project>

Modified: jakarta/hivemind/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/hivemind/trunk/framework/pom.xml?rev=411919&r1=411918&r2=411919&view=diff
==============================================================================
--- jakarta/hivemind/trunk/framework/pom.xml (original)
+++ jakarta/hivemind/trunk/framework/pom.xml Mon Jun  5 14:13:56 2006
@@ -80,5 +80,9 @@
                 <artifactId>maven-project-info-reports-plugin</artifactId>
             </plugin>
         </plugins>
-    </reporting>
+    </reporting>
+    <scm>
+        <connection>svn:http://svn.apache.org/repos/asf/jakarta/hivemind/trunk/framework</connection>
+        <url>http://svn.apache.org/viewvc/jakarta/hivemind/trunk/framework</url>
+    </scm>
 </project>

Modified: jakarta/hivemind/trunk/framework/src/site/site.xml
URL: http://svn.apache.org/viewvc/jakarta/hivemind/trunk/framework/src/site/site.xml?rev=411919&r1=411918&r2=411919&view=diff
==============================================================================
--- jakarta/hivemind/trunk/framework/src/site/site.xml (original)
+++ jakarta/hivemind/trunk/framework/src/site/site.xml Mon Jun  5 14:13:56 2006
@@ -14,7 +14,17 @@
         </links>
         <menu name="HiveMind Framework">
             <item name="Introduction" href="index.html"/>
-            <item name="BuilderFactory" href="BuilderFactory.html"/>
             <item name="ApplicationDefaults" href="ApplicationDefaults.html"/>
+            <item name="BuilderFactory" href="BuilderFactory.html"/>
+            <item name="EagerLoad" href="EagerLoad.html"/>
+            <item name="FactoryDefaults" href="FactoryDefaults.html"/>
+            <item name="LoggingInterceptor" href="LoggingInterceptor.html"/>
+            <item name="ObjectProviders" href="ObjectProviders.html"/>
+            <item name="ServiceModels" href="ServiceModels.html"/>
+            <item name="ShutdownCoordinator" href="ShutdownCoordinator.html"/>
+            <item name="SymbolSources" href="SymbolSources.html"/>
+            <item name="ThreadLocale" href="ThreadLocale.html"/>
+            <item name="ThreadLocalStorage" href="ThreadLocalStorage.html"/>
+            <item name="Translators" href="Translators.html"/>
         </menu> ${reports} </body>
 </project>

Modified: jakarta/hivemind/trunk/framework/src/site/xdoc/ApplicationDefaults.xml
URL: http://svn.apache.org/viewvc/jakarta/hivemind/trunk/framework/src/site/xdoc/ApplicationDefaults.xml?rev=411919&r1=411918&r2=411919&view=diff
==============================================================================
--- jakarta/hivemind/trunk/framework/src/site/xdoc/ApplicationDefaults.xml (original)
+++ jakarta/hivemind/trunk/framework/src/site/xdoc/ApplicationDefaults.xml Mon Jun  5 14:13:56 2006
@@ -18,23 +18,12 @@
       <title>hivemind.ApplicationDefaults Configuration</title>
    </properties>
    <body>
-
-
-
-      <p>
-The <a href="../hivedocs/config/hivemind.ApplicationDefaults.html">ApplicationDefaults</a> configuration
-is used to set default values for substitution symbols.
-Application defaults override contributions to 
-<a href="site:hivemind.FactoryDefaults">hivemind.FactoryDefaults</a>.
-The contribution format is the same FactoryDefaults:
-</p>
-
-
+      <p> The <a href="hivedocs/config/hivemind.ApplicationDefaults.html">ApplicationDefaults</a>
+         configuration is used to set default values for substitution symbols. Application defaults
+         override contributions to
+         <a href="FactoryDefaults.html">hivemind.FactoryDefaults</a>. The
+         contribution format is the same FactoryDefaults:</p>
       <source xml:space="preserve">
   &lt;default symbol="..." value="..."/&gt;</source>
-
-  
-
-    
-  </body>
-</document>
\ No newline at end of file
+   </body>
+</document>

Modified: jakarta/hivemind/trunk/framework/src/site/xdoc/BuilderFactory.xml
URL: http://svn.apache.org/viewvc/jakarta/hivemind/trunk/framework/src/site/xdoc/BuilderFactory.xml?rev=411919&r1=411918&r2=411919&view=diff
==============================================================================
--- jakarta/hivemind/trunk/framework/src/site/xdoc/BuilderFactory.xml (original)
+++ jakarta/hivemind/trunk/framework/src/site/xdoc/BuilderFactory.xml Mon Jun  5 14:13:56 2006
@@ -19,7 +19,7 @@
    </properties>
    <body>
 		
-      <p>The <a href="../hivedocs/service/hivemind.BuilderFactory.html">
+      <p>The <a href="hivedocs/service/hivemind.BuilderFactory.html">
 			BuilderFactory</a> service is a service implementation factory ... a
 			service that is used to construct other services.</p>
 		
@@ -91,18 +91,18 @@
         <tr><td>class-resolver-property</td>
           <td>no</td>
             <td>The property to receive the module's
-          <a href="../hivemind/apidocs/org/apache/hivemind/ClassResolver.html">ClassResolver</a>.</td></tr>
+          <a href="apidocs/org/apache/hivemind/ClassResolver.html">ClassResolver</a>.</td></tr>
         <tr><td>error-handler-property</td>
           <td>no</td>
           <td> The name of a property to recieve the module's 
-            <a href="../hivemind/apidocs/org/apache/hivemind/ErrorHandler.html">ErrorHandler</a> instance (which is used to report recoverable 
+            <a href="apidocs/org/apache/hivemind/ErrorHandler.html">ErrorHandler</a> instance (which is used to report recoverable 
             errors). </td>
           </tr>
         <tr>
           <td>error-log-property</td>
           <td>no</td>
-          <td>The name of a property which will be assigned an <a href="../hivemind/apidocs/org/apache/hivemind/ErrorLog.html">ErrorLog</a> instance for the service. An ErrorLog is 
-            simply a wrapper around a Log and an <a href="../hivemind/apidocs/org/apache/hivemind/ErrorHandler.html">ErrorHandler</a> as is the preferred approach.</td>
+          <td>The name of a property which will be assigned an <a href="apidocs/org/apache/hivemind/ErrorLog.html">ErrorLog</a> instance for the service. An ErrorLog is 
+            simply a wrapper around a Log and an <a href="apidocs/org/apache/hivemind/ErrorHandler.html">ErrorHandler</a> as is the preferred approach.</td>
         </tr>          
 				<tr>
 					<td>initialize-method</td>
@@ -122,7 +122,7 @@
 				<tr>
 					<td>messages-property</td>
 					<td>no</td>
-					<td>Allows the <a href="../hivemind/apidocs/org/apache/hivemind/Messages.html">Messages</a> for the module to be assigned to a
+					<td>Allows the <a href="apidocs/org/apache/hivemind/Messages.html">Messages</a> for the module to be assigned to a
 						property of the instance.</td>
 				</tr>
 				<tr>
@@ -156,15 +156,15 @@
         </tr>
         <tr>
           <td>classResolver</td>
-          <td><a href="../hivemind/apidocs/org/apache/hivemind/ClassResolver.html">ClassResolver</a></td>
+          <td><a href="apidocs/org/apache/hivemind/ClassResolver.html">ClassResolver</a></td>
         </tr>
         <tr>
           <td>errorHandler</td>
-          <td><a href="../hivemind/apidocs/org/apache/hivemind/ErrorHandler.html">ErrorHandler</a></td>
+          <td><a href="apidocs/org/apache/hivemind/ErrorHandler.html">ErrorHandler</a></td>
         </tr>
         <tr>
           <td>errorLog</td>
-          <td><a href="../hivemind/apidocs/org/apache/hivemind/ErrorLog.html">ErrorLog</a></td>
+          <td><a href="apidocs/org/apache/hivemind/ErrorLog.html">ErrorLog</a></td>
         </tr>
         <tr>
           <td>log</td>
@@ -174,7 +174,7 @@
         </tr>
         <tr>
           <td>messages</td>
-          <td><a href="../hivemind/apidocs/org/apache/hivemind/Messages.html">Messages</a></td>
+          <td><a href="apidocs/org/apache/hivemind/Messages.html">Messages</a></td>
           <td/>
         </tr>
         <tr>
@@ -255,14 +255,14 @@
 				</tr>
         <tr>
           <td>error-handler</td>
-          <td><a href="../hivemind/apidocs/org/apache/hivemind/ErrorHandler.html">ErrorHandler</a></td>
+          <td><a href="apidocs/org/apache/hivemind/ErrorHandler.html">ErrorHandler</a></td>
           <td>The module's ErrorHandler, user to report recoverable errors.</td>
         </tr>
         <tr>
           <td>error-log</td>
-          <td><a href="../hivemind/apidocs/org/apache/hivemind/ErrorLog.html">ErrorLog</a></td>
+          <td><a href="apidocs/org/apache/hivemind/ErrorLog.html">ErrorLog</a></td>
           <td>The service's ErrorLog, used to report recoverable errors (this is preferred 
-			over using a Log and an <a href="../hivemind/apidocs/org/apache/hivemind/ErrorHandler.html">ErrorHandler</a>).</td>
+			over using a Log and an <a href="apidocs/org/apache/hivemind/ErrorHandler.html">ErrorHandler</a>).</td>
         </tr>        
 				<tr>
 					<td>log</td>
@@ -272,8 +272,8 @@
 				</tr>
 				<tr>
 					<td>messages</td>
-					<td><a href="../hivemind/apidocs/org/apache/hivemind/Messages.html">Messages</a></td>
-					<td>The <a href="../hivemind/apidocs/org/apache/hivemind/Messages.html">Messages</a> object of the invoking module.</td>
+					<td><a href="apidocs/org/apache/hivemind/Messages.html">Messages</a></td>
+					<td>The <a href="apidocs/org/apache/hivemind/Messages.html">Messages</a> object of the invoking module.</td>
 				</tr>
         <tr>
           <td>object</td>
@@ -320,8 +320,8 @@
 				</tr>
 				<tr>
 					<td>resource</td>
-					<td><a href="../hivemind/apidocs/org/apache/hivemind/Resource.html">Resource</a></td>
-					<td>This element's content parsed as a path to a <a href="../hivemind/apidocs/org/apache/hivemind/Resource.html">Resource</a>, which
+					<td><a href="apidocs/org/apache/hivemind/Resource.html">Resource</a></td>
+					<td>This element's content parsed as a path to a <a href="apidocs/org/apache/hivemind/Resource.html">Resource</a>, which
 						is relative to the contributing module's deployment descriptor. If
 						available, a localized version of the Resource will be selected.</td>
 				</tr>
@@ -446,7 +446,7 @@
 					</tr>
 					<tr>
 						<td>path</td>
-						<td>The path to a <a href="../hivemind/apidocs/org/apache/hivemind/Resource.html">Resource</a>, relative to the contributing
+						<td>The path to a <a href="apidocs/org/apache/hivemind/Resource.html">Resource</a>, relative to the contributing
 							module's deployment descriptor. If available, a localized version
 							of the Resource will be selected.</td>
 					</tr>

Modified: jakarta/hivemind/trunk/framework/src/site/xdoc/EagerLoad.xml
URL: http://svn.apache.org/viewvc/jakarta/hivemind/trunk/framework/src/site/xdoc/EagerLoad.xml?rev=411919&r1=411918&r2=411919&view=diff
==============================================================================
--- jakarta/hivemind/trunk/framework/src/site/xdoc/EagerLoad.xml (original)
+++ jakarta/hivemind/trunk/framework/src/site/xdoc/EagerLoad.xml Mon Jun  5 14:13:56 2006
@@ -19,7 +19,7 @@
    </properties>
    <body>
 		
-      <p>The <a href="../hivedocs/config/hivemind.EagerLoad.html">EagerLoad</a>
+      <p>The <a href="hivedocs/config/hivemind.EagerLoad.html">EagerLoad</a>
 			configuration allows services to be constructed when the Registry is first
 			initialized. Normally, HiveMind goes to great lengths to ensure that
 			services are only constructed when they are first needed. Eager loading is

Modified: jakarta/hivemind/trunk/framework/src/site/xdoc/FactoryDefaults.xml
URL: http://svn.apache.org/viewvc/jakarta/hivemind/trunk/framework/src/site/xdoc/FactoryDefaults.xml?rev=411919&r1=411918&r2=411919&view=diff
==============================================================================
--- jakarta/hivemind/trunk/framework/src/site/xdoc/FactoryDefaults.xml (original)
+++ jakarta/hivemind/trunk/framework/src/site/xdoc/FactoryDefaults.xml Mon Jun  5 14:13:56 2006
@@ -22,7 +22,7 @@
 
 
       <p>
-The <a href="../hivedocs/config/hivemind.FactoryDefaults.html">FactoryDefaults</a> configuration
+The <a href="hivedocs/config/hivemind.FactoryDefaults.html">FactoryDefaults</a> configuration
 is used to set default values for substitution symbols. Contributions look like:
 </p>
 
@@ -34,7 +34,7 @@
 
 <p>
 Values defined here can be overriden by making a contribution to
-<a href="site:hivemind.ApplicationDefaults">hivemind.ApplicationDefaults</a>.
+<a href="ApplicationDefaults.html">hivemind.ApplicationDefaults</a>.
 </p>
 
 

Modified: jakarta/hivemind/trunk/framework/src/site/xdoc/LoggingInterceptor.xml
URL: http://svn.apache.org/viewvc/jakarta/hivemind/trunk/framework/src/site/xdoc/LoggingInterceptor.xml?rev=411919&r1=411918&r2=411919&view=diff
==============================================================================
--- jakarta/hivemind/trunk/framework/src/site/xdoc/LoggingInterceptor.xml (original)
+++ jakarta/hivemind/trunk/framework/src/site/xdoc/LoggingInterceptor.xml Mon Jun  5 14:13:56 2006
@@ -23,7 +23,7 @@
 
       <p>
 The
-<a href="../hivedocs/service/hivemind.LoggingInterceptor.html">LoggingInterceptor</a>
+<a href="hivedocs/service/hivemind.LoggingInterceptor.html">LoggingInterceptor</a>
 service is used to add logging capability to a service, i.e.:
 </p>
 
@@ -63,7 +63,7 @@
 The <code>method</code> attribute is a
 <em>method pattern</em>, a string used to match methods based on name, number of parameters, or type
 of parameters; see  the
-<a href="../hivemind/apidocs/org/apache/hivemind/methodmatch/MethodMatcher.html">MethodMatcher</a> class for more details.
+<a href="apidocs/org/apache/hivemind/methodmatch/MethodMatcher.html">MethodMatcher</a> class for more details.
 </p>
 
 <p>

Modified: jakarta/hivemind/trunk/framework/src/site/xdoc/ObjectProviders.xml
URL: http://svn.apache.org/viewvc/jakarta/hivemind/trunk/framework/src/site/xdoc/ObjectProviders.xml?rev=411919&r1=411918&r2=411919&view=diff
==============================================================================
--- jakarta/hivemind/trunk/framework/src/site/xdoc/ObjectProviders.xml (original)
+++ jakarta/hivemind/trunk/framework/src/site/xdoc/ObjectProviders.xml Mon Jun  5 14:13:56 2006
@@ -19,7 +19,7 @@
    </properties>
    <body>
 		
-      <p>The <a href="../hivedocs/config/hivemind.ObjectProviders.html">ObjectProviders</a>
+      <p>The <a href="hivedocs/config/hivemind.ObjectProviders.html">ObjectProviders</a>
 			configuration drives the <code>object</code> translator. Contributions
       define an object <em>provider</em> in terms of a prefix (such as <code>service</code>)
       and a service that implements the <code>ObjectProvider</code> interface.

Modified: jakarta/hivemind/trunk/framework/src/site/xdoc/ServiceModels.xml
URL: http://svn.apache.org/viewvc/jakarta/hivemind/trunk/framework/src/site/xdoc/ServiceModels.xml?rev=411919&r1=411918&r2=411919&view=diff
==============================================================================
--- jakarta/hivemind/trunk/framework/src/site/xdoc/ServiceModels.xml (original)
+++ jakarta/hivemind/trunk/framework/src/site/xdoc/ServiceModels.xml Mon Jun  5 14:13:56 2006
@@ -19,7 +19,7 @@
    </properties>
    <body>
 		
-      <p>The <a href="../hivedocs/config/hivemind.ServiceModels.html">
+      <p>The <a href="hivedocs/config/hivemind.ServiceModels.html">
 			ServiceModels</a> configuration defines the available service models.
 			Service models control the lifecycle of services: when they are created
 			and when they are destroyed (often tied to the current thread's activity).</p>
@@ -30,7 +30,7 @@
       <source xml:space="preserve">
 &lt;service-model name="..." class="..."/&gt; </source>
 		<p>An instance of the specified class will be instantiated. The class must
-			implement the <a href="../hivemind/apidocs/org/apache/hivemind/internal/ServiceModelFactory.html">
+			implement the <a href="apidocs/org/apache/hivemind/internal/ServiceModelFactory.html">
 			ServiceModelFactory</a> interface (which creates an instance of the
 			actual service model for a particular service extension point).</p>
 		<p>Names of service models must be unique; it is not possible to override

Modified: jakarta/hivemind/trunk/framework/src/site/xdoc/ShutdownCoordinator.xml
URL: http://svn.apache.org/viewvc/jakarta/hivemind/trunk/framework/src/site/xdoc/ShutdownCoordinator.xml?rev=411919&r1=411918&r2=411919&view=diff
==============================================================================
--- jakarta/hivemind/trunk/framework/src/site/xdoc/ShutdownCoordinator.xml (original)
+++ jakarta/hivemind/trunk/framework/src/site/xdoc/ShutdownCoordinator.xml Mon Jun  5 14:13:56 2006
@@ -20,7 +20,7 @@
    <body>
 		
       <p>Service implementations that need to perform any special shutdown logic
-			should implement the <a href="../hivemind/apidocs/org/apache/hivemind/events/RegistryShutdownListener.html">RegistryShutdownListener</a> interface, and let the<a href="site:hivemind.BuilderFactory">hivemind.BuilderFactory</a>
+			should implement the <a href="apidocs/org/apache/hivemind/events/RegistryShutdownListener.html">RegistryShutdownListener</a> interface, and let the<a href="site:hivemind.BuilderFactory">hivemind.BuilderFactory</a>
 			register them for notifications.</p>
 	
    </body>

Modified: jakarta/hivemind/trunk/framework/src/site/xdoc/SymbolSources.xml
URL: http://svn.apache.org/viewvc/jakarta/hivemind/trunk/framework/src/site/xdoc/SymbolSources.xml?rev=411919&r1=411918&r2=411919&view=diff
==============================================================================
--- jakarta/hivemind/trunk/framework/src/site/xdoc/SymbolSources.xml (original)
+++ jakarta/hivemind/trunk/framework/src/site/xdoc/SymbolSources.xml Mon Jun  5 14:13:56 2006
@@ -19,8 +19,8 @@
    </properties>
    <body>
 		
-      <p>The <a href="../hivedocs/config/hivemind.SymbolSources.html">
-			SymbolSources</a> configuration is used to define new <a href="../hivemind/apidocs/org/apache/hivemind/SymbolSource.html">SymbolSource</a>s (providers of
+      <p>The <a href="hivedocs/config/hivemind.SymbolSources.html">
+			SymbolSources</a> configuration is used to define new <a href="apidocs/org/apache/hivemind/SymbolSource.html">SymbolSource</a>s (providers of
 			values for substitution symbols).</p>
 		
       <p>Contributions are of the form:</p>

Modified: jakarta/hivemind/trunk/framework/src/site/xdoc/ThreadLocalStorage.xml
URL: http://svn.apache.org/viewvc/jakarta/hivemind/trunk/framework/src/site/xdoc/ThreadLocalStorage.xml?rev=411919&r1=411918&r2=411919&view=diff
==============================================================================
--- jakarta/hivemind/trunk/framework/src/site/xdoc/ThreadLocalStorage.xml (original)
+++ jakarta/hivemind/trunk/framework/src/site/xdoc/ThreadLocalStorage.xml Mon Jun  5 14:13:56 2006
@@ -19,7 +19,7 @@
    </properties>
    <body>
     
-      <p>The <a href="../hivedocs/service/hivemind.ThreadLocalStorage.html"> ThreadLocalStorage</a> service implements the <a href="../hivemind/apidocs/org/apache/hivemind/service/ThreadLocalStorage.html">ThreadLocalStorage</a> interface. This service acts as a kind of Map for temporary data. The map is local to the current thread, and is cleared at the end of the transaction.</p>
+      <p>The <a href="hivedocs/service/hivemind.ThreadLocalStorage.html">ThreadLocalStorage</a> service implements the <a href="apidocs/org/apache/hivemind/service/ThreadLocalStorage.html">ThreadLocalStorage</a> interface. This service acts as a kind of Map for temporary data. The map is local to the current thread, and is cleared at the end of the transaction.</p>
     
       <p>It is your responsibility to ensure that keys are unique, typically by prefixing them with a module id or package name.</p>
     

Modified: jakarta/hivemind/trunk/framework/src/site/xdoc/ThreadLocale.xml
URL: http://svn.apache.org/viewvc/jakarta/hivemind/trunk/framework/src/site/xdoc/ThreadLocale.xml?rev=411919&r1=411918&r2=411919&view=diff
==============================================================================
--- jakarta/hivemind/trunk/framework/src/site/xdoc/ThreadLocale.xml (original)
+++ jakarta/hivemind/trunk/framework/src/site/xdoc/ThreadLocale.xml Mon Jun  5 14:13:56 2006
@@ -19,8 +19,8 @@
    </properties>
    <body>
 		
-      <p>The <a href="../hivedocs/service/hivemind.ThreadLocale.html">
-			ThreadLocale</a> service implements the <a href="../hivemind/apidocs/org/apache/hivemind/service/ThreadLocale.html">ThreadLocale</a>
+      <p>The <a href="hivedocs/service/hivemind.ThreadLocale.html">
+			ThreadLocale</a> service implements the <a href="apidocs/org/apache/hivemind/service/ThreadLocale.html">ThreadLocale</a>
 			interface. This service stores the current thread's locale.  You may use
       this service to read or update the thread's current locale.
       </p>

Modified: jakarta/hivemind/trunk/framework/src/site/xdoc/Translators.xml
URL: http://svn.apache.org/viewvc/jakarta/hivemind/trunk/framework/src/site/xdoc/Translators.xml?rev=411919&r1=411918&r2=411919&view=diff
==============================================================================
--- jakarta/hivemind/trunk/framework/src/site/xdoc/Translators.xml (original)
+++ jakarta/hivemind/trunk/framework/src/site/xdoc/Translators.xml Mon Jun  5 14:13:56 2006
@@ -19,7 +19,7 @@
    </properties>
    <body>
 		
-      <p>The <a href="../hivedocs/config/hivemind.Translators.html">Translators</a>
+      <p>The <a href="hivedocs/config/hivemind.Translators.html">Translators</a>
 			configuration defines the translators that may be used with XML conversion
 			rules.</p>
 		
@@ -29,7 +29,7 @@
 &lt;translator name="..." class="..." service-id="..."/&gt; </source>
 		<p>Only one of <code>class</code> and <code>service-id</code> attributes should be 
 			specified. The former is the complete name of a class (implementing the 
-			<a href="../hivemind/apidocs/org/apache/hivemind/schema/Translator.html">Translator</a> interface). It 
+			<a href="apidocs/org/apache/hivemind/schema/Translator.html">Translator</a> interface). It 
 			should have a no-args and/or single String constructor.	The second is used to 
 			contribute a service (which must also implement the interface).</p>
 		<p>Names of translators must be unique; it is not possible to override the

Modified: jakarta/hivemind/trunk/framework/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/jakarta/hivemind/trunk/framework/src/site/xdoc/index.xml?rev=411919&r1=411918&r2=411919&view=diff
==============================================================================
--- jakarta/hivemind/trunk/framework/src/site/xdoc/index.xml (original)
+++ jakarta/hivemind/trunk/framework/src/site/xdoc/index.xml Mon Jun  5 14:13:56 2006
@@ -22,7 +22,7 @@
 
       <p>
 The HiveMind framework, and the 
-<a href="../hivedocs/module/hivemind.html">hivemind</a> module,
+<a href="hivedocs/module/hivemind.html">hivemind</a> module,
 provide the essential, core functionality of HiveMind.
 </p>
 

Modified: jakarta/hivemind/trunk/jmx/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/hivemind/trunk/jmx/pom.xml?rev=411919&r1=411918&r2=411919&view=diff
==============================================================================
--- jakarta/hivemind/trunk/jmx/pom.xml (original)
+++ jakarta/hivemind/trunk/jmx/pom.xml Mon Jun  5 14:13:56 2006
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.hivemind</groupId>
@@ -50,5 +51,9 @@
             <version>2.1.1</version>
             <scope>provided</scope>
         </dependency>
-    </dependencies>
+    </dependencies>
+    <scm>
+        <connection>svn:http://svn.apache.org/repos/asf/jakarta/hivemind/trunk/jmx</connection>
+        <url>http://svn.apache.org/viewvc/jakarta/hivemind/trunk/jmx</url>
+    </scm>
 </project>

Modified: jakarta/hivemind/trunk/library/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/hivemind/trunk/library/pom.xml?rev=411919&r1=411918&r2=411919&view=diff
==============================================================================
--- jakarta/hivemind/trunk/library/pom.xml (original)
+++ jakarta/hivemind/trunk/library/pom.xml Mon Jun  5 14:13:56 2006
@@ -58,4 +58,8 @@
             <scope>provided</scope>
         </dependency>
     </dependencies>
+    <scm>
+        <connection>svn:http://svn.apache.org/repos/asf/jakarta/hivemind/trunk/library</connection>
+        <url>http://svn.apache.org/viewvc/jakarta/hivemind/trunk/library</url>
+    </scm>
 </project>

Modified: jakarta/hivemind/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/hivemind/trunk/pom.xml?rev=411919&r1=411918&r2=411919&view=diff
==============================================================================
--- jakarta/hivemind/trunk/pom.xml (original)
+++ jakarta/hivemind/trunk/pom.xml Mon Jun  5 14:13:56 2006
@@ -252,7 +252,7 @@
         <url>http://www.apache.org/</url>
     </organization>
     <scm>
-        <connection>svn:http://svn.apache.org/repos/asf/jakarta/hivemind/${pom.artifactId}/trunk</connection>
-        <url>http://svn.apache.org/viewcvs.cgi/jakarta/hivemind/${pom.artifactId}</url>
+        <connection>svn:http://svn.apache.org/repos/asf/jakarta/hivemind/trunk/</connection>
+        <url>http://svn.apache.org/viewvc/jakarta/hivemind/trunk/</url>
     </scm>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-cvs-help@jakarta.apache.org