[dna-commits] DNA SVN: r1569 - in trunk/docs/examples/gettingstarted/repositories: src/main/assembly and 8 other directories.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Sat Jan 9 16:29:12 EST 2010


Author: rhauch
Date: 2010-01-09 16:29:12 -0500 (Sat, 09 Jan 2010)
New Revision: 1569

Added:
   trunk/docs/examples/gettingstarted/repositories/ufoSource/
   trunk/docs/examples/gettingstarted/repositories/ufoSource/workspace1/
   trunk/docs/examples/gettingstarted/repositories/ufoSource/workspace1/README.txt
   trunk/docs/examples/gettingstarted/repositories/ufoSource/workspace1/martians/
   trunk/docs/examples/gettingstarted/repositories/ufoSource/workspace1/martians/zzyzx.txt
   trunk/docs/examples/gettingstarted/repositories/ufoSource/workspace1/venutians/
   trunk/docs/examples/gettingstarted/repositories/ufoSource/workspace1/venutians/frobozz.txt
Removed:
   trunk/docs/examples/gettingstarted/repositories/src/main/resources/ufoSource/workspace1/README.txt
   trunk/docs/examples/gettingstarted/repositories/src/main/resources/ufoSource/workspace1/martians/zzyzx.txt
   trunk/docs/examples/gettingstarted/repositories/src/main/resources/ufoSource/workspace1/venutians/frobozz.txt
Modified:
   trunk/docs/examples/gettingstarted/repositories/src/main/assembly/basic.xml
   trunk/docs/examples/gettingstarted/repositories/src/main/resources/configRepository.xml
Log:
Moved location of the files and folders used by the UFO source from the 'src/main/resources' directory to be right under the top of the project. This allows the configRepository.xml file to simply reference the ufoSource directory as being in the same directory from which the tests are run, which also allows the build directory (where the examples are run via the command-line, per the Getting Started guide) to directly contain the 'ufoSource' folder instead of 'src/main/resources/ufoSource' (which is a bit confusing).

Modified: trunk/docs/examples/gettingstarted/repositories/src/main/assembly/basic.xml
===================================================================
--- trunk/docs/examples/gettingstarted/repositories/src/main/assembly/basic.xml	2010-01-09 18:49:20 UTC (rev 1568)
+++ trunk/docs/examples/gettingstarted/repositories/src/main/assembly/basic.xml	2010-01-09 21:29:12 UTC (rev 1569)
@@ -21,12 +21,12 @@
       </includes>
     </fileSet>
     <fileSet>
-      <directory>src/main/resources/security/</directory>
-      <outputDirectory/>
+      <directory>src/main/resources/security</directory>
+      <outputDirectory>security</outputDirectory>
     </fileSet>
     <fileSet>
-      <directory>src/main/resources/ufoSource</directory>
-      <outputDirectory>src/main/resources/ufoSource</outputDirectory>
+      <directory>ufoSource</directory>
+      <outputDirectory>ufoSource</outputDirectory>
     </fileSet>
   </fileSets>
   <files>

Modified: trunk/docs/examples/gettingstarted/repositories/src/main/resources/configRepository.xml
===================================================================
--- trunk/docs/examples/gettingstarted/repositories/src/main/resources/configRepository.xml	2010-01-09 18:49:20 UTC (rev 1568)
+++ trunk/docs/examples/gettingstarted/repositories/src/main/resources/configRepository.xml	2010-01-09 21:29:12 UTC (rev 1569)
@@ -72,7 +72,7 @@
         files and folders as JCR nodes.  It can save JCR nodes too, but only if they have certain primary types.
         -->
         <dna:source jcr:name="UFOs" dna:classname="org.jboss.dna.connector.filesystem.FileSystemSource"
-        	dna:workspaceRootPath="./src/main/resources/ufoSource"
+        	dna:workspaceRootPath="./ufoSource"
         	dna:defaultWorkspaceName="workspace1"
         	dna:creatingWorkspacesAllowed="false"
         	dna:updatesAllowed="true"/>    

