Modified: incubator/ode/trunk/distro-jbi/src/examples/base-sa.xml URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/base-sa.xml?view=diff&rev=523847&r1=523846&r2=523847 ============================================================================== --- incubator/ode/trunk/distro-jbi/src/examples/base-sa.xml (original) +++ incubator/ode/trunk/distro-jbi/src/examples/base-sa.xml Thu Mar 29 15:05:15 2007 @@ -1,3 +1,21 @@ +<!-- + ~ 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. + --> <!-- ANT Build File used for building JBI examples. This file is imported from each example directory, and should not
Modified: incubator/ode/trunk/distro-jbi/src/examples/base-su.xml URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/base-su.xml?view=diff&rev=523847&r1=523846&r2=523847 ============================================================================== --- incubator/ode/trunk/distro-jbi/src/examples/base-su.xml (original) +++ incubator/ode/trunk/distro-jbi/src/examples/base-su.xml Thu Mar 29 15:05:15 2007 @@ -1,3 +1,21 @@ +<!-- + ~ 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="base-su" > <import file="base.xml" /> Modified: incubator/ode/trunk/distro-jbi/src/examples/base.xml URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/examples/base.xml?view=diff&rev=523847&r1=523846&r2=523847 ============================================================================== --- incubator/ode/trunk/distro-jbi/src/examples/base.xml (original) +++ incubator/ode/trunk/distro-jbi/src/examples/base.xml Thu Mar 29 15:05:15 2007 @@ -1,3 +1,21 @@ +<!-- + ~ 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. + --> <!-- ANT Build File used for building JBI examples. This file is imported from each example directory, and should not Modified: incubator/ode/trunk/distro-jbi/src/main/assembly/assembly.xml URL: http://svn.apache.org/viewvc/incubator/ode/trunk/distro-jbi/src/main/assembly/assembly.xml?view=diff&rev=523847&r1=523846&r2=523847 ============================================================================== --- incubator/ode/trunk/distro-jbi/src/main/assembly/assembly.xml (original) +++ incubator/ode/trunk/distro-jbi/src/main/assembly/assembly.xml Thu Mar 29 15:05:15 2007 @@ -1,3 +1,21 @@ +<!-- + ~ 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. + --> <assembly> <id></id> <formats> Modified: incubator/ode/trunk/jacob-ap/src/main/java/org/apache/ode/jacob/ap/ChannelType.java URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob-ap/src/main/java/org/apache/ode/jacob/ap/ChannelType.java?view=diff&rev=523847&r1=523846&r2=523847 ============================================================================== --- incubator/ode/trunk/jacob-ap/src/main/java/org/apache/ode/jacob/ap/ChannelType.java (original) +++ incubator/ode/trunk/jacob-ap/src/main/java/org/apache/ode/jacob/ap/ChannelType.java Thu Mar 29 15:05:15 2007 @@ -1,3 +1,21 @@ +/* + * 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.ode.jacob.ap; /** Modified: incubator/ode/trunk/jacob-ap/src/main/java/org/apache/ode/jacob/ap/ChannelTypeAnnotationProcessor.java URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob-ap/src/main/java/org/apache/ode/jacob/ap/ChannelTypeAnnotationProcessor.java?view=diff&rev=523847&r1=523846&r2=523847 ============================================================================== --- incubator/ode/trunk/jacob-ap/src/main/java/org/apache/ode/jacob/ap/ChannelTypeAnnotationProcessor.java (original) +++ incubator/ode/trunk/jacob-ap/src/main/java/org/apache/ode/jacob/ap/ChannelTypeAnnotationProcessor.java Thu Mar 29 15:05:15 2007 @@ -1,3 +1,21 @@ +/* + * 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.ode.jacob.ap; import java.io.IOException; Modified: incubator/ode/trunk/jacob-ap/src/main/java/org/apache/ode/jacob/ap/JacobAnnotationProcessorFactory.java URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob-ap/src/main/java/org/apache/ode/jacob/ap/JacobAnnotationProcessorFactory.java?view=diff&rev=523847&r1=523846&r2=523847 ============================================================================== --- incubator/ode/trunk/jacob-ap/src/main/java/org/apache/ode/jacob/ap/JacobAnnotationProcessorFactory.java (original) +++ incubator/ode/trunk/jacob-ap/src/main/java/org/apache/ode/jacob/ap/JacobAnnotationProcessorFactory.java Thu Mar 29 15:05:15 2007 @@ -1,3 +1,21 @@ +/* + * 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.ode.jacob.ap; import java.util.Arrays; Modified: incubator/ode/trunk/jbi-examples/build.xml URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi-examples/build.xml?view=diff&rev=523847&r1=523846&r2=523847 ============================================================================== --- incubator/ode/trunk/jbi-examples/build.xml (original) +++ incubator/ode/trunk/jbi-examples/build.xml Thu Mar 29 15:05:15 2007 @@ -1,4 +1,22 @@ <?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="tools-bin" default="tarball"> Modified: incubator/ode/trunk/jbi-examples/pom.xml URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi-examples/pom.xml?view=diff&rev=523847&r1=523846&r2=523847 ============================================================================== --- incubator/ode/trunk/jbi-examples/pom.xml (original) +++ incubator/ode/trunk/jbi-examples/pom.xml Thu Mar 29 15:05:15 2007 @@ -1,4 +1,22 @@ <?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. + --> <project> <groupId>org.apache.ode</groupId> <artifactId>ode-jbi-examples</artifactId> Modified: incubator/ode/trunk/jbi/src/test/java/org/apache/ode/jbi/TestOdeJbiComponentLifeCycle.java URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/test/java/org/apache/ode/jbi/TestOdeJbiComponentLifeCycle.java?view=diff&rev=523847&r1=523846&r2=523847 ============================================================================== --- incubator/ode/trunk/jbi/src/test/java/org/apache/ode/jbi/TestOdeJbiComponentLifeCycle.java (original) +++ incubator/ode/trunk/jbi/src/test/java/org/apache/ode/jbi/TestOdeJbiComponentLifeCycle.java Thu Mar 29 15:05:15 2007 @@ -1,3 +1,21 @@ +/* + * 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.ode.jbi; import java.io.ByteArrayInputStream; Modified: incubator/ode/trunk/jbi/src/test/resources/HelloWorldRequest.xml URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/test/resources/HelloWorldRequest.xml?view=diff&rev=523847&r1=523846&r2=523847 ============================================================================== --- incubator/ode/trunk/jbi/src/test/resources/HelloWorldRequest.xml (original) +++ incubator/ode/trunk/jbi/src/test/resources/HelloWorldRequest.xml Thu Mar 29 15:05:15 2007 @@ -1,3 +1,21 @@ +<!-- + ~ 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. + --> <HelloRequest xmlns="urn:/HelloWorld2.wsdl"> <text>hello</text> </HelloRequest> Modified: incubator/ode/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/ode/trunk/pom.xml?view=diff&rev=523847&r1=523846&r2=523847 ============================================================================== --- incubator/ode/trunk/pom.xml (original) +++ incubator/ode/trunk/pom.xml Thu Mar 29 15:05:15 2007 @@ -1,4 +1,22 @@ <?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. + --> <project> <groupId>org.apache.ode</groupId> <artifactId>ode</artifactId> Modified: incubator/ode/trunk/superbia/src/main/java/org/apache/ode/superbia/multisource/MultipleSourceDirMojo.java URL: http://svn.apache.org/viewvc/incubator/ode/trunk/superbia/src/main/java/org/apache/ode/superbia/multisource/MultipleSourceDirMojo.java?view=diff&rev=523847&r1=523846&r2=523847 ============================================================================== --- incubator/ode/trunk/superbia/src/main/java/org/apache/ode/superbia/multisource/MultipleSourceDirMojo.java (original) +++ incubator/ode/trunk/superbia/src/main/java/org/apache/ode/superbia/multisource/MultipleSourceDirMojo.java Thu Mar 29 15:05:15 2007 @@ -1,3 +1,21 @@ +/* + * 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.ode.superbia.multisource; import java.io.File; Modified: incubator/ode/trunk/utils/src/main/java/org/apache/ode/utils/LoggingDataSourceWrapper.java URL: http://svn.apache.org/viewvc/incubator/ode/trunk/utils/src/main/java/org/apache/ode/utils/LoggingDataSourceWrapper.java?view=diff&rev=523847&r1=523846&r2=523847 ============================================================================== --- incubator/ode/trunk/utils/src/main/java/org/apache/ode/utils/LoggingDataSourceWrapper.java (original) +++ incubator/ode/trunk/utils/src/main/java/org/apache/ode/utils/LoggingDataSourceWrapper.java Thu Mar 29 15:05:15 2007 @@ -1,3 +1,21 @@ +/* + * 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.ode.utils; import org.apache.commons.logging.Log; Modified: incubator/ode/trunk/utils/src/main/java/org/apache/ode/utils/LoggingStatementWrapper.java URL: http://svn.apache.org/viewvc/incubator/ode/trunk/utils/src/main/java/org/apache/ode/utils/LoggingStatementWrapper.java?view=diff&rev=523847&r1=523846&r2=523847 ============================================================================== --- incubator/ode/trunk/utils/src/main/java/org/apache/ode/utils/LoggingStatementWrapper.java (original) +++ incubator/ode/trunk/utils/src/main/java/org/apache/ode/utils/LoggingStatementWrapper.java Thu Mar 29 15:05:15 2007 @@ -1,3 +1,21 @@ +/* + * 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.ode.utils; import org.apache.commons.logging.Log;
