Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 22057200BD8 for ; Tue, 1 Nov 2016 11:21:35 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 20D0C160AF7; Tue, 1 Nov 2016 10:21:35 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1535D160B0D for ; Tue, 1 Nov 2016 11:21:33 +0100 (CET) Received: (qmail 4877 invoked by uid 500); 1 Nov 2016 10:21:33 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 3321 invoked by uid 99); 1 Nov 2016 10:21:31 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2016 10:21:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 759FFF171A; Tue, 1 Nov 2016 10:21:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: martyntaylor@apache.org To: commits@activemq.apache.org Date: Tue, 01 Nov 2016 10:21:55 -0000 Message-Id: In-Reply-To: <946fdf1a60374583bdb985ee6a3441f8@git.apache.org> References: <946fdf1a60374583bdb985ee6a3441f8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [26/34] activemq-artemis git commit: ARTEMIS-790 Added Configuration conversion tooL archived-at: Tue, 01 Nov 2016 10:21:35 -0000 http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/e1bc0a36/artemis-tools/src/test/resources/artemis-server.xsd ---------------------------------------------------------------------- diff --git a/artemis-tools/src/test/resources/artemis-server.xsd b/artemis-tools/src/test/resources/artemis-server.xsd new file mode 100644 index 0000000..1e2e816 --- /dev/null +++ b/artemis-tools/src/test/resources/artemis-server.xsd @@ -0,0 +1,46 @@ + + + + + + + Root element for a document specifying the configuration + of a single "standalone" server that does not operate + as part of a domain. + + + + + + + + A profile declaration may include configuration + elements from other namespaces for the subsystems that make up the profile. + + + + + + + + http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/e1bc0a36/artemis-tools/src/test/resources/broker.xml ---------------------------------------------------------------------- diff --git a/artemis-tools/src/test/resources/broker.xml b/artemis-tools/src/test/resources/broker.xml new file mode 100644 index 0000000..bd33d59 --- /dev/null +++ b/artemis-tools/src/test/resources/broker.xml @@ -0,0 +1,64 @@ + + + + + + + + + + false + + + + vm://0 + + + + vm://0 + + + + + + + + + + + + + + + + + + +
bar
+
+ +
afar
+ true + +
+
+
+ +
http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/e1bc0a36/artemis-tools/src/test/resources/replace/broker.xml ---------------------------------------------------------------------- diff --git a/artemis-tools/src/test/resources/replace/broker.xml b/artemis-tools/src/test/resources/replace/broker.xml new file mode 100644 index 0000000..bd33d59 --- /dev/null +++ b/artemis-tools/src/test/resources/replace/broker.xml @@ -0,0 +1,64 @@ + + + + + + + + + + false + + + + vm://0 + + + + vm://0 + + + + + + + + + + + + + + + + + + +
bar
+
+ +
afar
+ true + +
+
+
+ +
http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/e1bc0a36/artemis-tools/src/test/resources/replace/broker2.xml ---------------------------------------------------------------------- diff --git a/artemis-tools/src/test/resources/replace/broker2.xml b/artemis-tools/src/test/resources/replace/broker2.xml new file mode 100644 index 0000000..bd33d59 --- /dev/null +++ b/artemis-tools/src/test/resources/replace/broker2.xml @@ -0,0 +1,64 @@ + + + + + + + + + + false + + + + vm://0 + + + + vm://0 + + + + + + + + + + + + + + + + + + +
bar
+
+ +
afar
+ true + +
+
+
+ +
http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/e1bc0a36/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index eefc4cd..cd43231 100644 --- a/pom.xml +++ b/pom.xml @@ -56,6 +56,7 @@ integration/activemq-aerogear-integration integration/activemq-vertx-integration artemis-distribution + artemis-tools tests artemis-features