Author: gertv
Date: Fri Mar 28 09:33:25 2014
New Revision: 1582650

URL: http://svn.apache.org/r1582650
Log:
Update ServiceMix 5 source locations

Added:
    servicemix/website/trunk/src/main/webapp/developers/source/_git-source.scaml
    servicemix/website/trunk/src/main/webapp/developers/source/smx-source.page
Removed:
    servicemix/website/trunk/src/main/webapp/developers/source/smx5-source.page
Modified:
    servicemix/website/trunk/src/main/webapp/developers/source.page

Modified: servicemix/website/trunk/src/main/webapp/developers/source.page
URL: 
http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/developers/source.page?rev=1582650&r1=1582649&r2=1582650&view=diff
==============================================================================
--- servicemix/website/trunk/src/main/webapp/developers/source.page (original)
+++ servicemix/website/trunk/src/main/webapp/developers/source.page Fri Mar 28 
09:33:25 2014
@@ -5,6 +5,12 @@ title: Source
 At the Apache ServiceMix project, we are maintaining a few versions of 
ServiceMix, each of which has its own set of modules, components, ...
 The information on this page will show you where the source code lives for all 
these different bits and pieces, as well as provide you with instructions on 
how to build the projects.
 
+h2. [ServiceMix|smx-source]
+
+For ServiceMix 5 and higher, we have switched back to a single code repository 
that contains the entire project codebase.
+
+* [ServiceMix|smx-source]: ServiceMix 5 container based on Apache Karaf
+
 h2. [ServiceMix 3.x|smx3-source]
 
 ServiceMix 3.x consists of a number of different subprojects that need to be 
built independently:
@@ -24,10 +30,6 @@ ServiceMix 4.x consists of a number of d
 * [ServiceMix 4 Features|smx4-features-source]: ServiceMix 4 container based 
on Apache Karaf
 * [ServiceMix Archetypes|archetypes-source]: a set of Maven archetypes
 
-h2. [ServiceMix 5.x|smx5-source]
-
-ServiceMix 5.x is our next major version of Apache ServiceMix.  Have a look at 
the road map to find out more about this project.
-
 h2. [Documentation|documentation-source]
 
 The ServiceMix documentation project aims to build a set of manuals for 
ServiceMix using [Scalate|http://scalate.fusesource.org].

Added: 
servicemix/website/trunk/src/main/webapp/developers/source/_git-source.scaml
URL: 
http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/developers/source/_git-source.scaml?rev=1582650&view=auto
==============================================================================
--- 
servicemix/website/trunk/src/main/webapp/developers/source/_git-source.scaml 
(added)
+++ 
servicemix/website/trunk/src/main/webapp/developers/source/_git-source.scaml 
Fri Mar 28 09:33:25 2014
@@ -0,0 +1,42 @@
+-@ val overview: String
+-@ val building: String
+-@ val git: String
+
+= unescape(overview)
+
+%h2 Browsing the Source Tree
+
+%h3 Web Browsing of Git repository
+%p To browse the Git repo, use the following URL:
+%div.panel
+  %p
+    - var url = "https://git-wip-us.apache.org/repos/asf?p=%s.git".format(git)
+    %a{:href => url}= url
+
+%h3 Read-only mirror at git.apache.org
+%p There is a read-only mirror for this repository available at git.apache.org
+%div.panel
+  %p
+    - url = "git://git.apache.org/%s.git".format(git)
+    %a{:href => url}= url
+
+%h3 Read-only mirror at GitHub
+%p There is a read-only mirror for this repository available at GitHub
+%div.panel
+  %p
+    - url = "https://github.com/apache/%s".format(git)
+    %a{:href => url}= url
+
+%h2 Checking out the Source Tree
+
+%h3 Checkout from the ServiceMix Git Repo
+%P This project's Git repository can be checked out anonymously using the 
following command:
+%div.panel
+  %p
+    %strong
+      %tt= "git clone 
https://git-wip-us.apache.org/repos/asf?p=%s.git".format(git)
+
+%p
+  %strong Only project developers can commit to the Git repository via this 
method.
+
+= unescape(building)
\ No newline at end of file

Added: 
servicemix/website/trunk/src/main/webapp/developers/source/smx-source.page
URL: 
http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/developers/source/smx-source.page?rev=1582650&view=auto
==============================================================================
--- servicemix/website/trunk/src/main/webapp/developers/source/smx-source.page 
(added)
+++ servicemix/website/trunk/src/main/webapp/developers/source/smx-source.page 
Fri Mar 28 09:33:25 2014
@@ -0,0 +1,21 @@
+---
+title: ServiceMix 5 Source
+--- name:overview pipeline:conf
+
+h1. ServiceMix Project
+
+The ServiceMix project contains the codebase for all future ServiceMix 
releases, starting with Apache ServiceMix 5.0.0
+
+--- name:building pipeline:conf
+
+h2. Building
+
+This project is a normal Maven build.  Just use *{{mvn clean install}}* to 
build.
+
+--- name:content pipeline:ssp
+<%@ val overview : String %>
+<%@ val building : String %>
+
+<% render("/developers/source/_git-source.scaml", Map("overview" -> overview,
+                                                      "building" -> building,
+                                                      "git" -> "servicemix")) 
%>


Reply via email to