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 sl...@apache.org on 2012/02/24 00:54:55 UTC

svn commit: r1293046 - in /incubator/awf/trunk: ./ awf-core/ awf-core/src/main/site/ awf-core/src/site/ awf-core/src/site/xdoc/

Author: slemesle
Date: Fri Feb 24 00:54:54 2012
New Revision: 1293046

URL: http://svn.apache.org/viewvc?rev=1293046&view=rev
Log:
Restore site and refactor it to AWF

Added:
    incubator/awf/trunk/awf-core/src/site/
      - copied from r1292967, incubator/awf/trunk/awf-core/src/main/site/
Removed:
    incubator/awf/trunk/awf-core/src/main/site/
Modified:
    incubator/awf/trunk/   (props changed)
    incubator/awf/trunk/awf-core/pom.xml
    incubator/awf/trunk/awf-core/src/site/xdoc/api-guide.xml
    incubator/awf/trunk/awf-core/src/site/xdoc/configuration-guide.xml
    incubator/awf/trunk/awf-core/src/site/xdoc/contributor-guide.xml
    incubator/awf/trunk/awf-core/src/site/xdoc/faq.xml
    incubator/awf/trunk/awf-core/src/site/xdoc/index.xml
    incubator/awf/trunk/awf-core/src/site/xdoc/irc.xml
    incubator/awf/trunk/awf-core/src/site/xdoc/quick-start-guide.xml
    incubator/awf/trunk/awf-core/src/site/xdoc/release-notes.xml
    incubator/awf/trunk/awf-core/src/site/xdoc/road-map.xml
    incubator/awf/trunk/pom.xml

Propchange: incubator/awf/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Feb 24 00:54:54 2012
@@ -2,3 +2,7 @@ target
 .settings
 .classpath
 .project
+
+.idea
+
+*.iml

Modified: incubator/awf/trunk/awf-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/awf/trunk/awf-core/pom.xml?rev=1293046&r1=1293045&r2=1293046&view=diff
==============================================================================
--- incubator/awf/trunk/awf-core/pom.xml (original)
+++ incubator/awf/trunk/awf-core/pom.xml Fri Feb 24 00:54:54 2012
@@ -247,55 +247,49 @@
 
 	<issueManagement>
 		<system>JIRA</system>
-		<url>http://issues.apache.org/jira/browse/DEFT</url>
+		<url>http://issues.apache.org/jira/browse/AWF</url>
 	</issueManagement>
 
 	<mailingLists>
 		<mailingList>
 			<name>Users</name>
-			<post>deft-user@incubator.apache.org</post>
-			<subscribe>deft-users-subscribe@incubator.apache.org</subscribe>
-			<unsubscribe>deft-users-unsubscribe@incubator.apache.org
+			<post>awf-user@incubator.apache.org</post>
+			<subscribe>awf-users-subscribe@incubator.apache.org</subscribe>
+			<unsubscribe>awf-users-unsubscribe@incubator.apache.org
 			</unsubscribe>
-			<archive>http://mail-archives.apache.org/mod_mbox/incubator-deft-users/
+			<archive>http://mail-archives.apache.org/mod_mbox/incubator-awf-users/
 			</archive>
 		</mailingList>
 		<mailingList>
 			<name>Development</name>
-			<post>deft-dev@incubator.apache.org</post>
-			<subscribe>deft-dev-subscribe@incubator.apache.org</subscribe>
-			<unsubscribe>deft-dev-unsubscribe@incubator.apache.org</unsubscribe>
-			<archive>http://mail-archives.apache.org/mod_mbox/incubator-deft-dev/
+			<post>awf-dev@incubator.apache.org</post>
+			<subscribe>awf-dev-subscribe@incubator.apache.org</subscribe>
+			<unsubscribe>awf-dev-unsubscribe@incubator.apache.org</unsubscribe>
+			<archive>http://mail-archives.apache.org/mod_mbox/incubator-awf-dev/
 			</archive>
 		</mailingList>
 		<mailingList>
 			<name>Commits</name>
-			<post>deft-commits@incubator.apache.org</post>
-			<subscribe>deft-commits-subscribe@incubator.apache.org</subscribe>
-			<unsubscribe>deft-commits-unsubscribe@incubator.apache.org
+			<post>awf-commits@incubator.apache.org</post>
+			<subscribe>awf-commits-subscribe@incubator.apache.org</subscribe>
+			<unsubscribe>awf-commits-unsubscribe@incubator.apache.org
 			</unsubscribe>
-			<archive>http://mail-archives.apache.org/mod_mbox/incubator-deft-commits/
+			<archive>http://mail-archives.apache.org/mod_mbox/incubator-awf-commits/
 			</archive>
 		</mailingList>
 	</mailingLists>
 