Deleted: trunk/docs/examples/gettingstarted/repositories/src/main/resources/ufoSource/workspace1/README.txt
===================================================================
--- trunk/docs/examples/gettingstarted/repositories/src/main/resources/ufoSource/workspace1/README.txt	2010-01-09 18:49:20 UTC (rev 1568)
+++ trunk/docs/examples/gettingstarted/repositories/src/main/resources/ufoSource/workspace1/README.txt	2010-01-09 21:29:12 UTC (rev 1569)
@@ -1 +0,0 @@
-This workspace contains skeletal information on unconfirmed UFOs.
\ No newline at end of file

Deleted: trunk/docs/examples/gettingstarted/repositories/src/main/resources/ufoSource/workspace1/martians/zzyzx.txt
===================================================================
--- trunk/docs/examples/gettingstarted/repositories/src/main/resources/ufoSource/workspace1/martians/zzyzx.txt	2010-01-09 18:49:20 UTC (rev 1568)
+++ trunk/docs/examples/gettingstarted/repositories/src/main/resources/ufoSource/workspace1/martians/zzyzx.txt	2010-01-09 21:29:12 UTC (rev 1569)
@@ -1,2 +0,0 @@
-The Zzyzx is the fastest vehicle in the Martian fleet.  It has spinning lasers and can drop 
-disintegration bombs on unsuspecting targets.

Deleted: trunk/docs/examples/gettingstarted/repositories/src/main/resources/ufoSource/workspace1/venutians/frobozz.txt
===================================================================
--- trunk/docs/examples/gettingstarted/repositories/src/main/resources/ufoSource/workspace1/venutians/frobozz.txt	2010-01-09 18:49:20 UTC (rev 1568)
+++ trunk/docs/examples/gettingstarted/repositories/src/main/resources/ufoSource/workspace1/venutians/frobozz.txt	2010-01-09 21:29:12 UTC (rev 1569)
@@ -1 +0,0 @@
-The Venutian Frobozz travels faster than the speed of light and fires a death ray.
\ No newline at end of file

Copied: trunk/docs/examples/gettingstarted/repositories/ufoSource/workspace1/README.txt (from rev 1568, trunk/docs/examples/gettingstarted/repositories/src/main/resources/ufoSource/workspace1/README.txt)
===================================================================
--- trunk/docs/examples/gettingstarted/repositories/ufoSource/workspace1/README.txt	                        (rev 0)
+++ trunk/docs/examples/gettingstarted/repositories/ufoSource/workspace1/README.txt	2010-01-09 21:29:12 UTC (rev 1569)
@@ -0,0 +1 @@
+This workspace contains skeletal information on unconfirmed UFOs.
\ No newline at end of file


Property changes on: trunk/docs/examples/gettingstarted/repositories/ufoSource/workspace1/README.txt
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Copied: trunk/docs/examples/gettingstarted/repositories/ufoSource/workspace1/martians/zzyzx.txt (from rev 1568, trunk/docs/examples/gettingstarted/repositories/src/main/resources/ufoSource/workspace1/martians/zzyzx.txt)
===================================================================
--- trunk/docs/examples/gettingstarted/repositories/ufoSource/workspace1/martians/zzyzx.txt	                        (rev 0)
+++ trunk/docs/examples/gettingstarted/repositories/ufoSource/workspace1/martians/zzyzx.txt	2010-01-09 21:29:12 UTC (rev 1569)
@@ -0,0 +1,2 @@
+The Zzyzx is the fastest vehicle in the Martian fleet.  It has spinning lasers and can drop 
+disintegration bombs on unsuspecting targets.


Property changes on: trunk/docs/examples/gettingstarted/repositories/ufoSource/workspace1/martians/zzyzx.txt
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Copied: trunk/docs/examples/gettingstarted/repositories/ufoSource/workspace1/venutians/frobozz.txt (from rev 1568, trunk/docs/examples/gettingstarted/repositories/src/main/resources/ufoSource/workspace1/venutians/frobozz.txt)
===================================================================
--- trunk/docs/examples/gettingstarted/repositories/ufoSource/workspace1/venutians/frobozz.txt	                        (rev 0)
+++ trunk/docs/examples/gettingstarted/repositories/ufoSource/workspace1/venutians/frobozz.txt	2010-01-09 21:29:12 UTC (rev 1569)
@@ -0,0 +1 @@
+The Venutian Frobozz travels faster than the speed of light and fires a death ray.
\ No newline at end of file


Property changes on: trunk/docs/examples/gettingstarted/repositories/ufoSource/workspace1/venutians/frobozz.txt
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF



More information about the dna-commits mailing list