[dna-commits] DNA SVN: r981 - in trunk/docs: examples/gettingstarted/sequencers/src/main/assembly and 6 other directories.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Thu Jun 4 23:41:47 EDT 2009


Author: rhauch
Date: 2009-06-04 23:41:47 -0400 (Thu, 04 Jun 2009)
New Revision: 981

Modified:
   trunk/docs/examples/gettingstarted/repositories/src/main/assembly/basic.xml
   trunk/docs/examples/gettingstarted/sequencers/src/main/assembly/basic.xml
   trunk/docs/gettingstarted/src/main/docbook/en-US/content/downloading_and_running.xml
   trunk/docs/gettingstarted/src/main/docbook/en-US/content/understanding_dna.xml
   trunk/docs/gettingstarted/src/main/docbook/en-US/images/example-federated-repository.graffle/QuickLook/Preview.pdf
   trunk/docs/gettingstarted/src/main/docbook/en-US/images/example-federated-repository.graffle/QuickLook/Thumbnail.tiff
   trunk/docs/gettingstarted/src/main/docbook/en-US/images/example-federated-repository.graffle/data.plist
   trunk/docs/gettingstarted/src/main/docbook/en-US/images/example-federated-repository.png
   trunk/docs/gettingstarted/src/main/docbook/en-US/images/example-repositories.graffle/QuickLook/Preview.pdf
   trunk/docs/gettingstarted/src/main/docbook/en-US/images/example-repositories.graffle/QuickLook/Thumbnail.tiff
   trunk/docs/gettingstarted/src/main/docbook/en-US/images/example-repositories.graffle/data.plist
   trunk/docs/gettingstarted/src/main/docbook/en-US/images/example-repositories.png
Log:
DNA-389 DNA-405 Updated the first few sections of the Getting Started guide to reflect the new configuration and that we're no longer dependent upon Jackrabbit.

Modified: trunk/docs/examples/gettingstarted/repositories/src/main/assembly/basic.xml
===================================================================
--- trunk/docs/examples/gettingstarted/repositories/src/main/assembly/basic.xml	2009-06-05 02:49:35 UTC (rev 980)
+++ trunk/docs/examples/gettingstarted/repositories/src/main/assembly/basic.xml	2009-06-05 03:41:47 UTC (rev 981)
@@ -16,9 +16,14 @@
       <directory>src/main/resources/</directory>
       <outputDirectory/>
       <includes>
+        <include>*.cnd</include>
         <include>*.xml</include>
       </includes>
     </fileSet>
+    <fileSet>
+      <directory>src/main/resources/security/</directory>
+      <outputDirectory/>
+    </fileSet>
   </fileSets>
   <files>
     <file>

Modified: trunk/docs/examples/gettingstarted/sequencers/src/main/assembly/basic.xml
===================================================================
--- trunk/docs/examples/gettingstarted/sequencers/src/main/assembly/basic.xml	2009-06-05 02:49:35 UTC (rev 980)
+++ trunk/docs/examples/gettingstarted/sequencers/src/main/assembly/basic.xml	2009-06-05 03:41:47 UTC (rev 981)
@@ -26,6 +26,10 @@
       </includes>
     </fileSet>
     <fileSet>
+      <directory>src/main/resources/security/</directory>
+      <outputDirectory/>
+    </fileSet>
+    <fileSet>
       <directory>workspace/</directory>
       <outputDirectory/>
       <useDefaultExcludes>true</useDefaultExcludes>

Modified: trunk/docs/gettingstarted/src/main/docbook/en-US/content/downloading_and_running.xml
===================================================================
--- trunk/docs/gettingstarted/src/main/docbook/en-US/content/downloading_and_running.xml	2009-06-05 02:49:35 UTC (rev 980)
+++ trunk/docs/gettingstarted/src/main/docbook/en-US/content/downloading_and_running.xml	2009-06-05 03:41:47 UTC (rev 981)
@@ -168,24 +168,25 @@
 			      </para>
 				</listitem>
 				<listitem>
-					<para><emphasis role="strong"><code>jackrabbitConfig.xml</code></emphasis>
-			        is the Jackrabbit configuration file, which is set up to use a transient in-memory repository.
+					<para><emphasis role="strong"><code>sample1.mp3</code></emphasis>
+			        is a sample MP3 audio file you'll use later to upload into the repository.
 			      </para>
 				</listitem>
 				<listitem>
