You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by le...@apache.org on 2012/12/19 19:07:28 UTC

svn commit: r1423991 - /incubator/streams/site/trunk/content/source-repository.mdtext

Author: letourneau
Date: Wed Dec 19 18:07:28 2012
New Revision: 1423991

URL: http://svn.apache.org/viewvc?rev=1423991&view=rev
Log:
editing headers

Modified:
    incubator/streams/site/trunk/content/source-repository.mdtext

Modified: incubator/streams/site/trunk/content/source-repository.mdtext
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/content/source-repository.mdtext?rev=1423991&r1=1423990&r2=1423991&view=diff
==============================================================================
--- incubator/streams/site/trunk/content/source-repository.mdtext (original)
+++ incubator/streams/site/trunk/content/source-repository.mdtext Wed Dec 19 18:07:28 2012
@@ -16,32 +16,34 @@ Notice:   Licensed to the Apache Softwar
           specific language governing permissions and limitations
           under the License.
 
-Apache Streams uses [Subversion](http://subversion.apache.org/) for version control with a [Git](http://git.apache.org/) mirror. 
+Apache Streams uses [Subversion](http://subversion.apache.org/) for version control with a [Git](http://git.apache.org/) mirror.
+
 Run the following command to check out the repository trunk:
 
-    svn checkout https://svn.apache.org/repos/asf/incubator/streams/trunk streams-trunk
+>    svn checkout https://svn.apache.org/repos/asf/incubator/streams/trunk streams-trunk
 
 OR
-    git clone git://git.apache.org/streams.git streams-trunk
+>    git clone git://git.apache.org/streams.git streams-trunk
 
 There is also a [Web UI](http://svnsearch.org/svnsearch/repos/ASF/search?path=%2Fincubator%2Fstreams) 
 which can be used to view the repository and project activity online.
 
-*Project Build Structure*
+Project Build Structure
+-----------------------
 
 Streams uses Maven 3+ as its build tool.  Below is a breakdown of the projects and components that are built or can be built using Maven.
 
-*streams-eip-routes*: contains Camel xml routes that are packaged as a
+**streams-eip-routes**: contains Camel xml routes that are packaged as a
 war.  This could be hot deployed to servicemix or packaged with
 streams-web for a servlet container or applications server deployment.
 
-*streams-osgi-components*: contains OSGI compliant java modules.  Each
+**streams-osgi-components**: contains OSGI compliant java modules.  Each
 module is packaged as an osgi bundle jar.  A uber-jar
 (streams-components) is also built that contains all of the components
 for packaging with streams-web.  Each module could be hot deployed to
 servicemix.
 
-*streams-web*: contains streams-eip-routes, streams-components.jar,
+**streams-web**: contains streams-eip-routes, streams-components.jar,
 camel web interface, and possibly a streams web interface.
 Specifically for servlet contain/application server deployment.