diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-06-18 22:00:05 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-06-18 22:00:05 +0000 |
commit | d4ded3cb69b21795caa384007ebf6b91bca620c1 (patch) | |
tree | 211f73661d2793d15072c2dca520346427ab12fc /java/sca/modules/xsd-xml/src/main/resources/xsd-xml-validation-messages.properties | |
parent | ec4a83c85687c5002dd69bfc5c22913ad24fc076 (diff) |
TUSCANY-2402 - Applying Ram's patch to include new resource bundle for module
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@669308 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | java/sca/modules/xsd-xml/src/main/resources/xsd-xml-validation-messages.properties | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/java/sca/modules/xsd-xml/src/main/resources/xsd-xml-validation-messages.properties b/java/sca/modules/xsd-xml/src/main/resources/xsd-xml-validation-messages.properties new file mode 100644 index 0000000000..ab50456510 --- /dev/null +++ b/java/sca/modules/xsd-xml/src/main/resources/xsd-xml-validation-messages.properties @@ -0,0 +1,23 @@ +# +# +# 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. +# +# +ContributionReadException = ContributionReadException occured due to : {0} + + |