You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by al...@apache.org on 2020/11/06 19:28:59 UTC

[camel] branch master updated: camel-msv: Removed useless files as only RNG XML syntax is supported

This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 69c7336  camel-msv: Removed useless files as only RNG XML syntax is supported
69c7336 is described below

commit 69c7336b5083d3e62eeb15bb209dfcca60dcf8bb
Author: aldettinger <al...@gmail.com>
AuthorDate: Fri Nov 6 19:21:39 2020 +0100

    camel-msv: Removed useless files as only RNG XML syntax is supported
---
 .../services/org/apache/camel/component/rnc        | 18 ------------------
 .../camel/component/validator/msv/schema.rnc       | 22 ----------------------
 2 files changed, 40 deletions(-)

diff --git a/components/camel-msv/src/test/resources/META-INF/services/org/apache/camel/component/rnc b/components/camel-msv/src/test/resources/META-INF/services/org/apache/camel/component/rnc
deleted file mode 100644
index 06a6d69..0000000
--- a/components/camel-msv/src/test/resources/META-INF/services/org/apache/camel/component/rnc
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# 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.
-#
-
-class=org.apache.camel.component.validator.msv.RelaxNGComponent
\ No newline at end of file
diff --git a/components/camel-msv/src/test/resources/org/apache/camel/component/validator/msv/schema.rnc b/components/camel-msv/src/test/resources/org/apache/camel/component/validator/msv/schema.rnc
deleted file mode 100644
index 587aa03..0000000
--- a/components/camel-msv/src/test/resources/org/apache/camel/component/validator/msv/schema.rnc
+++ /dev/null
@@ -1,22 +0,0 @@
-## ------------------------------------------------------------------------
-## 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.
-## ------------------------------------------------------------------------
-default namespace = "http://foo.com/bar"
-
-element mail {
-  element subject { text },
-  element body { text }
-}
\ No newline at end of file