Author: gnodet
Date: Thu Sep 14 15:46:33 2006
New Revision: 443507
URL: http://svn.apache.org/viewvc?view=rev&rev=443507
Log:
Fix missing ASF headers
Modified:
incubator/servicemix/branches/servicemix-3.0/servicemix-core/src/test/java/org/apache/servicemix/client/RemoteServiceMixClientTest.java
incubator/servicemix/branches/servicemix-3.0/servicemix-core/src/test/java/org/apache/servicemix/components/util/CopyTransformerTest.java
incubator/servicemix/branches/servicemix-3.0/servicemix-core/src/test/java/org/apache/servicemix/jbi/installation/AbstractManagementTest.java
incubator/servicemix/branches/servicemix-3.0/servicemix-core/src/test/java/org/apache/servicemix/jbi/messaging/TransactionsTest.java
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-archetypes-itests/src/test/resources/archetype-pom.xml
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyBootstrap.java
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyComponent.java
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyConsumerProcessor.java
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyDeployer.java
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyEndpoint.java
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyExternalEndpoint.java
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyLifeCycle.java
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyProviderProcessor.java
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyResolvedEndpoint.java
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MySpringComponent.java
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/test/java/MySpringComponentTest.java
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyBootstrap.java
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyComponent.java
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyDeployer.java
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyEndpoint.java
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyLifeCycle.java
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MySpringComponent.java
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/test/java/MySpringComponentTest.java
Modified:
incubator/servicemix/branches/servicemix-3.0/servicemix-core/src/test/java/org/apache/servicemix/client/RemoteServiceMixClientTest.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/servicemix-core/src/test/java/org/apache/servicemix/client/RemoteServiceMixClientTest.java?view=diff&rev=443507&r1=443506&r2=443507
==============================================================================
---
incubator/servicemix/branches/servicemix-3.0/servicemix-core/src/test/java/org/apache/servicemix/client/RemoteServiceMixClientTest.java
(original)
+++
incubator/servicemix/branches/servicemix-3.0/servicemix-core/src/test/java/org/apache/servicemix/client/RemoteServiceMixClientTest.java
Thu Sep 14 15:46:33 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.apache.servicemix.client;
import java.util.Set;
Modified:
incubator/servicemix/branches/servicemix-3.0/servicemix-core/src/test/java/org/apache/servicemix/components/util/CopyTransformerTest.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/servicemix-core/src/test/java/org/apache/servicemix/components/util/CopyTransformerTest.java?view=diff&rev=443507&r1=443506&r2=443507
==============================================================================
---
incubator/servicemix/branches/servicemix-3.0/servicemix-core/src/test/java/org/apache/servicemix/components/util/CopyTransformerTest.java
(original)
+++
incubator/servicemix/branches/servicemix-3.0/servicemix-core/src/test/java/org/apache/servicemix/components/util/CopyTransformerTest.java
Thu Sep 14 15:46:33 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.apache.servicemix.components.util;
import java.io.Reader;
Modified:
incubator/servicemix/branches/servicemix-3.0/servicemix-core/src/test/java/org/apache/servicemix/jbi/installation/AbstractManagementTest.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/servicemix-core/src/test/java/org/apache/servicemix/jbi/installation/AbstractManagementTest.java?view=diff&rev=443507&r1=443506&r2=443507
==============================================================================
---
incubator/servicemix/branches/servicemix-3.0/servicemix-core/src/test/java/org/apache/servicemix/jbi/installation/AbstractManagementTest.java
(original)
+++
incubator/servicemix/branches/servicemix-3.0/servicemix-core/src/test/java/org/apache/servicemix/jbi/installation/AbstractManagementTest.java
Thu Sep 14 15:46:33 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.apache.servicemix.jbi.installation;
import java.io.File;
Modified:
incubator/servicemix/branches/servicemix-3.0/servicemix-core/src/test/java/org/apache/servicemix/jbi/messaging/TransactionsTest.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/servicemix-core/src/test/java/org/apache/servicemix/jbi/messaging/TransactionsTest.java?view=diff&rev=443507&r1=443506&r2=443507
==============================================================================
---
incubator/servicemix/branches/servicemix-3.0/servicemix-core/src/test/java/org/apache/servicemix/jbi/messaging/TransactionsTest.java
(original)
+++
incubator/servicemix/branches/servicemix-3.0/servicemix-core/src/test/java/org/apache/servicemix/jbi/messaging/TransactionsTest.java
Thu Sep 14 15:46:33 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.apache.servicemix.jbi.messaging;
import java.sql.Connection;
Modified:
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-archetypes-itests/src/test/resources/archetype-pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-archetypes-itests/src/test/resources/archetype-pom.xml?view=diff&rev=443507&r1=443506&r2=443507
==============================================================================
---
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-archetypes-itests/src/test/resources/archetype-pom.xml
(original)
+++
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-archetypes-itests/src/test/resources/archetype-pom.xml
Thu Sep 14 15:46:33 2006
@@ -1,3 +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
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Modified:
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyBootstrap.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyBootstrap.java?view=diff&rev=443507&r1=443506&r2=443507
==============================================================================
---
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyBootstrap.java
(original)
+++
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyBootstrap.java
Thu Sep 14 15:46:33 2006
@@ -1,10 +1,26 @@
+/*
+ * 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 ${packageName};
import org.apache.servicemix.common.BaseBootstrap;
/**
* Bootstrap class.
- * This class is usefull to perform tasks at installation / uninstallation
time
+ * This class is useful to perform tasks at installation / uninstallation time
*/
public class MyBootstrap extends BaseBootstrap
{
Modified:
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyComponent.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyComponent.java?view=diff&rev=443507&r1=443506&r2=443507
==============================================================================
---
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyComponent.java
(original)
+++
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyComponent.java
Thu Sep 14 15:46:33 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 ${packageName};
import org.apache.servicemix.common.BaseComponent;
Modified:
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyConsumerProcessor.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyConsumerProcessor.java?view=diff&rev=443507&r1=443506&r2=443507
==============================================================================
---
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyConsumerProcessor.java
(original)
+++
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyConsumerProcessor.java
Thu Sep 14 15:46:33 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 ${packageName};
import javax.jbi.messaging.MessageExchange;
Modified:
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyDeployer.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyDeployer.java?view=diff&rev=443507&r1=443506&r2=443507
==============================================================================
---
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyDeployer.java
(original)
+++
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyDeployer.java
Thu Sep 14 15:46:33 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 ${packageName};
import javax.jbi.management.DeploymentException;
Modified:
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyEndpoint.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyEndpoint.java?view=diff&rev=443507&r1=443506&r2=443507
==============================================================================
---
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyEndpoint.java
(original)
+++
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyEndpoint.java
Thu Sep 14 15:46:33 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 ${packageName};
import javax.jbi.component.ComponentContext;
Modified:
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyExternalEndpoint.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyExternalEndpoint.java?view=diff&rev=443507&r1=443506&r2=443507
==============================================================================
---
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyExternalEndpoint.java
(original)
+++
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyExternalEndpoint.java
Thu Sep 14 15:46:33 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 ${packageName};
import javax.jbi.servicedesc.ServiceEndpoint;
Modified:
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyLifeCycle.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyLifeCycle.java?view=diff&rev=443507&r1=443506&r2=443507
==============================================================================
---
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyLifeCycle.java
(original)
+++
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyLifeCycle.java
Thu Sep 14 15:46:33 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 ${packageName};
import org.apache.servicemix.common.BaseComponent;
Modified:
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyProviderProcessor.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyProviderProcessor.java?view=diff&rev=443507&r1=443506&r2=443507
==============================================================================
---
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyProviderProcessor.java
(original)
+++
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyProviderProcessor.java
Thu Sep 14 15:46:33 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 ${packageName};
import javax.jbi.messaging.MessageExchange;
Modified:
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyResolvedEndpoint.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyResolvedEndpoint.java?view=diff&rev=443507&r1=443506&r2=443507
==============================================================================
---
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyResolvedEndpoint.java
(original)
+++
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyResolvedEndpoint.java
Thu Sep 14 15:46:33 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 ${packageName};
import javax.jbi.servicedesc.ServiceEndpoint;
Modified:
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MySpringComponent.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MySpringComponent.java?view=diff&rev=443507&r1=443506&r2=443507
==============================================================================
---
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MySpringComponent.java
(original)
+++
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MySpringComponent.java
Thu Sep 14 15:46:33 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 ${packageName};
import org.apache.servicemix.common.BaseComponent;
Modified:
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/test/java/MySpringComponentTest.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/test/java/MySpringComponentTest.java?view=diff&rev=443507&r1=443506&r2=443507
==============================================================================
---
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/test/java/MySpringComponentTest.java
(original)
+++
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-binding-component/src/main/resources/archetype-resources/src/test/java/MySpringComponentTest.java
Thu Sep 14 15:46:33 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 ${packageName};
import javax.jbi.messaging.ExchangeStatus;
Modified:
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyBootstrap.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyBootstrap.java?view=diff&rev=443507&r1=443506&r2=443507
==============================================================================
---
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyBootstrap.java
(original)
+++
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyBootstrap.java
Thu Sep 14 15:46:33 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 ${packageName};
import javax.jbi.JBIException;
@@ -8,7 +24,7 @@
/**
* Bootstrap class.
- * This class is usefull to perform tasks at installation / uninstallation
time
+ * This class is useful to perform tasks at installation / uninstallation time
*/
public class MyBootstrap implements Bootstrap
{
Modified:
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyComponent.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyComponent.java?view=diff&rev=443507&r1=443506&r2=443507
==============================================================================
---
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyComponent.java
(original)
+++
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyComponent.java
Thu Sep 14 15:46:33 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 ${packageName};
import org.apache.servicemix.common.BaseComponent;
Modified:
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyDeployer.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyDeployer.java?view=diff&rev=443507&r1=443506&r2=443507
==============================================================================
---
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyDeployer.java
(original)
+++
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyDeployer.java
Thu Sep 14 15:46:33 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 ${packageName};
import javax.jbi.management.DeploymentException;
Modified:
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyEndpoint.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyEndpoint.java?view=diff&rev=443507&r1=443506&r2=443507
==============================================================================
---
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyEndpoint.java
(original)
+++
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyEndpoint.java
Thu Sep 14 15:46:33 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 ${packageName};
import javax.jbi.component.ComponentContext;
Modified:
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyLifeCycle.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyLifeCycle.java?view=diff&rev=443507&r1=443506&r2=443507
==============================================================================
---
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyLifeCycle.java
(original)
+++
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MyLifeCycle.java
Thu Sep 14 15:46:33 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 ${packageName};
import org.apache.servicemix.common.BaseComponent;
Modified:
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MySpringComponent.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MySpringComponent.java?view=diff&rev=443507&r1=443506&r2=443507
==============================================================================
---
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MySpringComponent.java
(original)
+++
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/main/java/MySpringComponent.java
Thu Sep 14 15:46:33 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 ${packageName};
import org.apache.servicemix.common.BaseComponent;
Modified:
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/test/java/MySpringComponentTest.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/test/java/MySpringComponentTest.java?view=diff&rev=443507&r1=443506&r2=443507
==============================================================================
---
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/test/java/MySpringComponentTest.java
(original)
+++
incubator/servicemix/branches/servicemix-3.0/tooling/servicemix-service-engine/src/main/resources/archetype-resources/src/test/java/MySpringComponentTest.java
Thu Sep 14 15:46:33 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 ${packageName};
import javax.jbi.messaging.ExchangeStatus;