-					<para><emphasis role="strong"><code>jackrabbitNodeTypes.cnd</code></emphasis>
-			        defines the additional JCR node types used by this example.
+					<para><emphasis role="strong"><code>caution.gif</code></emphasis>, <emphasis role="strong"><code>caution.png</code></emphasis>, 
+					<emphasis role="strong"><code>caution.jpg</code></emphasis>, and <emphasis role="strong"><code>caution.pict</code></emphasis>
+			        are images that you'll use later and upload into the repository.
 			      </para>
 				</listitem>
 				<listitem>
-					<para><emphasis role="strong"><code>sample1.mp3</code></emphasis>
-			        is a sample MP3 audio file you'll use later to upload into the repository.
+					<para><emphasis role="strong"><code>sequencing.cnd</code></emphasis>
+			        is a Compact Node Definition (CND) file that defines the node types used in the output from the sequencers.
 			      </para>
 				</listitem>
 				<listitem>
-					<para><emphasis role="strong"><code>caution.gif</code></emphasis>, <emphasis role="strong"><code>caution.png</code></emphasis>, and <emphasis role="strong"><code>caution.jpg</code></emphasis>
-			        are images that you'll use later and upload into the repository.
-			      </para>
+					<para><emphasis role="strong"><code>security</code></emphasis> subdirectory containing several files related to the
+				  JAAS implementation used for authentication.
+				  </para>
 				</listitem>
 				<listitem>
 					<para><emphasis role="strong"><code>project1</code></emphasis> subdirectory contains some Java source that can be loaded
@@ -199,14 +200,6 @@
 				</listitem>
 			</itemizedlist>
 		</para>
-    <note>
-			<para>JBoss DNA &versionNumber; and the sequencer example uses <ulink url="http://jackrabbit.apache.org/">Apache Jackrabbit</ulink> version 1.4.5.  
-      	This version is stable and used by a number of other projects and applications.  However, you should be able to use any
-      	version of Jackrabbit, as long as that version uses the same JCR API.</para>
-			<para>Just remember, if the version of Jackrabbit you want to use for these examples is not in the Maven repository,
-      	you'll have to either add it or add it locally.  For more information, see the <ulink url="http://maven.apache.org/">Maven documentation</ulink>.
-      </para>
-		</note>
 		<para>Similarly, the <code>examples/repository/target/</code> directory contains all of the generated output for the repository example, including
 			a <code>dna-example-repository-basic.dir/</code> subdirectory that contains the following:
 			<itemizedlist>
@@ -227,12 +220,23 @@
 					</para>
 				</listitem>
 				<listitem>
+					<para><emphasis role="strong"><code>aircraft.cnd</code></emphasis>, <emphasis role="strong"><code>cars.cnd</code></emphasis>,
+					and <emphasis role="strong"><code>virtual.cnd</code></emphasis> are the CND files used for the three different JCR Repositories
+					set up in the example.  The <emphasis role="strong"><code>virtual.cnd</code></emphasis> is just a combination of the other two.
+					</para>
+				</listitem>
+				<listitem>
 					<para><emphasis role="strong"><code>configRepository.xml</code></emphasis> is an XML file containing the information that the
-					  example application imports into its "Configuration" repository and which defines how the application sets up access
-					  to the other example repositories.
+					  example application loads as its configuration and which defines the sources, repositories, sequencers (if used), and other
+					  components that make up the DNA JCR engine.
 					</para>
 				</listitem>
 				<listitem>
+					<para><emphasis role="strong"><code>security</code></emphasis> subdirectory containing several files related to the
+					  JAAS implementation used for authentication.
+				  </para>
+				</listitem>
+				<listitem>
 					<para><emphasis role="strong"><code>lib</code></emphasis> subdirectory contains the JARs for all of the JBoss DNA artifacts
 					  as well as those for other libraries required by JBoss DNA and the repository example.
 			      </para>
@@ -327,9 +331,8 @@
 	</sect1>
 	<sect1 id="running_repository_example">
 		<title>Running the repository example</title>
