Modified: incubator/activemq/branches/activemq-4.0/systest/jmscts/config/log4j.xml URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/systest/jmscts/config/log4j.xml?rev=433295&r1=433294&r2=433295&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/systest/jmscts/config/log4j.xml (original) +++ incubator/activemq/branches/activemq-4.0/systest/jmscts/config/log4j.xml Mon Aug 21 10:24:20 2006 @@ -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. +--> <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd"> <log4j:configuration xmlns:log4j='http://jakarta.apache.org/log4j/'>
Modified: incubator/activemq/branches/activemq-4.0/systest/jmscts/config/providers.xml URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/systest/jmscts/config/providers.xml?rev=433295&r1=433294&r2=433295&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/systest/jmscts/config/providers.xml (original) +++ incubator/activemq/branches/activemq-4.0/systest/jmscts/config/providers.xml Mon Aug 21 10:24:20 2006 @@ -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. +--> <!-- ====================================================================== --> <!-- Sample provider configuration file --> Modified: incubator/activemq/branches/activemq-4.0/systest/jmscts/maven.xml URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/systest/jmscts/maven.xml?rev=433295&r1=433294&r2=433295&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/systest/jmscts/maven.xml (original) +++ incubator/activemq/branches/activemq-4.0/systest/jmscts/maven.xml Mon Aug 21 10:24:20 2006 @@ -1,3 +1,19 @@ +<!-- + 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 default="testall" xmlns:j="jelly:core"> <goal name="testall" prereqs="setclasspath" Modified: incubator/activemq/branches/activemq-4.0/systest/jmscts/resources/metadata.xml URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/systest/jmscts/resources/metadata.xml?rev=433295&r1=433294&r2=433295&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/systest/jmscts/resources/metadata.xml (original) +++ incubator/activemq/branches/activemq-4.0/systest/jmscts/resources/metadata.xml Mon Aug 21 10:24:20 2006 @@ -1,3 +1,19 @@ +<!-- + 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. +--> <?xml version="1.0" encoding="UTF-8"?> <meta-data> Modified: incubator/activemq/branches/activemq-4.0/systest/jmscts/resources/requirements.xml URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/systest/jmscts/resources/requirements.xml?rev=433295&r1=433294&r2=433295&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/systest/jmscts/resources/requirements.xml (original) +++ incubator/activemq/branches/activemq-4.0/systest/jmscts/resources/requirements.xml Mon Aug 21 10:24:20 2006 @@ -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. +--> <document> <description>All JMS requirements as per 1.0.2b of the specification Modified: incubator/activemq/branches/activemq-4.0/systest/jmscts/resources/xdoc2html.xsl URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/systest/jmscts/resources/xdoc2html.xsl?rev=433295&r1=433294&r2=433295&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/systest/jmscts/resources/xdoc2html.xsl (original) +++ incubator/activemq/branches/activemq-4.0/systest/jmscts/resources/xdoc2html.xsl Mon Aug 21 10:24:20 2006 @@ -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. +--> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:param name="style-path"/> Modified: incubator/activemq/branches/activemq-4.0/systest/usecases/maven.xml URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/systest/usecases/maven.xml?rev=433295&r1=433294&r2=433295&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/systest/usecases/maven.xml (original) +++ incubator/activemq/branches/activemq-4.0/systest/usecases/maven.xml Mon Aug 21 10:24:20 2006 @@ -1,3 +1,19 @@ +<!-- + 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 default="default" xmlns:j="jelly:core" xmlns:ant="jelly:ant" xmlns:maven="jelly:maven"> <goal name="default" prereqs="clean, test"/> Modified: incubator/activemq/branches/activemq-4.0/systest/usecases/project.properties URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/systest/usecases/project.properties?rev=433295&r1=433294&r2=433295&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/systest/usecases/project.properties (original) +++ incubator/activemq/branches/activemq-4.0/systest/usecases/project.properties Mon Aug 21 10:24:20 2006 @@ -1,3 +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. +##--------------------------------------------------------------------------- + # ------------------------------------------------------------------- # Build Properties # ------------------------------------------------------------------- Modified: incubator/activemq/branches/activemq-4.0/systest/usecases/src/conf/activemq.xml URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/systest/usecases/src/conf/activemq.xml?rev=433295&r1=433294&r2=433295&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/systest/usecases/src/conf/activemq.xml (original) +++ incubator/activemq/branches/activemq-4.0/systest/usecases/src/conf/activemq.xml Mon Aug 21 10:24:20 2006 @@ -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. +--> <!DOCTYPE beans PUBLIC "-//ACTIVEMQ//DTD//EN" "http://activemq.org/dtd/activemq.dtd"> <beans> Modified: incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/ActiveMQQueueReceiver.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/ActiveMQQueueReceiver.java?rev=433295&r1=433294&r2=433295&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/ActiveMQQueueReceiver.java (original) +++ incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/ActiveMQQueueReceiver.java Mon Aug 21 10:24:20 2006 @@ -1,3 +1,19 @@ +/** + * 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 blah; import java.sql.Timestamp; Modified: incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/ActiveMQQueueSender.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/ActiveMQQueueSender.java?rev=433295&r1=433294&r2=433295&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/ActiveMQQueueSender.java (original) +++ incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/ActiveMQQueueSender.java Mon Aug 21 10:24:20 2006 @@ -1,3 +1,19 @@ +/** + * 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 blah; import java.util.Properties; Modified: incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/EmbeddedRemoteConnector.xml URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/EmbeddedRemoteConnector.xml?rev=433295&r1=433294&r2=433295&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/EmbeddedRemoteConnector.xml (original) +++ incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/EmbeddedRemoteConnector.xml Mon Aug 21 10:24:20 2006 @@ -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. +--> <!DOCTYPE beans PUBLIC "-//ACTIVEMQ//DTD//EN" "http://activemq.org/dtd/activemq.dtd"> <beans> @@ -80,4 +96,4 @@ </bean> -</beans> \ No newline at end of file +</beans> Modified: incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/rest/RESTLoadTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/rest/RESTLoadTest.java?rev=433295&r1=433294&r2=433295&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/rest/RESTLoadTest.java (original) +++ incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/rest/RESTLoadTest.java Mon Aug 21 10:24:20 2006 @@ -1,3 +1,19 @@ +/** + * 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.activemq.usecases.rest; import junit.framework.*; Modified: incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/rest/TestConsumerThread.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/rest/TestConsumerThread.java?rev=433295&r1=433294&r2=433295&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/rest/TestConsumerThread.java (original) +++ incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/rest/TestConsumerThread.java Mon Aug 21 10:24:20 2006 @@ -1,3 +1,19 @@ +/** + * 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.activemq.usecases.rest; import java.io.*; Modified: incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/rest/TestProducerThread.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/rest/TestProducerThread.java?rev=433295&r1=433294&r2=433295&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/rest/TestProducerThread.java (original) +++ incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/rest/TestProducerThread.java Mon Aug 21 10:24:20 2006 @@ -1,3 +1,19 @@ +/** + * 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.activemq.usecases.rest; import java.net.*;