-	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/deft/trunk/
-		</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/deft/trunk/
-		</developerConnection>
-		<url>http://svn.apache.org/viewvc/incubator/deft/trunk/</url>
-	</scm>
+
 
 	<ciManagement>
 		<system>Jenkins</system>
-		<url>https://builds.apache.org/job/Deft/</url>
+		<url>https://builds.apache.org/job/AWF/</url>
 	</ciManagement>
 
 	<distributionManagement>
 		<site>
 			<id>apache.website</id>
-			<url>scpexe://people.apache.org/www/incubator.apache.org/deft</url>
+			<url>scp://people.apache.org/www/incubator.apache.org/awf</url>
 		</site>
 	</distributionManagement>
 

Modified: incubator/awf/trunk/awf-core/src/site/xdoc/api-guide.xml
URL: http://svn.apache.org/viewvc/incubator/awf/trunk/awf-core/src/site/xdoc/api-guide.xml?rev=1293046&r1=1292967&r2=1293046&view=diff
==============================================================================
--- incubator/awf/trunk/awf-core/src/site/xdoc/api-guide.xml (original)
+++ incubator/awf/trunk/awf-core/src/site/xdoc/api-guide.xml Fri Feb 24 00:54:54 2012
@@ -17,18 +17,17 @@
 <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
 	<properties>
-		<title>Apache Deft - API Guide</title>
+		<title>Apache AWF - API Guide</title>
 	</properties>
 	<body>
 		<section name="API Guide">
 			<p>This page is currently under development.</p>
 			<p>
-				Deft provides an API for the management of request/response pairs.
+				AWF provides an API for the management of request/response pairs.
 		</p>
 			<p>
 				There are a number of examples in the source, under the
-				"org.apache.deft.example"
-				package.
+				"awf-example-handlers" module.
 		</p>
 		</section>
 	</body>

Modified: incubator/awf/trunk/awf-core/src/site/xdoc/configuration-guide.xml
URL: http://svn.apache.org/viewvc/incubator/awf/trunk/awf-core/src/site/xdoc/configuration-guide.xml?rev=1293046&r1=1292967&r2=1293046&view=diff
==============================================================================
--- incubator/awf/trunk/awf-core/src/site/xdoc/configuration-guide.xml (original)
+++ incubator/awf/trunk/awf-core/src/site/xdoc/configuration-guide.xml Fri Feb 24 00:54:54 2012
@@ -17,7 +17,7 @@
 <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
 	<properties>
-		<title>Apache Deft - Configuration Guide</title>
+		<title>Apache AWF - Configuration Guide</title>
 	</properties>
 	<body>
 		<section name="Configuration Guide">

Modified: incubator/awf/trunk/awf-core/src/site/xdoc/contributor-guide.xml
URL: http://svn.apache.org/viewvc/incubator/awf/trunk/awf-core/src/site/xdoc/contributor-guide.xml?rev=1293046&r1=1292967&r2=1293046&view=diff
==============================================================================
--- incubator/awf/trunk/awf-core/src/site/xdoc/contributor-guide.xml (original)
+++ incubator/awf/trunk/awf-core/src/site/xdoc/contributor-guide.xml Fri Feb 24 00:54:54 2012
@@ -11,7 +11,7 @@
 <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
 	<properties>
-		<title>Apache Deft - Contributor Guide</title>
+		<title>Apache AWF - Contributor Guide</title>
 	</properties>
 	<body>
 		<section name="Contributor Guide">
@@ -24,7 +24,7 @@
 					To manage the code we use <a class="externalLink" href="http://subversion.apache.org/">Subversion</a>, and you can find more information on how we do that <a href="source-repository.html">here</a>. To start quickly, pull down a copy of the main branch, "trunk", like so:
 				</p>
 				<div class="source">
-					svn checkout http://svn.apache.org/repos/asf/incubator/deft/trunk/
+					svn checkout http://svn.apache.org/repos/asf/incubator/awf/trunk/
 				</div>
 				<p>
 					Once the source is down, you should be able to import it into your chosen environment as you would any other Maven project. Eclipse	users might	want to firstly	run the following to generate project and classpath files:
@@ -48,13 +48,13 @@
 					Before anything else, it would be a good idea to join the various <a href="mail-lists.html">mailing lists</a> we run, to get a feel for the people and the discussions. Whether	you would like to submit a new idea, a code improvement, a patch to an existing issue or anything else at all take some time to introduce yourself and let us all know what you're up to.
 				</p>
 				<p>
