You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2015/05/20 19:42:06 UTC

[1/2] activemq-artemis git commit: removing defunct design-guide docs

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 97210427d -> a2a88625d


removing defunct design-guide docs


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/25287a9a
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/25287a9a
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/25287a9a

Branch: refs/heads/master
Commit: 25287a9ab3ff26c9137dc1343137f3ec437cf062
Parents: 9721042
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed May 20 13:37:38 2015 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed May 20 13:37:38 2015 -0400

----------------------------------------------------------------------
 .../src/main/assembly/source-assembly.xml       |   1 -
 docs/design-guide/en/about.md                   |   4 ----
 docs/design-guide/en/clustering.md              |  23 -------------------
 docs/design-guide/en/diagrams/design-docs.odg   | Bin 11896 -> 0 bytes
 .../en/images/hornetQ_logo_600px.png            | Bin 23866 -> 0 bytes
 docs/design-guide/en/images/topology-update.jpg | Bin 94951 -> 0 bytes
 docs/design-guide/en/notice.md                  |  17 --------------
 7 files changed, 45 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25287a9a/artemis-distribution/src/main/assembly/source-assembly.xml
----------------------------------------------------------------------
diff --git a/artemis-distribution/src/main/assembly/source-assembly.xml b/artemis-distribution/src/main/assembly/source-assembly.xml
index acd4954..2f1dea7 100644
--- a/artemis-distribution/src/main/assembly/source-assembly.xml
+++ b/artemis-distribution/src/main/assembly/source-assembly.xml
@@ -43,7 +43,6 @@
             <exclude>data/</exclude>
 
             <!-- Exclude all docs except user manual -->
-            <exclude>docs/design-guide/</exclude>
             <exclude>docs/diagrams/</exclude>
 
             <!-- Exclude Release and Dev files -->

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25287a9a/docs/design-guide/en/about.md
----------------------------------------------------------------------
diff --git a/docs/design-guide/en/about.md b/docs/design-guide/en/about.md
deleted file mode 100644
index 184d493..0000000
--- a/docs/design-guide/en/about.md
+++ /dev/null
@@ -1,4 +0,0 @@
-About ActiveMQ
-==============
-
-What is ActiveMQ?

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25287a9a/docs/design-guide/en/clustering.md
----------------------------------------------------------------------
diff --git a/docs/design-guide/en/clustering.md b/docs/design-guide/en/clustering.md
deleted file mode 100644
index d02bf09..0000000
--- a/docs/design-guide/en/clustering.md
+++ /dev/null
@@ -1,23 +0,0 @@
-Getting Started
-===============
-
-This chapter discusses the architecture behind clustering
-
-Discovery
-=========
-
-Discovery is done in 2 steps, initial discovery where the server locates
-another node in the cluster and topology discovery where the node finds
-out about all other nodes in the cluster
-
-Initial Discovery
------------------
-
-blah blah blah, UDP, static connectors etc etc
-
-Topology Discovery
-------------------
-
-blah blah blah, topology etc
-
-![ActiveMQ Artemis topology-update.jpg](images/topology-update.jpg)

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25287a9a/docs/design-guide/en/diagrams/design-docs.odg
----------------------------------------------------------------------
diff --git a/docs/design-guide/en/diagrams/design-docs.odg b/docs/design-guide/en/diagrams/design-docs.odg
deleted file mode 100644
index 7e9e6a0..0000000
Binary files a/docs/design-guide/en/diagrams/design-docs.odg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25287a9a/docs/design-guide/en/images/hornetQ_logo_600px.png
----------------------------------------------------------------------
diff --git a/docs/design-guide/en/images/hornetQ_logo_600px.png b/docs/design-guide/en/images/hornetQ_logo_600px.png
deleted file mode 100644
index b71f4ba..0000000
Binary files a/docs/design-guide/en/images/hornetQ_logo_600px.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25287a9a/docs/design-guide/en/images/topology-update.jpg
----------------------------------------------------------------------
diff --git a/docs/design-guide/en/images/topology-update.jpg b/docs/design-guide/en/images/topology-update.jpg
deleted file mode 100644
index 3cef419..0000000
Binary files a/docs/design-guide/en/images/topology-update.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25287a9a/docs/design-guide/en/notice.md
----------------------------------------------------------------------
diff --git a/docs/design-guide/en/notice.md b/docs/design-guide/en/notice.md
deleted file mode 100644
index 2b2cdc2..0000000
--- a/docs/design-guide/en/notice.md
+++ /dev/null
@@ -1,17 +0,0 @@
-Legal Notice
-============
-
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements. See the NOTICE file distributed with
-this work for additional information regarding copyright ownership. The
-ASF licenses this file to You under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance with the
-License. You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.


[2/2] activemq-artemis git commit: This closes #273 remove design doc

Posted by jb...@apache.org.
This closes #273 remove design doc


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/a2a88625
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/a2a88625
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/a2a88625

Branch: refs/heads/master
Commit: a2a88625de90ba24e8dd0fe6340063c112b0dab7
Parents: 9721042 25287a9
Author: jbertram <jb...@apache.org>
Authored: Wed May 20 12:41:25 2015 -0500
Committer: jbertram <jb...@apache.org>
Committed: Wed May 20 12:41:25 2015 -0500

----------------------------------------------------------------------
 .../src/main/assembly/source-assembly.xml       |   1 -
 docs/design-guide/en/about.md                   |   4 ----
 docs/design-guide/en/clustering.md              |  23 -------------------
 docs/design-guide/en/diagrams/design-docs.odg   | Bin 11896 -> 0 bytes
 .../en/images/hornetQ_logo_600px.png            | Bin 23866 -> 0 bytes
 docs/design-guide/en/images/topology-update.jpg | Bin 94951 -> 0 bytes
 docs/design-guide/en/notice.md                  |  17 --------------
 7 files changed, 45 deletions(-)
----------------------------------------------------------------------