-		<para>The repository example consists of a client application that sets up three DNA repositories (named "Cars", "Airplanes", and 
-			"Configuration") as well as a federated repository ("Vehicles") that dynamically federates the information from the three other 
-			repositories and a cache repository (named "Cache") in which the federated content is stored.  
+		<para>The repository example consists of a client application that sets up two DNA repositories (named "Cars" and "Airplanes") and 
+			a federated repository ("Vehicles") that dynamically federates the information from the other two repositories.
 			The client application allows you to interactively navigate each of these repositories just as you would navigate the
 			directory structure on a file system.</para>
 		<para>This collection of repositories is shown in the following figure:

Modified: trunk/docs/gettingstarted/src/main/docbook/en-US/content/understanding_dna.xml
===================================================================
--- trunk/docs/gettingstarted/src/main/docbook/en-US/content/understanding_dna.xml	2009-06-05 02:49:35 UTC (rev 980)
+++ trunk/docs/gettingstarted/src/main/docbook/en-US/content/understanding_dna.xml	2009-06-05 03:41:47 UTC (rev 981)
@@ -75,8 +75,8 @@
         <listitem>
           <para>
             <emphasis role="strong">DNA Federation</emphasis>
-            is actually special repository connector that accesses information from multiple other sources via connectors,
- 						making all this information look like it is part of a single, unified graph.  Because it is a connector,
+            is actually a special repository connector that accesses information from multiple other sources via connectors,
+ 						making all this information look like it is part of a single, unified repository.  Because it is a connector,
  						it can be used wherever connectors can be used.  And because it uses connectors, the federation connector
 						makes it possible to integrate a wide variety of external systems, like other JCR
             repositories, databases, applications, and services.
@@ -86,7 +86,7 @@
           <para>
             <emphasis role="strong">DNA JCR</emphasis>
             is an implementation of the JCR API that accesses the content from a single connector.  Our implementation has come a long
-						with in the 0.4 release, and is nearly Level 1 and Level 2 compliant.  Finishing the remaining features, including search
+						way, and is nearly Level 1 and Level 2 compliant.  Finishing the remaining features, including search
 						and query, are major objectives of our next release.
           </para>
         </listitem>
@@ -375,10 +375,9 @@
 			would break or have to change.  And copying the information means that we'd have to continually synchronize the changes.
 			This not only is a lot of work, but it often creates issues with knowing which information is accurate.
 		</para>
-    <para>The JBoss DNA allows lets us leave the information where it is, yet provide access to that information through
-			the JCR API.  The first benefit is that any existing applications that already use that information can keep using it.
-			Plus, if the underlying information changes, all the client applications see the correct information.  JCR clients
-			even get the benefit of using JCR observation to be notified of the changes.  And if a JBoss DNA repository is
+    <para>The JBoss DNA allows lets us leave the information where it is, yet provide access to that information to new applications through
+			the JCR API.  As the existing applications update the information in the original systems, applications using JBoss DNA also see
+			these updates.  JCR clients	even get the benefit of using JCR observation to be notified of the changes.  And if a JBoss DNA repository is
       configured to allow updates, client applications can change the information in the repository and JBoss DNA will propagate
       those changes down to the original source.</para>
     <sect2 id="repository-connectors">
@@ -415,7 +414,7 @@
         </listitem>
         <listitem>
           <para>
-            <emphasis role="strong">JDBC Storage Connector</emphasis>
+            <emphasis role="strong">JPA-based Storage Connector</emphasis>
             - Store and access information in a relational database through JPA. Also useful for persisting information in the federated
             repository not stored elsewhere.
           </para>

Modified: trunk/docs/gettingstarted/src/main/docbook/en-US/images/example-federated-repository.graffle/QuickLook/Preview.pdf
===================================================================
(Binary files differ)

Modified: trunk/docs/gettingstarted/src/main/docbook/en-US/images/example-federated-repository.graffle/QuickLook/Thumbnail.tiff
===================================================================
(Binary files differ)

Modified: trunk/docs/gettingstarted/src/main/docbook/en-US/images/example-federated-repository.graffle/data.plist
===================================================================
--- trunk/docs/gettingstarted/src/main/docbook/en-US/images/example-federated-repository.graffle/data.plist	2009-06-05 02:49:35 UTC (rev 980)
+++ trunk/docs/gettingstarted/src/main/docbook/en-US/images/example-federated-repository.graffle/data.plist	2009-06-05 03:41:47 UTC (rev 981)
@@ -7,7 +7,7 @@
 	<key>ApplicationVersion</key>
 	<array>
 		<string>com.omnigroup.OmniGraffle</string>