-					A great way to start development is to review the list of outstanding issues in <a class="externalLink" href="https://issues.apache.org/jira/browse/DEFT">JIRA</a>, for which you will need to create an account. When development is completed, the first thing to do is ensure that the build - including all tests - completes without error. Following this, you should attach a patch merged against the current branch to the JIRA itself. Note that prior to submission you must select the toggle to permit ASF inclusion of the code, as per the <a href="license.html">licence</a>. The code will be reviewed, and possibly discussed before a committer puts it into the branch.
+					A great way to start development is to review the list of outstanding issues in <a class="externalLink" href="https://issues.apache.org/jira/browse/AWF">JIRA</a>, for which you will need to create an account. When development is completed, the first thing to do is ensure that the build - including all tests - completes without error. Following this, you should attach a patch merged against the current branch to the JIRA itself. Note that prior to submission you must select the toggle to permit ASF inclusion of the code, as per the <a href="license.html">licence</a>. The code will be reviewed, and possibly discussed before a committer puts it into the branch.
 				</p>
 			</subsection>
 
 			<subsection name="Continuous Integration">
 				<p>
-					Following any commit, the application will build through the <a class="externalLink" href="https://builds.apache.org/job/Deft/">Jenkins</a> environment. When the build completes, the job is done! Time for the next ticket...
+					Following any commit, the application will build through the <a class="externalLink" href="https://builds.apache.org/job/AWF/">Jenkins</a> environment. When the build completes, the job is done! Time for the next ticket...
 				</p>
 			</subsection>
 

Modified: incubator/awf/trunk/awf-core/src/site/xdoc/faq.xml
URL: http://svn.apache.org/viewvc/incubator/awf/trunk/awf-core/src/site/xdoc/faq.xml?rev=1293046&r1=1292967&r2=1293046&view=diff
==============================================================================
--- incubator/awf/trunk/awf-core/src/site/xdoc/faq.xml (original)
+++ incubator/awf/trunk/awf-core/src/site/xdoc/faq.xml Fri Feb 24 00:54:54 2012
@@ -17,7 +17,7 @@
 <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
 	<properties>
-		<title>Apache Deft - FAQ</title>
+		<title>Apache AWF - FAQ</title>
 	</properties>
 	<body>
 		<section name="Frequently Asked Questions">

Modified: incubator/awf/trunk/awf-core/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/incubator/awf/trunk/awf-core/src/site/xdoc/index.xml?rev=1293046&r1=1292967&r2=1293046&view=diff
==============================================================================
--- incubator/awf/trunk/awf-core/src/site/xdoc/index.xml (original)
+++ incubator/awf/trunk/awf-core/src/site/xdoc/index.xml Fri Feb 24 00:54:54 2012
@@ -17,12 +17,12 @@
 <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
 	<properties>
-		<title>Apache Deft</title>
+		<title>Apache AWF</title>
 	</properties>
 	<body>
-		<section name="Apache Deft">
+		<section name="Apache AWF">
 			<p>
-				Apache Deft is a non-blocking, asynchronous, event driven high
+				Apache AWF is a non-blocking, asynchronous, event driven high
 				performance web framework running on the JVM. Deft
 				is currently in
 				the
@@ -30,7 +30,7 @@
 				.
 			</p>
 			<p>
-				Find out more about Deft on our
+				Find out more about AWF on our
 				<a class="externalLink" href="https://cwiki.apache.org/confluence/display/DEFT">wiki</a>
 				.
 			</p>
@@ -52,7 +52,7 @@
 
 			<subsection name="Getting Involved">
 				<p>
-					Would you like to contribute, and help to improve Deft? Getting
+					Would you like to contribute, and help to improve AWF ? Getting
 					<a href="contributor-guide.html">involved is easy</a>
 					.
 				</p>
@@ -60,7 +60,7 @@
 
 			<subsection name="Download">
 				<p>
-					Download a release of Deft from a
+					Download a release of AWF from a
 					<a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/incubator/deft/">nearby
 						mirror</a>
 					.

Modified: incubator/awf/trunk/awf-core/src/site/xdoc/irc.xml
URL: http://svn.apache.org/viewvc/incubator/awf/trunk/awf-core/src/site/xdoc/irc.xml?rev=1293046&r1=1292967&r2=1293046&view=diff
==============================================================================
--- incubator/awf/trunk/awf-core/src/site/xdoc/irc.xml (original)
+++ incubator/awf/trunk/awf-core/src/site/xdoc/irc.xml Fri Feb 24 00:54:54 2012
@@ -17,13 +17,13 @@
 <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
 	<properties>
-		<title>Apache Deft - IRC Channel</title>
+		<title>Apache AWF - IRC Channel</title>
 	</properties>
 	<body>
 		<section name="IRC Channel">
 			<p>
-				To discuss all things Deft, the channel
-				<b>#deft</b>
+				To discuss all things AWF, the channel
+				<b>#awf</b>
 				is available on
 				<b>irc.freenode.org</b>
 				. Please do remember to bring all issues to the mailing lists and

