[dna-commits] DNA SVN: r558 - in trunk: docs and 3 other directories.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Mon Sep 29 13:11:11 EDT 2008


Author: rhauch
Date: 2008-09-29 13:11:11 -0400 (Mon, 29 Sep 2008)
New Revision: 558

Modified:
   trunk/build/assembly/src.xml
   trunk/docs/gettingstarted/pom.xml
   trunk/docs/gettingstarted/src/main/docbook/en-US/content/future.xml
   trunk/docs/pom.xml
   trunk/docs/reference/src/main/docbook/en-US/content/development_tools.xml
Log:
Minor changes to clean up the documents and to correct the assembly of the source.

Modified: trunk/build/assembly/src.xml
===================================================================
--- trunk/build/assembly/src.xml	2008-09-26 21:56:01 UTC (rev 557)
+++ trunk/build/assembly/src.xml	2008-09-29 17:11:11 UTC (rev 558)
@@ -11,7 +11,7 @@
         <fileSets>
           <fileSet>
             <excludes>
-              <exclude>target/**</exclude>
+              <exclude>**/target/**</exclude>
             </excludes>
           </fileSet>
         </fileSets>

Modified: trunk/docs/gettingstarted/pom.xml
===================================================================
--- trunk/docs/gettingstarted/pom.xml	2008-09-26 21:56:01 UTC (rev 557)
+++ trunk/docs/gettingstarted/pom.xml	2008-09-29 17:11:11 UTC (rev 558)
@@ -70,4 +70,35 @@
       </plugin>
     </plugins>
   </build>
+	<repositories>
+	<repository>
+      <id>apiviz.release</id>
+      <name>APIviz releases</name>
+      <url>http://apiviz.googlecode.com/svn/site/repo/mvn/release</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+	
+	
+		<repository>
+			<id>jboss</id>
+			<url>http://repository.jboss.com/maven2</url>
+		</repository>
+		<repository>
+			<id>jboss-snapshot</id>
+			<url>http://snapshots.jboss.org/maven2</url>
+		</repository>
+	</repositories>
+	<distributionManagement>
+		<repository>
+			<!-- Copy the distribution jar file to a local checkout of the maven repository 
+ 			  -  This variable can be set in $MAVEN_HOME/conf/settings.xml -->
+			<id>repository.jboss.org</id>
+			<url>file://${jboss.repository.root}</url>
+		</repository>
+	</distributionManagement>
 </project>
\ No newline at end of file

Modified: trunk/docs/gettingstarted/src/main/docbook/en-US/content/future.xml
===================================================================
--- trunk/docs/gettingstarted/src/main/docbook/en-US/content/future.xml	2008-09-26 21:56:01 UTC (rev 557)
+++ trunk/docs/gettingstarted/src/main/docbook/en-US/content/future.xml	2008-09-29 17:11:11 UTC (rev 558)
@@ -25,7 +25,8 @@
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
 <chapter id="future">
 	<title>Looking to the future</title>
-	<para>What's next for JBoss DNA?  Well, the sequencing system is just the beginning.  With this release, the sequencing system
+	<para>
+		What's next for JBoss DNA?  Well, the sequencing system is just the beginning.  With this release, the sequencing system
 	  is stable enough so that more <link linkend="sequencers">sequencers</link> can be developed and used within your own applications.
 		We've also established the foundation for JBoss DNA repositories, including a number of <link linkend="repository-connectors">connectors</link>.
 		We'll continue to expand our library of sequencers and connectors, as well as expand our support of JCR.
@@ -37,5 +38,6 @@
 	  If you're interested in getting involved with the JBoss DNA project, consider picking up one of the sequencers on our
 	  <ulink url="http://jira.jboss.org/jira/browse/DNA?report=com.atlassian.jira.plugin.system.project:roadmap-panel">roadmap</ulink>.
 	  Or, check out <ulink url="http://jira.jboss.org/jira/secure/IssueNavigator.jspa?reset=true&amp;mode=hide&amp;pid=12310520&amp;sorter/order=DESC&amp;sorter/field=priority&amp;resolution=-1&amp;component=12311436">JIRA</ulink>
-	  for the list of sequencers we've thought of.  If you think of one that's not there, please add it to JIRA! </para>
+	  for the list of sequencers we've thought of.  If you think of one that's not there, please add it to JIRA!
+	</para>
 </chapter>

Modified: trunk/docs/pom.xml
===================================================================
--- trunk/docs/pom.xml	2008-09-26 21:56:01 UTC (rev 557)
+++ trunk/docs/pom.xml	2008-09-29 17:11:11 UTC (rev 558)
@@ -15,4 +15,35 @@
     <module>gettingstarted</module>
     <module>reference</module>
   </modules>
+	<repositories>
+	<repository>
+      <id>apiviz.release</id>
+      <name>APIviz releases</name>
+      <url>http://apiviz.googlecode.com/svn/site/repo/mvn/release</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+	
+	
+		<repository>
+			<id>jboss</id>
+			<url>http://repository.jboss.com/maven2</url>
+		</repository>
+		<repository>
+			<id>jboss-snapshot</id>
+			<url>http://snapshots.jboss.org/maven2</url>
+		</repository>
+	</repositories>
+	<distributionManagement>
+		<repository>
+			<!-- Copy the distribution jar file to a local checkout of the maven repository 
+ 			  -  This variable can be set in $MAVEN_HOME/conf/settings.xml -->
+			<id>repository.jboss.org</id>
+			<url>file://${jboss.repository.root}</url>
+		</repository>
+	</distributionManagement>
 </project>
\ No newline at end of file

Modified: trunk/docs/reference/src/main/docbook/en-US/content/development_tools.xml
===================================================================
--- trunk/docs/reference/src/main/docbook/en-US/content/development_tools.xml	2008-09-26 21:56:01 UTC (rev 557)
+++ trunk/docs/reference/src/main/docbook/en-US/content/development_tools.xml	2008-09-29 17:11:11 UTC (rev 558)
@@ -408,37 +408,11 @@
 				to the next version.  These will then need to be committed onto the trunk of SVN.
 			</para>
 			<para>
-				At this point, the software has been released and tagged, so now the only thing left is to publish the release onto
+				At this point, the software has been released and tagged, and it's been deployed to a local checked-out copy of the 
+				JBoss DNA Maven 2 repository (via the "&lt;distribution&gt;" section of the pom.xml files).  Those need to be committed
+				into the Maven 2 repository using SVN.  And finally, the last thing is to publish the release onto
 				the project's <ulink url="&Downloads;">downloads</ulink> and <ulink url="&Home;/docs">documentation</ulink> pages.
 			</para>
 		</sect2>
-		<!--
-		<sect2 id="tagging">
-			<title>Building Releases</title>
-			<para>
-				Finally, the code can be tagged with the new release, using the following Subversion command.
-				Just remember to use the correct <code>&lt;releaseNumber&lt;</code>:
-			</para>
-			<programlisting>
-$ svn copy https://svn.jboss.org/repos/dna/trunk \
-           https://svn.jboss.org/repos/dna/tags/dna-<emphasis>&lt;releaseNumber&lt;</emphasis> \
-      -m "Releasing JBoss DNA &lt;releaseNumber&lt;"
-	</programlisting>
-			<para>
-				Of course, this will copy of <code>HEAD</code>.  To copy a particular revision in <code>trunk/</code>, use
-				the <code>-r</code> argument with the correct SVN revision number:
-			</para>
-			<programlisting>
-$ svn copy https://svn.jboss.org/repos/dna/trunk -r<emphasis>&lt;revisionNumber&lt;</emphasis> \
-           https://svn.jboss.org/repos/dna/tags/dna-<emphasis>&lt;releaseNumber&lt;</emphasis> \
-      -m "Releasing JBoss DNA &lt;releaseNumber&lt;"
-</programlisting>
-			<note>
-				<para>
-					You can obtain the latest revision number using the <code>$ svn info</code> command.
-				</para>
-			</note>
-		</sect2>
-	-->
 	</sect1>
 </chapter>




More information about the dna-commits mailing list