You are viewing a plain text version of this content. The canonical link for it is here.
Posted to awf-commits@incubator.apache.org by jm...@apache.org on 2011/08/04 20:44:28 UTC

svn commit: r1154002 - in /incubator/deft/sandbox: pom.xml src/site/xdoc/api-guide.xml src/site/xdoc/configuration-guide.xml src/site/xdoc/index.xml src/site/xdoc/quick-start-guide.xml

Author: jmeehan
Date: Thu Aug  4 20:44:26 2011
New Revision: 1154002

URL: http://svn.apache.org/viewvc?rev=1154002&view=rev
Log:
DEFT-179 - Updated unfinished pages to indicate this; added deployment task.

Modified:
    incubator/deft/sandbox/pom.xml
    incubator/deft/sandbox/src/site/xdoc/api-guide.xml
    incubator/deft/sandbox/src/site/xdoc/configuration-guide.xml
    incubator/deft/sandbox/src/site/xdoc/index.xml
    incubator/deft/sandbox/src/site/xdoc/quick-start-guide.xml

Modified: incubator/deft/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/incubator/deft/sandbox/pom.xml?rev=1154002&r1=1154001&r2=1154002&view=diff
==============================================================================
--- incubator/deft/sandbox/pom.xml (original)
+++ incubator/deft/sandbox/pom.xml Thu Aug  4 20:44:26 2011
@@ -70,6 +70,14 @@
 	</dependencies>
 
 	<build>
+		<extensions>
+			<extension>
+				<groupId>org.apache.maven.wagon</groupId>
+				<artifactId>wagon-ssh-external</artifactId>
+				<version>1.0-beta-6</version>
+			</extension>
+		</extensions>
+
 		<pluginManagement>
 			<plugins>
 				<plugin>
@@ -271,6 +279,13 @@
 		<url>https://builds.apache.org/job/Deft/</url>
 	</ciManagement>
 
+	<distributionManagement>
+		<site>
+			<id>apache.website</id>
+			<url>scpexe://people.apache.org/www/incubator.apache.org/deft</url>
+		</site>
+	</distributionManagement>
+
 	<licenses>
 		<license>
 			<name>The Apache Software License, Version 2.0</name>

Modified: incubator/deft/sandbox/src/site/xdoc/api-guide.xml
URL: http://svn.apache.org/viewvc/incubator/deft/sandbox/src/site/xdoc/api-guide.xml?rev=1154002&r1=1154001&r2=1154002&view=diff
==============================================================================
--- incubator/deft/sandbox/src/site/xdoc/api-guide.xml (original)
+++ incubator/deft/sandbox/src/site/xdoc/api-guide.xml Thu Aug  4 20:44:26 2011
@@ -19,11 +19,13 @@
 	<properties></properties>
 	<body>
 		<section name="API Guide"></section>
+		<p>This page is currently under development.</p>
 		<p>
 			Deft provides an API for the management of request/response pairs.
 		</p>
 		<p>
-			There are a number of examples in the source, under the "examples"
+			There are a number of examples in the source, under the
+			"org.apache.deft.example"
 			package.
 		</p>
 	</body>

Modified: incubator/deft/sandbox/src/site/xdoc/configuration-guide.xml
URL: http://svn.apache.org/viewvc/incubator/deft/sandbox/src/site/xdoc/configuration-guide.xml?rev=1154002&r1=1154001&r2=1154002&view=diff
==============================================================================
--- incubator/deft/sandbox/src/site/xdoc/configuration-guide.xml (original)
+++ incubator/deft/sandbox/src/site/xdoc/configuration-guide.xml Thu Aug  4 20:44:26 2011
@@ -19,6 +19,6 @@
 	<properties></properties>
 	<body>
 		<section name="Configuration Guide"></section>
-		<p>Configuration is currently within the application...</p>
+		<p>This page is currently under development.</p>
 	</body>
 </document>

Modified: incubator/deft/sandbox/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/incubator/deft/sandbox/src/site/xdoc/index.xml?rev=1154002&r1=1154001&r2=1154002&view=diff
==============================================================================
--- incubator/deft/sandbox/src/site/xdoc/index.xml (original)
+++ incubator/deft/sandbox/src/site/xdoc/index.xml Thu Aug  4 20:44:26 2011
@@ -18,7 +18,6 @@
 	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
 	<properties />
 	<body>
-
 		<section name="Apache Deft" />
 		<p>
 			Apache Deft is a non-blocking, asynchronous, event driven high
@@ -67,6 +66,6 @@
 
 		<subsection name="History" />
 
-		<p>Blah.</p>
+		<p>Currently unavailable. Please check again later.</p>
 	</body>
 </document>

Modified: incubator/deft/sandbox/src/site/xdoc/quick-start-guide.xml
URL: http://svn.apache.org/viewvc/incubator/deft/sandbox/src/site/xdoc/quick-start-guide.xml?rev=1154002&r1=1154001&r2=1154002&view=diff
==============================================================================
--- incubator/deft/sandbox/src/site/xdoc/quick-start-guide.xml (original)
+++ incubator/deft/sandbox/src/site/xdoc/quick-start-guide.xml Thu Aug  4 20:44:26 2011
@@ -19,10 +19,10 @@
 	<properties />
 	<body>
 		<section name="Getting Started with Deft"></section>
-
+		<p>This page is currently under development.</p>
 		<p>
 			The easiest way to start is to download the source and dive right in.
-			There are examples under "org.apache.deft.examples" to get you
+			There are examples under "org.apache.deft.example" to get you
 			started, and you can view the
 			<a href="apidocs/index.html">javadoc</a>
 			here.