From 216e14599cdb3742cb07c87c65e70ffe7967ae39 Mon Sep 17 00:00:00 2001 From: markt Date: Fri, 14 Jan 2011 11:57:22 +0000 Subject: [PATCH] Remove unused files git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1058971 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/catalina/ha/Constants.java | 31 ---------------------- .../org/apache/catalina/ha/LocalStrings.properties | 16 ----------- .../apache/catalina/ha/LocalStrings_es.properties | 16 ----------- .../apache/catalina/ha/LocalStrings_fr.properties | 17 ------------ 4 files changed, 80 deletions(-) delete mode 100644 java/org/apache/catalina/ha/Constants.java delete mode 100644 java/org/apache/catalina/ha/LocalStrings.properties delete mode 100644 java/org/apache/catalina/ha/LocalStrings_es.properties delete mode 100644 java/org/apache/catalina/ha/LocalStrings_fr.properties diff --git a/java/org/apache/catalina/ha/Constants.java b/java/org/apache/catalina/ha/Constants.java deleted file mode 100644 index cc59d526b..000000000 --- a/java/org/apache/catalina/ha/Constants.java +++ /dev/null @@ -1,31 +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. - */ - - -package org.apache.catalina.ha; - -/** - * Manifest constants for the org.apache.catalina.ha - * package. - * - * @author Bip Thelin - * @version $Id$ - */ - -public final class Constants { - public static final String Package = "org.apache.catalina.ha"; -} diff --git a/java/org/apache/catalina/ha/LocalStrings.properties b/java/org/apache/catalina/ha/LocalStrings.properties deleted file mode 100644 index e9bab46b8..000000000 --- a/java/org/apache/catalina/ha/LocalStrings.properties +++ /dev/null @@ -1,16 +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. - -cluster.mbean.register.already=MBean {0} already registered! diff --git a/java/org/apache/catalina/ha/LocalStrings_es.properties b/java/org/apache/catalina/ha/LocalStrings_es.properties deleted file mode 100644 index 7652bc23f..000000000 --- a/java/org/apache/catalina/ha/LocalStrings_es.properties +++ /dev/null @@ -1,16 +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. - -cluster.mbean.register.already = \u00A1El MBean {0} ya est\u00E1 registrado\! diff --git a/java/org/apache/catalina/ha/LocalStrings_fr.properties b/java/org/apache/catalina/ha/LocalStrings_fr.properties deleted file mode 100644 index 11b48e68e..000000000 --- a/java/org/apache/catalina/ha/LocalStrings_fr.properties +++ /dev/null @@ -1,17 +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. - -cluster.mbean.register.already=MBean {0} d\u00e9j\u00e0 enregistr\u00e9! - -- 2.11.0