-		<string>136.19.0.104178</string>
+		<string>137.11.0.108132</string>
 	</array>
 	<key>AutoAdjust</key>
 	<true/>
@@ -102,7 +102,7 @@
 			<key>Text</key>
 			<dict>
 				<key>Text</key>
-				<string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf350
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf460
 {\fonttbl\f0\fswiss\fcharset0 Helvetica;}
 {\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
@@ -150,45 +150,14 @@
 			<key>Head</key>
 			<dict>
 				<key>ID</key>
-				<integer>164</integer>
-			</dict>
-			<key>ID</key>
-			<integer>170</integer>
-			<key>Points</key>
-			<array>
-				<string>{323.339, 176}</string>
-				<string>{269.429, 176}</string>
-			</array>
-			<key>Style</key>
-			<dict>
-				<key>stroke</key>
-				<dict>
-					<key>HeadArrow</key>
-					<string>0</string>
-					<key>TailArrow</key>
-					<string>FilledArrow</string>
-				</dict>
-			</dict>
-			<key>Tail</key>
-			<dict>
-				<key>ID</key>
-				<integer>166</integer>
-			</dict>
-		</dict>
-		<dict>
-			<key>Class</key>
-			<string>LineGraphic</string>
-			<key>Head</key>
-			<dict>
-				<key>ID</key>
 				<integer>162</integer>
 			</dict>
 			<key>ID</key>
 			<integer>169</integer>
 			<key>Points</key>
 			<array>
-				<string>{256.331, 215.02}</string>
-				<string>{304.806, 258.698}</string>
+				<string>{252.614, 215.02}</string>
+				<string>{274.135, 255.02}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -218,8 +187,8 @@
 			<integer>168</integer>
 			<key>Points</key>
 			<array>
-				<string>{249.117, 215.02}</string>
-				<string>{249.117, 255.02}</string>
+				<string>{245.4, 215.02}</string>
+				<string>{222.529, 255.02}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -238,121 +207,7 @@
 			</dict>
 		</dict>
 		<dict>
-			<key>Class</key>
-			<string>LineGraphic</string>
-			<key>Head</key>
-			<dict>
-				<key>ID</key>
-				<integer>158</integer>
-			</dict>
-			<key>ID</key>
-			<integer>140</integer>
-			<key>Points</key>
-			<array>
-				<string>{241.903, 215.02}</string>
-				<string>{193.429, 258.698}</string>
-			</array>
-			<key>Style</key>
-			<dict>
-				<key>stroke</key>
-				<dict>
-					<key>HeadArrow</key>
-					<string>0</string>
-					<key>TailArrow</key>
-					<string>FilledArrow</string>
-				</dict>
-			</dict>
-			<key>Tail</key>
-			<dict>
-				<key>ID</key>
-				<integer>165</integer>
-			</dict>
-		</dict>
-		<dict>
 			<key>Bounds</key>
-			<string>{{317.65, 202.02}, {52, 13}}</string>
-			<key>Class</key>
-			<string>ShapedGraphic</string>
-			<key>FitText</key>
-			<string>Vertical</string>
-			<key>Flow</key>
-			<string>Resize</string>
-			<key>FontInfo</key>
-			<dict>
-				<key>Font</key>
-				<string>Helvetica-Bold</string>
-				<key>Size</key>
-				<real>12</real>
-			</dict>
-			<key>ID</key>
-			<integer>167</integer>
-			<key>Shape</key>
-			<string>Rectangle</string>
-			<key>Style</key>
-			<dict>
-				<key>fill</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-				<key>shadow</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-				<key>stroke</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-			</dict>
-			<key>Text</key>
-			<dict>
-				<key>Pad</key>
-				<integer>0</integer>
-				<key>Text</key>
-				<string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\b\fs22 \cf0 Cache}</string>
-				<key>VerticalPad</key>
-				<integer>0</integer>
-			</dict>
-		</dict>
-		<dict>
-			<key>Bounds</key>
-			<string>{{323.339, 154.02}, {40.6226, 43.9593}}</string>
-			<key>Class</key>
-			<string>ShapedGraphic</string>
-			<key>ID</key>
-			<integer>166</integer>
-			<key>ImageID</key>
-			<integer>1</integer>
-			<key>Shape</key>
-			<string>Rectangle</string>
-			<key>Style</key>
-			<dict>
-				<key>fill</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-				<key>shadow</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-				<key>stroke</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-			</dict>
-		</dict>
-		<dict>
-			<key>Bounds</key>
 			<string>{{223.117, 202.02}, {52, 13}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
@@ -394,7 +249,7 @@
 				<key>Pad</key>
 				<integer>0</integer>
 				<key>Text</key>
-				<string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf350
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf460
 {\fonttbl\f0\fswiss\fcharset0 Helvetica;}
 {\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
@@ -436,7 +291,7 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{299.117, 308.02}, {52, 13}}</string>
+			<string>{{259.961, 308.02}, {52, 13}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>FitText</key>
@@ -477,7 +332,7 @@
 				<key>Pad</key>
 				<integer>0</integer>
 				<key>Text</key>
-				<string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf350
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf460
 {\fonttbl\f0\fswiss\fcharset0 Helvetica;}
 {\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
@@ -489,7 +344,7 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{304.806, 255.02}, {40.6226, 43.9593}}</string>
+			<string>{{265.65, 255.02}, {40.6226, 43.9593}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>ID</key>
@@ -519,7 +374,7 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{223.117, 308.02}, {52, 13}}</string>
+			<string>{{183.961, 308.02}, {52, 13}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>FitText</key>
@@ -560,7 +415,7 @@
 				<key>Pad</key>
 				<integer>0</integer>
 				<key>Text</key>
-				<string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf350
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf460
 {\fonttbl\f0\fswiss\fcharset0 Helvetica;}
 {\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
@@ -572,63 +427,10 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{132, 308.02}, {82.2334, 13}}</string>
+			<string>{{189.65, 255.02}, {40.6226, 43.9593}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
-			<key>FitText</key>
-			<string>Vertical</string>
-			<key>Flow</key>
-			<string>Resize</string>
-			<key>FontInfo</key>
-			<dict>
-				<key>Font</key>
-				<string>Helvetica-Bold</string>
-				<key>Size</key>
-				<real>12</real>
-			</dict>
 			<key>ID</key>
-			<integer>160</integer>
-			<key>Shape</key>
-			<string>Rectangle</string>
-			<key>Style</key>
-			<dict>
-				<key>fill</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-				<key>shadow</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-				<key>stroke</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-			</dict>
-			<key>Text</key>
-			<dict>
-				<key>Pad</key>
-				<integer>0</integer>
-				<key>Text</key>
-				<string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\b\fs22 \cf0 Configuration}</string>
-				<key>VerticalPad</key>
-				<integer>0</integer>
-			</dict>
-		</dict>
-		<dict>
-			<key>Bounds</key>
-			<string>{{228.806, 255.02}, {40.6226, 43.9593}}</string>
-			<key>Class</key>
-			<string>ShapedGraphic</string>
-			<key>ID</key>
 			<integer>159</integer>
 			<key>ImageID</key>
 			<integer>1</integer>
@@ -653,36 +455,6 @@
 				</dict>
 			</dict>
 		</dict>
-		<dict>
-			<key>Bounds</key>
-			<string>{{152.806, 255.02}, {40.6226, 43.9593}}</string>
-			<key>Class</key>
-			<string>ShapedGraphic</string>
-			<key>ID</key>
-			<integer>158</integer>
-			<key>ImageID</key>
-			<integer>1</integer>
-			<key>Shape</key>
-			<string>Rectangle</string>
-			<key>Style</key>
-			<dict>
-				<key>fill</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-				<key>shadow</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-				<key>stroke</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-			</dict>
-		</dict>
 	</array>
 	<key>GridInfo</key>
 	<dict/>
@@ -739,7 +511,7 @@
 	<key>MasterSheets</key>
 	<array/>
 	<key>ModificationDate</key>
-	<string>2008-09-19 09:46:58 -0500</string>
+	<string>2009-06-04 22:36:51 -0500</string>
 	<key>Modifier</key>
 	<string>Randall Hauch</string>
 	<key>NotesVisible</key>

Modified: trunk/docs/gettingstarted/src/main/docbook/en-US/images/example-federated-repository.png
===================================================================
(Binary files differ)

Modified: trunk/docs/gettingstarted/src/main/docbook/en-US/images/example-repositories.graffle/QuickLook/Preview.pdf
===================================================================
(Binary files differ)

Modified: trunk/docs/gettingstarted/src/main/docbook/en-US/images/example-repositories.graffle/QuickLook/Thumbnail.tiff
===================================================================
(Binary files differ)

Modified: trunk/docs/gettingstarted/src/main/docbook/en-US/images/example-repositories.graffle/data.plist
===================================================================
--- trunk/docs/gettingstarted/src/main/docbook/en-US/images/example-repositories.graffle/data.plist	2009-06-05 02:49:35 UTC (rev 980)
+++ trunk/docs/gettingstarted/src/main/docbook/en-US/images/example-repositories.graffle/data.plist	2009-06-05 03:41:47 UTC (rev 981)
@@ -7,7 +7,7 @@
 	<key>ApplicationVersion</key>
 	<array>
 		<string>com.omnigroup.OmniGraffle</string>
-		<string>136.19.0.104178</string>
+		<string>137.11.0.108132</string>
 	</array>
 	<key>AutoAdjust</key>
 	<true/>
@@ -51,59 +51,6 @@
 	<array>
 		<dict>
 			<key>Bounds</key>
-			<string>{{369.161, 277}, {62.4553, 13}}</string>
-			<key>Class</key>
-			<string>ShapedGraphic</string>
-			<key>FitText</key>
-			<string>Vertical</string>
-			<key>Flow</key>
-			<string>Resize</string>
-			<key>FontInfo</key>
-			<dict>
-				<key>Font</key>
-				<string>Helvetica</string>
-				<key>Size</key>
-				<real>12</real>
-			</dict>
-			<key>ID</key>
-			<integer>186</integer>
-			<key>Shape</key>
-			<string>Rectangle</string>
-			<key>Style</key>
-			<dict>
-				<key>fill</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-				<key>shadow</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-				<key>stroke</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-			</dict>
-			<key>Text</key>
-			<dict>
-				<key>Pad</key>
-				<integer>0</integer>
-				<key>Text</key>
-				<string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\i\fs22 \cf0 (In-Memory)}</string>
-				<key>VerticalPad</key>
-				<integer>0</integer>
-			</dict>
-		</dict>
-		<dict>
-			<key>Bounds</key>
 			<string>{{293.161, 277}, {62.4553, 13}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
@@ -145,7 +92,7 @@
 				<key>Pad</key>
 				<integer>0</integer>
 				<key>Text</key>
-				<string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf350
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf460
 {\fonttbl\f0\fswiss\fcharset0 Helvetica;}
 {\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
@@ -198,7 +145,7 @@
 				<key>Pad</key>
 				<integer>0</integer>
 				<key>Text</key>
-				<string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf350
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf460
 {\fonttbl\f0\fswiss\fcharset0 Helvetica;}
 {\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
@@ -210,112 +157,6 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{65.1614, 277}, {62.4553, 13}}</string>
-			<key>Class</key>
-			<string>ShapedGraphic</string>
-			<key>FitText</key>
-			<string>Vertical</string>
-			<key>Flow</key>
-			<string>Resize</string>
-			<key>FontInfo</key>
-			<dict>
-				<key>Font</key>
-				<string>Helvetica</string>
-				<key>Size</key>
-				<real>12</real>
-			</dict>
-			<key>ID</key>
-			<integer>183</integer>
-			<key>Shape</key>
-			<string>Rectangle</string>
-			<key>Style</key>
-			<dict>
-				<key>fill</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-				<key>shadow</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-				<key>stroke</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-			</dict>
-			<key>Text</key>
-			<dict>
-				<key>Pad</key>
-				<integer>0</integer>
-				<key>Text</key>
-				<string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\i\fs22 \cf0 (In-Memory)}</string>
-				<key>VerticalPad</key>
-				<integer>0</integer>
-			</dict>
-		</dict>
-		<dict>
-			<key>Bounds</key>
-			<string>{{55.2724, 264}, {82.2334, 13}}</string>
-			<key>Class</key>
-			<string>ShapedGraphic</string>
-			<key>FitText</key>
-			<string>Vertical</string>
-			<key>Flow</key>
-			<string>Resize</string>
-			<key>FontInfo</key>
-			<dict>
-				<key>Font</key>
-				<string>Helvetica-Bold</string>
-				<key>Size</key>
-				<real>12</real>
-			</dict>
-			<key>ID</key>
-			<integer>182</integer>
-			<key>Shape</key>
-			<string>Rectangle</string>
-			<key>Style</key>
-			<dict>
-				<key>fill</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-				<key>shadow</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-				<key>stroke</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-			</dict>
-			<key>Text</key>
-			<dict>
-				<key>Pad</key>
-				<integer>0</integer>
-				<key>Text</key>
-				<string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\b\fs22 \cf0 Configuration}</string>
-				<key>VerticalPad</key>
-				<integer>0</integer>
-			</dict>
-		</dict>
-		<dict>
-			<key>Bounds</key>
 			<string>{{143.317, 277}, {62.4553, 13}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
@@ -357,7 +198,7 @@
 				<key>Pad</key>
 				<integer>0</integer>
 				<key>Text</key>
-				<string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf350
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf460
 {\fonttbl\f0\fswiss\fcharset0 Helvetica;}
 {\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
@@ -370,42 +211,11 @@
 		<dict>
 			<key>Class</key>
 			<string>LineGraphic</string>
-			<key>Head</key>
-			<dict>
-				<key>ID</key>
-				<integer>148</integer>
-			</dict>
 			<key>ID</key>
-			<integer>177</integer>
-			<key>Points</key>
-			<array>
-				<string>{380.078, 235.98}</string>
-				<string>{344.701, 235.98}</string>
-			</array>
-			<key>Style</key>
-			<dict>
-				<key>stroke</key>
-				<dict>
-					<key>HeadArrow</key>
-					<string>0</string>
-					<key>TailArrow</key>
-					<string>FilledArrow</string>
-				</dict>
-			</dict>
-			<key>Tail</key>
-			<dict>
-				<key>ID</key>
-				<integer>156</integer>
-			</dict>
-		</dict>
-		<dict>
-			<key>Class</key>
-			<string>LineGraphic</string>
-			<key>ID</key>
 			<integer>175</integer>
 			<key>Points</key>
 			<array>
-				<string>{269.457, 154}</string>
+				<string>{269.926, 159}</string>
 				<string>{323.767, 214}</string>
 			</array>
 			<key>Style</key>
@@ -427,12 +237,17 @@
 		<dict>
 			<key>Class</key>
 			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>146</integer>
+			</dict>
 			<key>ID</key>
 			<integer>174</integer>
 			<key>Points</key>
 			<array>
-				<string>{251.378, 154}</string>
-				<string>{256.521, 215.678}</string>
+				<string>{248.389, 159}</string>
+				<string>{248.389, 214}</string>
 			</array>
 			<key>Style</key>
 			<dict>
@@ -457,7 +272,7 @@
 			<integer>173</integer>
 			<key>Points</key>
 			<array>
-				<string>{231.806, 154}</string>
+				<string>{229.847, 159}</string>
 				<string>{182.078, 215.678}</string>
 			</array>
 			<key>Style</key>
@@ -477,34 +292,8 @@
 			</dict>
 		</dict>
 		<dict>
-			<key>Class</key>
-			<string>LineGraphic</string>
-			<key>ID</key>
-			<integer>172</integer>
-			<key>Points</key>
-			<array>
-				<string>{212.234, 154}</string>
-				<string>{107.634, 215.678}</string>
-			</array>
-			<key>Style</key>
-			<dict>
-				<key>stroke</key>
-				<dict>
-					<key>HeadArrow</key>
-					<string>0</string>
-					<key>TailArrow</key>
-					<string>FilledArrow</string>
-				</dict>
-			</dict>
-			<key>Tail</key>
-			<dict>
-				<key>ID</key>
-				<integer>134</integer>
-			</dict>
-		</dict>
-		<dict>
 			<key>Bounds</key>
-			<string>{{168.544, 110}, {162, 44}}</string>
+			<string>{{167.389, 115}, {162, 44}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
 			<key>ID</key>
@@ -555,7 +344,7 @@
 			<key>Text</key>
 			<dict>
 				<key>Text</key>
-				<string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf350
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf460
 {\fonttbl\f0\fswiss\fcharset0 Helvetica;}
 {\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
@@ -566,89 +355,6 @@
 		</dict>
 		<dict>
 			<key>Bounds</key>
-			<string>{{374.389, 264}, {52, 13}}</string>
-			<key>Class</key>
-			<string>ShapedGraphic</string>
-			<key>FitText</key>
-			<string>Vertical</string>
-			<key>Flow</key>
-			<string>Resize</string>
-			<key>FontInfo</key>
-			<dict>
-				<key>Font</key>
-				<string>Helvetica-Bold</string>
-				<key>Size</key>
-				<real>12</real>
-			</dict>
-			<key>ID</key>
-			<integer>157</integer>
-			<key>Shape</key>
-			<string>Rectangle</string>
-			<key>Style</key>
-			<dict>
-				<key>fill</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-				<key>shadow</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-				<key>stroke</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-			</dict>
-			<key>Text</key>
-			<dict>
-				<key>Pad</key>
-				<integer>0</integer>
-				<key>Text</key>
-				<string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf350
-{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
-
-\f0\b\fs22 \cf0 Cache}</string>
-				<key>VerticalPad</key>
-				<integer>0</integer>
-			</dict>
-		</dict>
-		<dict>
-			<key>Bounds</key>
-			<string>{{380.078, 214}, {40.6226, 43.9593}}</string>
-			<key>Class</key>
-			<string>ShapedGraphic</string>
-			<key>ID</key>
-			<integer>156</integer>
-			<key>ImageID</key>
-			<integer>1</integer>
-			<key>Shape</key>
-			<string>Rectangle</string>
-			<key>Style</key>
-			<dict>
-				<key>fill</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-				<key>shadow</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-				<key>stroke</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-			</dict>
-		</dict>
-		<dict>
-			<key>Bounds</key>
 			<string>{{298.389, 264}, {52, 13}}</string>
 			<key>Class</key>
 			<string>ShapedGraphic</string>
@@ -690,7 +396,7 @@
 				<key>Pad</key>
 				<integer>0</integer>
 				<key>Text</key>
-				<string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf350
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf460
 {\fonttbl\f0\fswiss\fcharset0 Helvetica;}
 {\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
@@ -773,7 +479,7 @@
 				<key>Pad</key>
 				<integer>0</integer>
 				<key>Text</key>
-				<string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf350
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf460
 {\fonttbl\f0\fswiss\fcharset0 Helvetica;}
 {\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
@@ -856,7 +562,7 @@
 				<key>Pad</key>
 				<integer>0</integer>
 				<key>Text</key>
-				<string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf350
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf460
 {\fonttbl\f0\fswiss\fcharset0 Helvetica;}
 {\colortbl;\red255\green255\blue255;}
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
@@ -896,36 +602,6 @@
 				</dict>
 			</dict>
 		</dict>
-		<dict>
-			<key>Bounds</key>
-			<string>{{76.0778, 214}, {40.6226, 43.9593}}</string>
-			<key>Class</key>
-			<string>ShapedGraphic</string>
-			<key>ID</key>
-			<integer>141</integer>
-			<key>ImageID</key>
-			<integer>1</integer>
-			<key>Shape</key>
-			<string>Rectangle</string>
-			<key>Style</key>
-			<dict>
-				<key>fill</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-				<key>shadow</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-				<key>stroke</key>
-				<dict>
-					<key>Draws</key>
-					<string>NO</string>
-				</dict>
-			</dict>
-		</dict>
 	</array>
 	<key>GridInfo</key>
 	<dict/>
@@ -982,7 +658,7 @@
 	<key>MasterSheets</key>
 	<array/>
 	<key>ModificationDate</key>
-	<string>2008-09-19 09:47:31 -0500</string>
+	<string>2009-06-04 22:36:27 -0500</string>
 	<key>Modifier</key>
 	<string>Randall Hauch</string>
 	<key>NotesVisible</key>

Modified: trunk/docs/gettingstarted/src/main/docbook/en-US/images/example-repositories.png
===================================================================
(Binary files differ)




More information about the dna-commits mailing list