Author: markt Date: Sun Aug 12 16:27:44 2007 New Revision: 565201 URL: http://svn.apache.org/viewvc?view=rev&rev=565201 Log: License updates for the storeconfig module
Modified: tomcat/container/tc5.5.x/modules/storeconfig/build.xml tomcat/container/tc5.5.x/modules/storeconfig/docs/Readme.txt tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/LocalStrings.properties tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/mbeans-descriptors.xml tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/server-registry.xml tomcat/container/tc5.5.x/modules/storeconfig/test/build.xml tomcat/container/tc5.5.x/modules/storeconfig/test/conf/context.xml tomcat/container/tc5.5.x/modules/storeconfig/test/conf/log4j.xml tomcat/container/tc5.5.x/modules/storeconfig/test/conf/server-registry-test.xml tomcat/container/tc5.5.x/modules/storeconfig/test/conf/server.xml tomcat/container/tc5.5.x/modules/storeconfig/test/genstore.xml tomcat/container/tc5.5.x/modules/storeconfig/test/src/share/org/apache/catalina/storeconfig/StoreContextAppenderTest.java tomcat/container/tc5.5.x/modules/storeconfig/to-do.txt Modified: tomcat/container/tc5.5.x/modules/storeconfig/build.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/storeconfig/build.xml?view=diff&rev=565201&r1=565200&r2=565201 ============================================================================== --- tomcat/container/tc5.5.x/modules/storeconfig/build.xml (original) +++ tomcat/container/tc5.5.x/modules/storeconfig/build.xml Sun Aug 12 16:27:44 2007 @@ -1,3 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <project name="StoreConfig" default="dist" basedir="."> Modified: tomcat/container/tc5.5.x/modules/storeconfig/docs/Readme.txt URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/storeconfig/docs/Readme.txt?view=diff&rev=565201&r1=565200&r2=565201 ============================================================================== --- tomcat/container/tc5.5.x/modules/storeconfig/docs/Readme.txt (original) +++ tomcat/container/tc5.5.x/modules/storeconfig/docs/Readme.txt Sun Aug 12 16:27:44 2007 @@ -1,3 +1,18 @@ + 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. + Status: Peter Roßbach Modified: tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/LocalStrings.properties?view=diff&rev=565201&r1=565200&r2=565201 ============================================================================== --- tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/LocalStrings.properties (original) +++ tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/LocalStrings.properties Sun Aug 12 16:27:44 2007 @@ -1,2 +1,17 @@ +# 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. + factory.storeTag=store tag {0} ( Object: {1} ) factory.storeNoDescriptor=Descriptor for element class {0} not configured! Modified: tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/mbeans-descriptors.xml?view=diff&rev=565201&r1=565200&r2=565201 ============================================================================== --- tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/mbeans-descriptors.xml (original) +++ tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/mbeans-descriptors.xml Sun Aug 12 16:27:44 2007 @@ -1,4 +1,20 @@ <?xml version="1.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. +--> <mbeans-descriptors> <mbean name="StoreConfig" Modified: tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/server-registry.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/server-registry.xml?view=diff&rev=565201&r1=565200&r2=565201 ============================================================================== --- tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/server-registry.xml (original) +++ tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/server-registry.xml Sun Aug 12 16:27:44 2007 @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <Registry name="Tomcat" version="5.5.18" encoding="UTF-8" > <Description tag="Server" Modified: tomcat/container/tc5.5.x/modules/storeconfig/test/build.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/storeconfig/test/build.xml?view=diff&rev=565201&r1=565200&r2=565201 ============================================================================== --- tomcat/container/tc5.5.x/modules/storeconfig/test/build.xml (original) +++ tomcat/container/tc5.5.x/modules/storeconfig/test/build.xml Sun Aug 12 16:27:44 2007 @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + 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. +--> <!-- @author Peter Rossbach --> <project name="Tomcat: StoreConfig Testcases" basedir="." default="test"> <property file="../../../../build.properties" /> Modified: tomcat/container/tc5.5.x/modules/storeconfig/test/conf/context.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/storeconfig/test/conf/context.xml?view=diff&rev=565201&r1=565200&r2=565201 ============================================================================== --- tomcat/container/tc5.5.x/modules/storeconfig/test/conf/context.xml (original) +++ tomcat/container/tc5.5.x/modules/storeconfig/test/conf/context.xml Sun Aug 12 16:27:44 2007 @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <Context cookies="false" reloadable="true"> Modified: tomcat/container/tc5.5.x/modules/storeconfig/test/conf/log4j.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/storeconfig/test/conf/log4j.xml?view=diff&rev=565201&r1=565200&r2=565201 ============================================================================== --- tomcat/container/tc5.5.x/modules/storeconfig/test/conf/log4j.xml (original) +++ tomcat/container/tc5.5.x/modules/storeconfig/test/conf/log4j.xml Sun Aug 12 16:27:44 2007 @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + 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. +--> <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd"> <!-- ===================================================================== --> <!-- --> Modified: tomcat/container/tc5.5.x/modules/storeconfig/test/conf/server-registry-test.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/storeconfig/test/conf/server-registry-test.xml?view=diff&rev=565201&r1=565200&r2=565201 ============================================================================== --- tomcat/container/tc5.5.x/modules/storeconfig/test/conf/server-registry-test.xml (original) +++ tomcat/container/tc5.5.x/modules/storeconfig/test/conf/server-registry-test.xml Sun Aug 12 16:27:44 2007 @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <Registry name="Tomcat" version="5.1.0" encoding="UTF-8" > <Description tag="Server" Modified: tomcat/container/tc5.5.x/modules/storeconfig/test/conf/server.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/storeconfig/test/conf/server.xml?view=diff&rev=565201&r1=565200&r2=565201 ============================================================================== --- tomcat/container/tc5.5.x/modules/storeconfig/test/conf/server.xml (original) +++ tomcat/container/tc5.5.x/modules/storeconfig/test/conf/server.xml Sun Aug 12 16:27:44 2007 @@ -1,3 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <!-- Example Server Configuration File --> <!-- Note that component elements are nested corresponding to their parent-child relationships with each other --> Modified: tomcat/container/tc5.5.x/modules/storeconfig/test/genstore.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/storeconfig/test/genstore.xml?view=diff&rev=565201&r1=565200&r2=565201 ============================================================================== --- tomcat/container/tc5.5.x/modules/storeconfig/test/genstore.xml (original) +++ tomcat/container/tc5.5.x/modules/storeconfig/test/genstore.xml Sun Aug 12 16:27:44 2007 @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + 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. +--> <project name="store" default="store" basedir="."> <target name="store"> Modified: tomcat/container/tc5.5.x/modules/storeconfig/test/src/share/org/apache/catalina/storeconfig/StoreContextAppenderTest.java URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/storeconfig/test/src/share/org/apache/catalina/storeconfig/StoreContextAppenderTest.java?view=diff&rev=565201&r1=565200&r2=565201 ============================================================================== --- tomcat/container/tc5.5.x/modules/storeconfig/test/src/share/org/apache/catalina/storeconfig/StoreContextAppenderTest.java (original) +++ tomcat/container/tc5.5.x/modules/storeconfig/test/src/share/org/apache/catalina/storeconfig/StoreContextAppenderTest.java Sun Aug 12 16:27:44 2007 @@ -1,4 +1,20 @@ /* + * 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. + */ +/* * Created on 24.08.2004 * * TODO To change the template for this generated file go to Modified: tomcat/container/tc5.5.x/modules/storeconfig/to-do.txt URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/storeconfig/to-do.txt?view=diff&rev=565201&r1=565200&r2=565201 ============================================================================== --- tomcat/container/tc5.5.x/modules/storeconfig/to-do.txt (original) +++ tomcat/container/tc5.5.x/modules/storeconfig/to-do.txt Sun Aug 12 16:27:44 2007 @@ -1,3 +1,18 @@ + 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. + 1. Fix new connector properties and protocolhandler for 5.5 (testcases) Work! 2. Fix context default handling (hard stuff) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]