Repository: qpid-site Updated Branches: refs/heads/asf-site 28b459c41 -> f3f5c10b2
QPID-7640: For broker-j and jms-amqp-0-x change svn to git and remove references to svn. Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/99945e3c Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/99945e3c Diff: http://git-wip-us.apache.org/repos/asf/qpid-site/diff/99945e3c Branch: refs/heads/asf-site Commit: 99945e3c6e99c8e2e9f6057954656876c99a7f2a Parents: 28b459c Author: Lorenz Quack <[email protected]> Authored: Fri Apr 21 15:04:19 2017 +0100 Committer: Lorenz Quack <[email protected]> Committed: Mon Apr 24 10:59:29 2017 +0100 ---------------------------------------------------------------------- content/components/java-broker/index.html | 4 ++-- content/components/jms/amqp-0-x.html | 7 +++++++ content/dashboard.html | 4 ++-- content/source-code.html | 10 ---------- input/components/java-broker/index.md | 4 ++-- input/components/jms/amqp-0-x.md | 5 +++++ input/dashboard.md | 2 +- input/source-code.md | 9 --------- 8 files changed, 19 insertions(+), 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-site/blob/99945e3c/content/components/java-broker/index.html ---------------------------------------------------------------------- diff --git a/content/components/java-broker/index.html b/content/components/java-broker/index.html index b13515d..5aa38fa 100644 --- a/content/components/java-broker/index.html +++ b/content/components/java-broker/index.html @@ -185,8 +185,8 @@ that stores, routes, and forwards messages using AMQP.</p> <h2 id="source-code">Source code</h2> <ul> -<li><a href="https://github.com/apache/qpid-java">Browse via GitHub</a></li> -<li><a href="https://svn.apache.org/repos/asf/qpid/java/trunk">Subversion repository</a></li> +<li><a href="https://github.com/apache/qpid-broker-j">Browse via GitHub</a></li> +<li><a href="https://git-wip-us.apache.org/repos/asf/qpid-broker-j.git">Git clone URL</a></li> </ul> <h2 id="resources">Resources</h2> http://git-wip-us.apache.org/repos/asf/qpid-site/blob/99945e3c/content/components/jms/amqp-0-x.html ---------------------------------------------------------------------- diff --git a/content/components/jms/amqp-0-x.html b/content/components/jms/amqp-0-x.html index 01acd5b..4f5014f 100644 --- a/content/components/jms/amqp-0-x.html +++ b/content/components/jms/amqp-0-x.html @@ -158,6 +158,13 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/> <li><a href="http://issues.apache.org/jira/browse/QPID/component/12311389">Jira component page</a></li> </ul> +<h2 id="source-code">Source code</h2> + +<ul> +<li><a href="https://github.com/apache/qpid-jms-amqp-0-x">Browse via GitHub</a></li> +<li><a href="https://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x.git">Git clone URL</a></li> +</ul> + <hr/> http://git-wip-us.apache.org/repos/asf/qpid-site/blob/99945e3c/content/dashboard.html ---------------------------------------------------------------------- diff --git a/content/dashboard.html b/content/dashboard.html index e595867..6f0b822 100644 --- a/content/dashboard.html +++ b/content/dashboard.html @@ -154,8 +154,8 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/> <tr> <td><a href="/components/java-broker/index.html">Java</a></td> <td><a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20QPID%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20in%20(%22Java%20Broker%22%2C%20%22Java%20Client%22%2C%20%22Java%20Common%22%2C%20%22Java%20Management%20%3A%20JMX%20Console%22%2C%20%22Java%20Performance%20Tests%22%2C%20%22Java%20Tests%22%2C%20%22Java%20Tools%22%2C%20JCA)%20ORDER%20BY%20priority%20DESC">Open issues</a> — <a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&issuetype=1&components=12311388&components=12311389&summary=[Enter%20a%20brief%20description]&priority=3">New bug</a> — <a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&issuetype=4&components=12311388&components=12311389&summary=[Enter%20a%20brief%20description]&priority=3">New improvement</a></td> - <td><a href="https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-Java-Java-Test-IBMJDK1.7/">Java 7</a>, <a href="https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-Java-Java-Test-JDK1.8/">Java 8</a></td> - <td><a href="https://svn.apache.org/repos/asf/qpid/java/trunk">Subversion</a>, <a href="https://github.com/apache/qpid-java">GitHub mirror</a></td> + <td><a href="https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-BrokerForJava-JDK1.8/">Java 8</a></td> + <td><a href="https://git-wip-us.apache.org/repos/asf/qpid-broker-j.git">Git</a>, <a href="https://github.com/apache/qpid-broker-j">GitHub mirror</a></td> </tr> <tr> <td><a href="/components/messaging-api/index.html">Python</a></td> http://git-wip-us.apache.org/repos/asf/qpid-site/blob/99945e3c/content/source-code.html ---------------------------------------------------------------------- diff --git a/content/source-code.html b/content/source-code.html index a49ee0e..b78382e 100644 --- a/content/source-code.html +++ b/content/source-code.html @@ -138,13 +138,6 @@ with its URL, e.g for Qpid JMS:</p> <p>Alternatively, you can use the mirror repositories available on GitHub to create your own fork.</p> -<p>To access code from a Subversion repository, use the <code>svn checkout</code> command -with its URL, .e.g for Qpid for Java:</p> - -<pre><code>Qpid for Java -% svn checkout http://svn.apache.org/repos/asf/qpid/java/trunk qpid-java -</code></pre> - <h2 id="install-the-code">Install the code</h2> <p>Consult the install documentation below, or see the respective component @@ -192,9 +185,6 @@ servers.</p> <h2 id="more-information">More information</h2> <ul> -<li><a href="http://subversion.apache.org/">Subversion project</a></li> -<li><a href="http://svnbook.red-bean.com/">Subversion manual</a></li> -<li><a href="http://www.apache.org/dev/version-control.html">Subversion at Apache</a></li> <li><a href="http://git-scm.com">Git project</a></li> <li><a href="http://git-scm.com/documentation">Git documentation</a></li> <li><a href="http://www.apache.org/dev/git.html">Git at Apache</a></li> http://git-wip-us.apache.org/repos/asf/qpid-site/blob/99945e3c/input/components/java-broker/index.md ---------------------------------------------------------------------- diff --git a/input/components/java-broker/index.md b/input/components/java-broker/index.md index 579c6e9..53447cc 100644 --- a/input/components/java-broker/index.md +++ b/input/components/java-broker/index.md @@ -81,8 +81,8 @@ that stores, routes, and forwards messages using AMQP. ## Source code - - [Browse via GitHub](https://github.com/apache/qpid-java) - - [Subversion repository](https://svn.apache.org/repos/asf/qpid/java/trunk) + - [Browse via GitHub](https://github.com/apache/qpid-broker-j) + - [Git clone URL](https://git-wip-us.apache.org/repos/asf/qpid-broker-j.git) ## Resources http://git-wip-us.apache.org/repos/asf/qpid-site/blob/99945e3c/input/components/jms/amqp-0-x.md ---------------------------------------------------------------------- diff --git a/input/components/jms/amqp-0-x.md b/input/components/jms/amqp-0-x.md index 796a31c..f31bc1c 100644 --- a/input/components/jms/amqp-0-x.md +++ b/input/components/jms/amqp-0-x.md @@ -35,3 +35,8 @@ The client is also available [via Maven]({{site_url}}/maven.html). - [Report a bug](http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&issuetype=1&priority=3&components=12311389) - [Request an improvement](http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&issuetype=4&priority=3&components=12311389) - [Jira component page](http://issues.apache.org/jira/browse/QPID/component/12311389) + +## Source code + + - [Browse via GitHub](https://github.com/apache/qpid-jms-amqp-0-x) + - [Git clone URL](https://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x.git) http://git-wip-us.apache.org/repos/asf/qpid-site/blob/99945e3c/input/dashboard.md ---------------------------------------------------------------------- diff --git a/input/dashboard.md b/input/dashboard.md index db95e3a..b138622 100644 --- a/input/dashboard.md +++ b/input/dashboard.md @@ -41,7 +41,7 @@ | Module | Issues | Test builds | Source code | | ------ | ------ | ----------- | ----------- | | [C++]({{site_url}}/components/cpp-broker/index.html) | [Open issues](https://issues.apache.org/jira/issues/?jql=project%20%3D%20QPID%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20in%20(%22C%2B%2B%20Build%22%2C%20%22C%2B%2B%20Broker%22%2C%20%22C%2B%2B%20Client%22%2C%20%22C%2B%2B%20Clustering%22%2C%20%22C%2B%2B%20Documentation%22%2C%20%22C%2B%2B%20Examples%22%2C%20%22C%2B%2B%20Tests%22%2C%20%22C%2B%2B%20Tools%22%2C%20%22.NET%20Client%22%2C%20%22Python%20Client%20(Wrapped)%22%2C%20%22QMF%22%2C%20%22Ruby%20Client%22)%20ORDER%20BY%20priority%20DESC) — [New bug](https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&issuetype=1&components=12311395&components=12311396&summary=[Enter%20a%20brief%20description]&priority=3) — [New improvement](https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&issuetype=4&components=12311395&components=12311396&summary=[Enter%20a%20brief%20description]&priority=3) | [Linux](http s://builds.apache.org/view/M-R/view/Qpid/job/Qpid-cpp-trunk-test/) | [Git](https://git-wip-us.apache.org/repos/asf/qpid-cpp.git), [GitHub mirror](https://github.com/apache/qpid-cpp) | -| [Java]({{site_url}}/components/java-broker/index.html) | [Open issues](https://issues.apache.org/jira/issues/?jql=project%20%3D%20QPID%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20in%20\(%22Java%20Broker%22%2C%20%22Java%20Client%22%2C%20%22Java%20Common%22%2C%20%22Java%20Management%20%3A%20JMX%20Console%22%2C%20%22Java%20Performance%20Tests%22%2C%20%22Java%20Tests%22%2C%20%22Java%20Tools%22%2C%20JCA\)%20ORDER%20BY%20priority%20DESC) — [New bug](https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&issuetype=1&components=12311388&components=12311389&summary=[Enter%20a%20brief%20description]&priority=3) — [New improvement](https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&issuetype=4&components=12311388&components=12311389&summary=[Enter%20a%20brief%20description]&priority=3) | [Java 7](https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-Java-Java-Test-IBMJDK1.7/), [Java 8](https://builds.apache.org /view/M-R/view/Qpid/job/Qpid-Java-Java-Test-JDK1.8/) | [Subversion](https://svn.apache.org/repos/asf/qpid/java/trunk), [GitHub mirror](https://github.com/apache/qpid-java) | +| [Java]({{site_url}}/components/java-broker/index.html) | [Open issues](https://issues.apache.org/jira/issues/?jql=project%20%3D%20QPID%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20in%20\(%22Java%20Broker%22%2C%20%22Java%20Client%22%2C%20%22Java%20Common%22%2C%20%22Java%20Management%20%3A%20JMX%20Console%22%2C%20%22Java%20Performance%20Tests%22%2C%20%22Java%20Tests%22%2C%20%22Java%20Tools%22%2C%20JCA\)%20ORDER%20BY%20priority%20DESC) — [New bug](https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&issuetype=1&components=12311388&components=12311389&summary=[Enter%20a%20brief%20description]&priority=3) — [New improvement](https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&issuetype=4&components=12311388&components=12311389&summary=[Enter%20a%20brief%20description]&priority=3) | [Java 8](https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-BrokerForJava-JDK1.8/) | [Git](https://git-wip-us.apache.org/r epos/asf/qpid-broker-j.git), [GitHub mirror](https://github.com/apache/qpid-broker-j) | | [Python]({{site_url}}/components/messaging-api/index.html) | [Open issues](https://issues.apache.org/jira/issues/?jql=project%20%3D%20QPID%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20in%20\(%22Python%20Client%22%2C%20%22Python%20Test%20Suite%22\)%20ORDER%20BY%20priority%20DESC) — [New bug](https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&issuetype=1&components=12311544&summary=[Enter%20a%20brief%20description]&priority=3) — [New improvement](https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&issuetype=4&components=12311544&summary=[Enter%20a%20brief%20description]&priority=3) | - | [Git](https://git-wip-us.apache.org/repos/asf/qpid-python.git), [GitHub mirror](https://github.com/apache/qpid-python) | | [Dispatch]({{site_url}}/components/dispatch-router/index.html) | [Open issues](https://issues.apache.org/jira/issues/?jql=project%20%3D%20DISPATCH%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC) — [New bug](https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12315321&issuetype=1&summary=[Enter%20a%20brief%20description]&priority=3) — [New improvement](https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12315321&issuetype=4&summary=[Enter%20a%20brief%20description]&priority=3) | - | [Git](https://git-wip-us.apache.org/repos/asf/qpid-dispatch.git), [GitHub mirror](https://github.com/apache/qpid-dispatch) | | [Interop Test]({{site_url}}/components/interop-test/index.html) | [Open issues](https://issues.apache.org/jira/issues/?jql=project%20%3D%20QPIDIT%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC) — [New bug](https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12318621&issuetype=1&summary=[Enter%20a%20brief%20description]&priority=3) — [New improvement](https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12318621&issuetype=4&summary=[Enter%20a%20brief%20description]&priority=3) | - | [Git](https://git-wip-us.apache.org/repos/asf/qpid-interop-test.git) | http://git-wip-us.apache.org/repos/asf/qpid-site/blob/99945e3c/input/source-code.md ---------------------------------------------------------------------- diff --git a/input/source-code.md b/input/source-code.md index 8d8634f..f903bde 100644 --- a/input/source-code.md +++ b/input/source-code.md @@ -41,12 +41,6 @@ with its URL, e.g for Qpid JMS: Alternatively, you can use the mirror repositories available on GitHub to create your own fork. -To access code from a Subversion repository, use the `svn checkout` command -with its URL, .e.g for Qpid for Java: - - Qpid for Java - % svn checkout http://svn.apache.org/repos/asf/qpid/java/trunk qpid-java - ## Install the code Consult the install documentation below, or see the respective component @@ -87,9 +81,6 @@ servers. ## More information - - [Subversion project](http://subversion.apache.org/) - - [Subversion manual](http://svnbook.red-bean.com/) - - [Subversion at Apache](http://www.apache.org/dev/version-control.html) - [Git project](http://git-scm.com) - [Git documentation](http://git-scm.com/documentation) - [Git at Apache](http://www.apache.org/dev/git.html) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
