Hi,
added some attributes to the configuration and override documentation to
make sure it is obvious that even they can be overridden.
Added documentation for the "key" and "resolve" attributes in Magic Property
task.

/peter <<central.txt>> 

---------------------------------
Peter Neubauer
Software Manager
ScanCoin Industries AB
Index: 
central/site/src/xdocs/products/runtime/reference/containment/components/configuration.xml
===================================================================
--- 
central/site/src/xdocs/products/runtime/reference/containment/components/configuration.xml
  (revision 46979)
+++ 
central/site/src/xdocs/products/runtime/reference/containment/components/configuration.xml
  (working copy)
@@ -42,8 +42,8 @@
        <!-- ... -->
        <component name="test2" class="AnotherComponent">
          <!-- will be passed into configurable() method -->
-         <configuration>
-           <colour>red</color>
+         <configuration attr1="test">
+           <colour match="false">red</color>
          </configuration>
        </component>
      </container>
Index: central/site/src/xdocs/products/runtime/reference/kernel/overrides/index.xml
===================================================================
--- central/site/src/xdocs/products/runtime/reference/kernel/overrides/index.xml       
 (revision 46979)
+++ central/site/src/xdocs/products/runtime/reference/kernel/overrides/index.xml       
 (working copy)
@@ -50,8 +50,8 @@
 
        <targets>
          <target path="/main">
-           <configuration>
-             <frequency>100</frequency>
+           <configuration name="freq">
+             <frequency scale="normal">100</frequency>
            </configuration>
            <categories priority="WARN"/>
          </target>
Index: 
central/site/src/xdocs/products/runtime/reference/kernel/overrides/target/config.xml
===================================================================
--- 
central/site/src/xdocs/products/runtime/reference/kernel/overrides/target/config.xml   
     (revision 46979)
+++ 
central/site/src/xdocs/products/runtime/reference/kernel/overrides/target/config.xml   
     (working copy)
@@ -19,11 +19,11 @@
 
 <document>
 
-  <properties>
-    <author email="[EMAIL PROTECTED]">Avalon Documentation Team</author>
-    <title>Merlin Runtime</title>
-  </properties> 
-
+  <properties>
+    <author email="[EMAIL PROTECTED]">Avalon Documentation Team</author>
+    <title>Merlin Runtime</title>
+  </properties> 
+
   <body>
     <section name="Configuration Directive">
 
@@ -36,8 +36,8 @@
       <subsection name="Sample XML">
 <source><![CDATA[
 
-<configuration>
-  <frequency>100</frequency>
+<configuration time="now">
+  <frequency measurescale="Hertz">100</frequency>
   <!-- or anything else you care to include -->
 </configuration>
 
Index: central/site/src/xdocs/central/tools/magic/tasks/common/property.xml
===================================================================
--- central/site/src/xdocs/central/tools/magic/tasks/common/property.xml        
(revision 46979)
+++ central/site/src/xdocs/central/tools/magic/tasks/common/property.xml        
(working copy)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+‹¯¨<?xml version="1.0" encoding="UTF-8"?>
 <document>
 
   <properties>
@@ -17,7 +17,7 @@
       </p>
 
 <source><![CDATA[
-    <x:property name="spec" key="cornerstone-threads-impl" feature="spec"/>
+    <x:property name="spec" key="cornerstone-threads-impl" feature="spec" 
resolve="true"/>
     <echo message="${spec}"/>
 ]]></source>
 
@@ -51,6 +51,11 @@
           <td>The resource type.</td>
         </tr>
         <tr>
+          <td>key</td>
+          <td>The key the resource is referenced by in the project model (the 
index.xml). if no key attribute is given, 
+           the current project is assumed.</td>
+        </tr>
+        <tr>
           <td>uri</td>
           <td>The full artifact uri.</td>
         </tr>
@@ -65,6 +70,11 @@
             uri with the "artifact:" protocol identifier.</td>
         </tr>
         <tr>
+          <td>resolve</td>
+          <td>Should dependencies be resolved or not. Default is true. if you 
reference the curernt project, a good idea is to set resolve"false"
+            in order to avoid to download the not yet compiled current projects 
artifact.</td>
+        </tr>
+        <tr>
           <td>filename</td>
           <td>The filename of the final artifact that the resource represents.</td>
         </tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to