Modified: incubator/awf/trunk/awf-core/src/site/xdoc/quick-start-guide.xml
URL: http://svn.apache.org/viewvc/incubator/awf/trunk/awf-core/src/site/xdoc/quick-start-guide.xml?rev=1293046&r1=1292967&r2=1293046&view=diff
==============================================================================
--- incubator/awf/trunk/awf-core/src/site/xdoc/quick-start-guide.xml (original)
+++ incubator/awf/trunk/awf-core/src/site/xdoc/quick-start-guide.xml Fri Feb 24 00:54:54 2012
@@ -17,7 +17,7 @@
 <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
 	<properties>
-		<title>Apache Deft - Quick Start Guide</title>
+		<title>Apache AWF - Quick Start Guide</title>
 	</properties>
 	<body>
 		<section name="Getting Started with Deft">
@@ -25,7 +25,7 @@
 			<p>
 				The easiest way to start is to download the source and dive right
 				in.
-				There are examples under "org.apache.deft.example" to get you
+				There are examples under "awf-example-handlers" to get you
 				started, and you can view the
 				<a href="apidocs/index.html">javadoc</a>
 				here.

Modified: incubator/awf/trunk/awf-core/src/site/xdoc/release-notes.xml
URL: http://svn.apache.org/viewvc/incubator/awf/trunk/awf-core/src/site/xdoc/release-notes.xml?rev=1293046&r1=1292967&r2=1293046&view=diff
==============================================================================
--- incubator/awf/trunk/awf-core/src/site/xdoc/release-notes.xml (original)
+++ incubator/awf/trunk/awf-core/src/site/xdoc/release-notes.xml Fri Feb 24 00:54:54 2012
@@ -16,10 +16,10 @@
 	-->
 <document>
 	<properties>
-		<title>Apache Deft - Release Notes</title>
+		<title>Apache AWF - Release Notes</title>
 	</properties>
 	<body>
-		<h1>Release Notes - Deft - Version 0.4.0</h1>
+		<h1>Release Notes - AWF - Version 0.4.0</h1>
 		<h2> Bug
 </h2>
 		<ul>

Modified: incubator/awf/trunk/awf-core/src/site/xdoc/road-map.xml
URL: http://svn.apache.org/viewvc/incubator/awf/trunk/awf-core/src/site/xdoc/road-map.xml?rev=1293046&r1=1292967&r2=1293046&view=diff
==============================================================================
--- incubator/awf/trunk/awf-core/src/site/xdoc/road-map.xml (original)
+++ incubator/awf/trunk/awf-core/src/site/xdoc/road-map.xml Fri Feb 24 00:54:54 2012
@@ -17,7 +17,7 @@
 <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
 	<properties>
-		<title>Apache Deft - Road Map</title>
+		<title>Apache AWF - Road Map</title>
 	</properties>
 	<body>
 		<section name="Road Map">
@@ -28,7 +28,7 @@
 				<p>
 					The work intended for current versions can be reviewed on
 					<a
-						href="https://issues.apache.org/jira/browse/DEFT#selectedTab=com.atlassian.jira.plugin.system.project%3Aroadmap-panel">JIRA</a>
+						href="https://issues.apache.org/jira/browse/AWF#selectedTab=com.atlassian.jira.plugin.system.project%3Aroadmap-panel">JIRA</a>
 					.
 				</p>
 			</subsection>
@@ -37,7 +37,7 @@
 				<p>
 					Previous versions can also be viewed on JIRA,
 					<a
-						href="https://issues.apache.org/jira/browse/DEFT#selectedTab=com.atlassian.jira.plugin.system.project%3Aversions-panel">here</a>
+						href="https://issues.apache.org/jira/browse/AWF#selectedTab=com.atlassian.jira.plugin.system.project%3Aversions-panel">here</a>
 					.
 				</p>
 			</subsection>

Modified: incubator/awf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/awf/trunk/pom.xml?rev=1293046&r1=1293045&r2=1293046&view=diff
==============================================================================
--- incubator/awf/trunk/pom.xml (original)
+++ incubator/awf/trunk/pom.xml Fri Feb 24 00:54:54 2012
@@ -25,6 +25,14 @@
 
 	<name>Apache AWF Parent</name>
 
+    <scm>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/awf/trunk/
+		</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/awf/trunk/
+		</developerConnection>
+		<url>http://svn.apache.org/viewvc/incubator/awf/trunk/</url>
+	</scm>
+
 	<!-- Please keep AWF references at the top, and
 		all others in alphabetical order. -->
 	<properties>
@@ -123,4 +131,5 @@
 		<module>awf-example-gossip</module>
 		<module>awf-example-handlers</module>
 	</modules>
+
 </project>
\ No newline at end of file