You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by da...@apache.org on 2015/10/05 12:34:00 UTC

svn commit: r1706790 - /aries/site/trunk/content/modules/subsystems.mdtext

Author: davidb
Date: Mon Oct  5 10:34:00 2015
New Revision: 1706790

URL: http://svn.apache.org/viewvc?rev=1706790&view=rev
Log:
Add link to downloadable subsystem gogo command bundle.

Modified:
    aries/site/trunk/content/modules/subsystems.mdtext

Modified: aries/site/trunk/content/modules/subsystems.mdtext
URL: http://svn.apache.org/viewvc/aries/site/trunk/content/modules/subsystems.mdtext?rev=1706790&r1=1706789&r2=1706790&view=diff
==============================================================================
--- aries/site/trunk/content/modules/subsystems.mdtext (original)
+++ aries/site/trunk/content/modules/subsystems.mdtext Mon Oct  5 10:34:00 2015
@@ -26,9 +26,9 @@ must be provided.)
 * [org.apache.aries.util][4]
 * [org.apache.felix.configadmin][5]
 * [org.apache.felix.coordinator][6]
-* [org.eclipse.equinox.region][8]
-* [slf4j-api][9]
-* [slf4j-simple][10] (or another slf4j binding)
+* [org.eclipse.equinox.region][7]
+* [slf4j-api][8]
+* [slf4j-simple][9] (or another slf4j binding)
 
 After installing and starting all these components the Felix runtime looks like this:
 
@@ -78,13 +78,13 @@ Each installed subsystem is represented
 The Apache Aries community provides a number of tools that facilitate working with OSGi Subsystems:
 
 * Subsystem Gogo Command - a Gogo command to work with subsystems, for more info see below.
-* [esa-ant-task][11] - an Ant task to create .esa archives.
-* [eas-maven-plugin][12] - a Maven plugin to create .esa archives.
+* [esa-ant-task][10] - an Ant task to create .esa archives.
+* [eas-maven-plugin][11] - a Maven plugin to create .esa archives.
 
 ### Subsystem Gogo Command
 
-[https://svn.apache.org/repos/asf/aries/trunk/subsystem/subsystem-gogo-command][13] contains a simple bundle with Gogo commands
-to control subsystems.
+[https://svn.apache.org/repos/asf/aries/trunk/subsystem/subsystem-gogo-command][12] contains a simple bundle with Gogo commands
+to control subsystems. This bundle can also be downloaded from [Maven Central here][13].
 
 After installing the gogo command bundle you can execute subsystem commands, for example:
 
@@ -150,14 +150,11 @@ The Aries Subsystems code base can be fo
   [4]: http://repo1.maven.org/maven2/org/apache/aries/org.apache.aries.util/1.1.0/org.apache.aries.util-1.1.0.jar
   [5]: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.configadmin/1.8.6/org.apache.felix.configadmin-1.8.6.jar
   [6]: http://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.coordinator/1.0.0/org.apache.felix.coordinator-1.0.0.jar
-  [8]: http://repo1.maven.org/maven2/org/eclipse/equinox/org.eclipse.equinox.region/1.1.0.v20120522-1841/org.eclipse.equinox.region-1.1.0.v20120522-1841.jar
-  [9]: http://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.jar
-  [10]: http://repo1.maven.org/maven2/org/slf4j/slf4j-simple/1.7.12/slf4j-simple-1.7.12.jar
-  [11]: http://aries.apache.org/modules/esaanttask.html
-  [12]: http://aries.apache.org/modules/esamavenpluginproject.html
-  [13]: https://svn.apache.org/repos/asf/aries/trunk/subsystem/subsystem-gogo-command
-  [14]: https://svn.apache.org/repos/asf/aries/trunk/subsystem
-
-
-
-
+  [7]: http://repo1.maven.org/maven2/org/eclipse/equinox/org.eclipse.equinox.region/1.1.0.v20120522-1841/org.eclipse.equinox.region-1.1.0.v20120522-1841.jar
+  [8]: http://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.jar
+  [9]: http://repo1.maven.org/maven2/org/slf4j/slf4j-simple/1.7.12/slf4j-simple-1.7.12.jar
+  [10]: http://aries.apache.org/modules/esaanttask.html
+  [11]: http://aries.apache.org/modules/esamavenpluginproject.html
+  [12]: https://svn.apache.org/repos/asf/aries/trunk/subsystem/subsystem-gogo-command
+  [13]: http://search.maven.org/remotecontent?filepath=org/apache/aries/subsystem/org.apache.aries.subsystem.gogo-command/1.0.0/org.apache.aries.subsystem.gogo-command-1.0.0.jar
+  [14]: https://svn.apache.org/repos/asf/aries/trunk/subsystem
\ No newline at end of file