Author: gnodet
Date: Sat Aug 19 18:24:30 2006
New Revision: 432921
URL: http://svn.apache.org/viewvc?rev=432921&view=rev
Log:
Add missing ASF headers.
Ignore genrated files.
Modified:
incubator/servicemix/trunk/geronimo/ (props changed)
incubator/servicemix/trunk/geronimo/deployer-service/ (props changed)
incubator/servicemix/trunk/geronimo/deployer/pom.xml
incubator/servicemix/trunk/geronimo/servicemix-service/ (props changed)
incubator/servicemix/trunk/servicemix-beanflow/ (props changed)
incubator/servicemix/trunk/servicemix-beanflow/src/main/java/org/apache/servicemix/beanflow/Activity.java
incubator/servicemix/trunk/servicemix-beanflow/src/main/java/org/apache/servicemix/beanflow/State.java
incubator/servicemix/trunk/servicemix-bpe/ (props changed)
incubator/servicemix/trunk/servicemix-common/ (props changed)
incubator/servicemix/trunk/servicemix-common/src/main/java/org/apache/servicemix/common/tools/wsdl/WSDLFlattener.java
incubator/servicemix/trunk/servicemix-common/src/main/java/org/apache/servicemix/common/wsdl1/JbiEndpointSerializer.java
incubator/servicemix/trunk/servicemix-components/ (props changed)
incubator/servicemix/trunk/servicemix-components/src/main/java/org/apache/servicemix/components/splitter/SplitterComponent.java
incubator/servicemix/trunk/servicemix-core/ (props changed)
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/client/DefaultDestination.java
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/components/util/ComponentSupport.java
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/container/ContainerAware.java
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/framework/ServiceAssemblyMBean.java
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/jaxp/DOMStreamReader.java
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/jaxp/DOMStreamWriter.java
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/jaxp/W3CDOMStreamReader.java
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/jaxp/W3CDOMStreamWriter.java
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/jaxp/W3CNamespaceContext.java
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/security/keystore/impl/FileKeystoreInstance.java
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/util/SystemProperties.java
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/view/DotViewEndpointListener.java
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/view/DotViewFlowListener.java
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/view/EndpointViewRenderer.java
incubator/servicemix/trunk/servicemix-eip/ (props changed)
incubator/servicemix/trunk/servicemix-eip/src/main/java/org/apache/servicemix/eip/support/ExchangeTarget.java
incubator/servicemix/trunk/servicemix-eip/src/main/java/org/apache/servicemix/eip/support/XPathPredicate.java
incubator/servicemix/trunk/servicemix-http/ (props changed)
incubator/servicemix/trunk/servicemix-jbi/ (props changed)
incubator/servicemix/trunk/servicemix-jbi/src/main/java/javax/jbi/component/ComponentContext.java
incubator/servicemix/trunk/servicemix-jms/ (props changed)
incubator/servicemix/trunk/servicemix-jsr181/ (props changed)
incubator/servicemix/trunk/servicemix-lwcontainer/ (props changed)
incubator/servicemix/trunk/servicemix-sca/ (props changed)
incubator/servicemix/trunk/servicemix-services/ (props changed)
incubator/servicemix/trunk/servicemix-services/src/main/java/org/apache/servicemix/id/IdGenerator.java
incubator/servicemix/trunk/servicemix-soap/ (props changed)
incubator/servicemix/trunk/servicemix-wsn2005/ (props changed)
Propchange: incubator/servicemix/trunk/geronimo/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Aug 19 18:24:30 2006
@@ -1 +1,2 @@
velocity.log
+target
Propchange: incubator/servicemix/trunk/geronimo/deployer-service/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Aug 19 18:24:30 2006
@@ -1,3 +1,4 @@
.classpath
.project
target
+cobertura.ser
Modified: incubator/servicemix/trunk/geronimo/deployer/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/geronimo/deployer/pom.xml?rev=432921&r1=432920&r2=432921&view=diff
==============================================================================
--- incubator/servicemix/trunk/geronimo/deployer/pom.xml (original)
+++ incubator/servicemix/trunk/geronimo/deployer/pom.xml Sat Aug 19 18:24:30
2006
@@ -38,14 +38,14 @@
<dependency>
<groupId>org.apache.servicemix.geronimo</groupId>
<artifactId>deployer-service</artifactId>
- <version>${servicemix-plugin-version}</version>
+ <version>${servicemix-version}</version>
<scope>provided</scope>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.servicemix.geronimo</groupId>
<artifactId>servicemix</artifactId>
- <version>${servicemix-plugin-version}</version>
+ <version>${servicemix-version}</version>
<scope>provided</scope>
<type>car</type>
</dependency>
Propchange: incubator/servicemix/trunk/geronimo/servicemix-service/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Aug 19 18:24:30 2006
@@ -1,3 +1,4 @@
.classpath
.project
target
+cobertura.ser
Propchange: incubator/servicemix/trunk/servicemix-beanflow/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Aug 19 18:24:30 2006
@@ -2,3 +2,4 @@
.classpath
.project
.settings
+cobertura.ser
Modified:
incubator/servicemix/trunk/servicemix-beanflow/src/main/java/org/apache/servicemix/beanflow/Activity.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-beanflow/src/main/java/org/apache/servicemix/beanflow/Activity.java?rev=432921&r1=432920&r2=432921&view=diff
==============================================================================
---
incubator/servicemix/trunk/servicemix-beanflow/src/main/java/org/apache/servicemix/beanflow/Activity.java
(original)
+++
incubator/servicemix/trunk/servicemix-beanflow/src/main/java/org/apache/servicemix/beanflow/Activity.java
Sat Aug 19 18:24:30 2006
@@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
package org.apache.servicemix.beanflow;
import java.util.Timer;
@@ -106,4 +105,4 @@
* similar to [EMAIL PROTECTED] Thread#join()}
*/
public void join();
-}
\ No newline at end of file
+}
Modified:
incubator/servicemix/trunk/servicemix-beanflow/src/main/java/org/apache/servicemix/beanflow/State.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-beanflow/src/main/java/org/apache/servicemix/beanflow/State.java?rev=432921&r1=432920&r2=432921&view=diff
==============================================================================
---
incubator/servicemix/trunk/servicemix-beanflow/src/main/java/org/apache/servicemix/beanflow/State.java
(original)
+++
incubator/servicemix/trunk/servicemix-beanflow/src/main/java/org/apache/servicemix/beanflow/State.java
Sat Aug 19 18:24:30 2006
@@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
package org.apache.servicemix.beanflow;
/**
@@ -67,4 +66,4 @@
*/
public boolean isAny(T... values);
-}
\ No newline at end of file
+}
Propchange: incubator/servicemix/trunk/servicemix-bpe/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Aug 19 18:24:30 2006
@@ -1,3 +1,4 @@
.classpath
.project
target
+cobertura.ser
Propchange: incubator/servicemix/trunk/servicemix-common/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Aug 19 18:24:30 2006
@@ -3,3 +3,4 @@
.project
.wtpmodules
.settings
+cobertura.ser
Modified:
incubator/servicemix/trunk/servicemix-common/src/main/java/org/apache/servicemix/common/tools/wsdl/WSDLFlattener.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-common/src/main/java/org/apache/servicemix/common/tools/wsdl/WSDLFlattener.java?rev=432921&r1=432920&r2=432921&view=diff
==============================================================================
---
incubator/servicemix/trunk/servicemix-common/src/main/java/org/apache/servicemix/common/tools/wsdl/WSDLFlattener.java
(original)
+++
incubator/servicemix/trunk/servicemix-common/src/main/java/org/apache/servicemix/common/tools/wsdl/WSDLFlattener.java
Sat Aug 19 18:24:30 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.common.tools.wsdl;
import java.net.URI;
Modified:
incubator/servicemix/trunk/servicemix-common/src/main/java/org/apache/servicemix/common/wsdl1/JbiEndpointSerializer.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-common/src/main/java/org/apache/servicemix/common/wsdl1/JbiEndpointSerializer.java?rev=432921&r1=432920&r2=432921&view=diff
==============================================================================
---
incubator/servicemix/trunk/servicemix-common/src/main/java/org/apache/servicemix/common/wsdl1/JbiEndpointSerializer.java
(original)
+++
incubator/servicemix/trunk/servicemix-common/src/main/java/org/apache/servicemix/common/wsdl1/JbiEndpointSerializer.java
Sat Aug 19 18:24:30 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.common.wsdl1;
import java.io.PrintWriter;
Propchange: incubator/servicemix/trunk/servicemix-components/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Aug 19 18:24:30 2006
@@ -5,3 +5,4 @@
.project
.wtpmodules
.settings
+cobertura.ser
Modified:
incubator/servicemix/trunk/servicemix-components/src/main/java/org/apache/servicemix/components/splitter/SplitterComponent.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-components/src/main/java/org/apache/servicemix/components/splitter/SplitterComponent.java?rev=432921&r1=432920&r2=432921&view=diff
==============================================================================
---
incubator/servicemix/trunk/servicemix-components/src/main/java/org/apache/servicemix/components/splitter/SplitterComponent.java
(original)
+++
incubator/servicemix/trunk/servicemix-components/src/main/java/org/apache/servicemix/components/splitter/SplitterComponent.java
Sat Aug 19 18:24:30 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.splitter;
import java.io.IOException;
Propchange: incubator/servicemix/trunk/servicemix-core/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Aug 19 18:24:30 2006
@@ -11,3 +11,4 @@
*.ipr
*.iws
derby.log
+cobertura.ser
Modified:
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/client/DefaultDestination.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/client/DefaultDestination.java?rev=432921&r1=432920&r2=432921&view=diff
==============================================================================
---
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/client/DefaultDestination.java
(original)
+++
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/client/DefaultDestination.java
Sat Aug 19 18:24:30 2006
@@ -1,5 +1,4 @@
-/**
- *
+/*
* 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.
@@ -7,7 +6,7 @@
* (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
+ * 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,
Modified:
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/components/util/ComponentSupport.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/components/util/ComponentSupport.java?rev=432921&r1=432920&r2=432921&view=diff
==============================================================================
---
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/components/util/ComponentSupport.java
(original)
+++
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/components/util/ComponentSupport.java
Sat Aug 19 18:24:30 2006
@@ -1,5 +1,4 @@
-/**
- *
+/*
* 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.
@@ -7,7 +6,7 @@
* (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
+ * 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,
@@ -252,4 +251,4 @@
getDeliveryChannel().send(outExchange);
}
-}
\ No newline at end of file
+}
Modified:
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/container/ContainerAware.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/container/ContainerAware.java?rev=432921&r1=432920&r2=432921&view=diff
==============================================================================
---
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/container/ContainerAware.java
(original)
+++
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/container/ContainerAware.java
Sat Aug 19 18:24:30 2006
@@ -1,5 +1,4 @@
-/**
- *
+/*
* 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.
@@ -7,7 +6,7 @@
* (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
+ * 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,
Modified:
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/framework/ServiceAssemblyMBean.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/framework/ServiceAssemblyMBean.java?rev=432921&r1=432920&r2=432921&view=diff
==============================================================================
---
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/framework/ServiceAssemblyMBean.java
(original)
+++
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/framework/ServiceAssemblyMBean.java
Sat Aug 19 18:24:30 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.framework;
import javax.jbi.management.DeploymentServiceMBean;
Modified:
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/jaxp/DOMStreamReader.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/jaxp/DOMStreamReader.java?rev=432921&r1=432920&r2=432921&view=diff
==============================================================================
---
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/jaxp/DOMStreamReader.java
(original)
+++
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/jaxp/DOMStreamReader.java
Sat Aug 19 18:24:30 2006
@@ -1,8 +1,25 @@
/*
+ * 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.jaxp;
+
+/*
* This implementation comes from the XFire project
*
https://svn.codehaus.org/xfire/trunk/xfire/xfire-core/src/main/org/codehaus/xfire/util/stax/
*/
-package org.apache.servicemix.jbi.jaxp;
import java.util.HashMap;
import java.util.List;
Modified:
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/jaxp/DOMStreamWriter.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/jaxp/DOMStreamWriter.java?rev=432921&r1=432920&r2=432921&view=diff
==============================================================================
---
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/jaxp/DOMStreamWriter.java
(original)
+++
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/jaxp/DOMStreamWriter.java
Sat Aug 19 18:24:30 2006
@@ -1,8 +1,25 @@
/*
+ * 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.jaxp;
+
+/*
* This implementation comes from the XFire project
*
https://svn.codehaus.org/xfire/trunk/xfire/xfire-core/src/main/org/codehaus/xfire/util/stax/
*/
-package org.apache.servicemix.jbi.jaxp;
import javax.xml.stream.XMLStreamException;
import javax.xml.stream.XMLStreamWriter;
Modified:
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/jaxp/W3CDOMStreamReader.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/jaxp/W3CDOMStreamReader.java?rev=432921&r1=432920&r2=432921&view=diff
==============================================================================
---
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/jaxp/W3CDOMStreamReader.java
(original)
+++
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/jaxp/W3CDOMStreamReader.java
Sat Aug 19 18:24:30 2006
@@ -1,9 +1,25 @@
/*
- * This implementation comes from the XFire project
- *
https://svn.codehaus.org/xfire/trunk/xfire/xfire-core/src/main/org/codehaus/xfire/util/stax/
+ * 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.jaxp;
+/*
+ * This implementation comes from the XFire project
+ *
https://svn.codehaus.org/xfire/trunk/xfire/xfire-core/src/main/org/codehaus/xfire/util/stax/
+ */
import java.util.ArrayList;
import javax.xml.namespace.NamespaceContext;
Modified:
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/jaxp/W3CDOMStreamWriter.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/jaxp/W3CDOMStreamWriter.java?rev=432921&r1=432920&r2=432921&view=diff
==============================================================================
---
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/jaxp/W3CDOMStreamWriter.java
(original)
+++
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/jaxp/W3CDOMStreamWriter.java
Sat Aug 19 18:24:30 2006
@@ -1,8 +1,25 @@
/*
+ * 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.jaxp;
+
+/*
* This implementation comes from the XFire project
*
https://svn.codehaus.org/xfire/trunk/xfire/xfire-core/src/main/org/codehaus/xfire/util/stax/
*/
-package org.apache.servicemix.jbi.jaxp;
import java.util.HashMap;
import java.util.Map;
Modified:
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/jaxp/W3CNamespaceContext.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/jaxp/W3CNamespaceContext.java?rev=432921&r1=432920&r2=432921&view=diff
==============================================================================
---
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/jaxp/W3CNamespaceContext.java
(original)
+++
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/jaxp/W3CNamespaceContext.java
Sat Aug 19 18:24:30 2006
@@ -1,8 +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 org.apache.servicemix.jbi.jaxp;
+/*
+ * This implementation comes from the XFire project
+ *
https://svn.codehaus.org/xfire/trunk/xfire/xfire-core/src/main/org/codehaus/xfire/util/stax/
+ */
+
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
@@ -95,4 +113,4 @@
{
this.currentNode = currentNode;
}
-}
\ No newline at end of file
+}
Modified:
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/security/keystore/impl/FileKeystoreInstance.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/security/keystore/impl/FileKeystoreInstance.java?rev=432921&r1=432920&r2=432921&view=diff
==============================================================================
---
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/security/keystore/impl/FileKeystoreInstance.java
(original)
+++
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/security/keystore/impl/FileKeystoreInstance.java
Sat Aug 19 18:24:30 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.security.keystore.impl;
import java.io.BufferedInputStream;
Modified:
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/util/SystemProperties.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/util/SystemProperties.java?rev=432921&r1=432920&r2=432921&view=diff
==============================================================================
---
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/util/SystemProperties.java
(original)
+++
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/util/SystemProperties.java
Sat Aug 19 18:24:30 2006
@@ -1,5 +1,4 @@
-/**
- *
+/*
* 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.
@@ -7,7 +6,7 @@
* (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
+ * 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,
Modified:
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/view/DotViewEndpointListener.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/view/DotViewEndpointListener.java?rev=432921&r1=432920&r2=432921&view=diff
==============================================================================
---
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/view/DotViewEndpointListener.java
(original)
+++
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/view/DotViewEndpointListener.java
Sat Aug 19 18:24:30 2006
@@ -1,5 +1,4 @@
-/**
- *
+/*
* 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.
@@ -7,7 +6,7 @@
* (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
+ * 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,
Modified:
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/view/DotViewFlowListener.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/view/DotViewFlowListener.java?rev=432921&r1=432920&r2=432921&view=diff
==============================================================================
---
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/view/DotViewFlowListener.java
(original)
+++
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/view/DotViewFlowListener.java
Sat Aug 19 18:24:30 2006
@@ -1,5 +1,4 @@
-/**
- *
+/*
* 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.
@@ -7,7 +6,7 @@
* (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
+ * 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,
Modified:
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/view/EndpointViewRenderer.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/view/EndpointViewRenderer.java?rev=432921&r1=432920&r2=432921&view=diff
==============================================================================
---
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/view/EndpointViewRenderer.java
(original)
+++
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/view/EndpointViewRenderer.java
Sat Aug 19 18:24:30 2006
@@ -1,5 +1,4 @@
-/**
- *
+/*
* 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.
@@ -7,7 +6,7 @@
* (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
+ * 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,
Propchange: incubator/servicemix/trunk/servicemix-eip/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Aug 19 18:24:30 2006
@@ -1,3 +1,4 @@
target
.classpath
.project
+cobertura.ser
Modified:
incubator/servicemix/trunk/servicemix-eip/src/main/java/org/apache/servicemix/eip/support/ExchangeTarget.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-eip/src/main/java/org/apache/servicemix/eip/support/ExchangeTarget.java?rev=432921&r1=432920&r2=432921&view=diff
==============================================================================
---
incubator/servicemix/trunk/servicemix-eip/src/main/java/org/apache/servicemix/eip/support/ExchangeTarget.java
(original)
+++
incubator/servicemix/trunk/servicemix-eip/src/main/java/org/apache/servicemix/eip/support/ExchangeTarget.java
Sat Aug 19 18:24:30 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.eip.support;
import javax.jbi.component.ComponentContext;
Modified:
incubator/servicemix/trunk/servicemix-eip/src/main/java/org/apache/servicemix/eip/support/XPathPredicate.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-eip/src/main/java/org/apache/servicemix/eip/support/XPathPredicate.java?rev=432921&r1=432920&r2=432921&view=diff
==============================================================================
---
incubator/servicemix/trunk/servicemix-eip/src/main/java/org/apache/servicemix/eip/support/XPathPredicate.java
(original)
+++
incubator/servicemix/trunk/servicemix-eip/src/main/java/org/apache/servicemix/eip/support/XPathPredicate.java
Sat Aug 19 18:24:30 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.eip.support;
import javax.jbi.messaging.MessageExchange;
Propchange: incubator/servicemix/trunk/servicemix-http/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Aug 19 18:24:30 2006
@@ -3,3 +3,4 @@
.project
.wtpmodules
.settings
+cobertura.ser
Propchange: incubator/servicemix/trunk/servicemix-jbi/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Aug 19 18:24:30 2006
@@ -6,3 +6,4 @@
*.iml
*.ipr
*.iws
+cobertura.ser
Modified:
incubator/servicemix/trunk/servicemix-jbi/src/main/java/javax/jbi/component/ComponentContext.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-jbi/src/main/java/javax/jbi/component/ComponentContext.java?rev=432921&r1=432920&r2=432921&view=diff
==============================================================================
---
incubator/servicemix/trunk/servicemix-jbi/src/main/java/javax/jbi/component/ComponentContext.java
(original)
+++
incubator/servicemix/trunk/servicemix-jbi/src/main/java/javax/jbi/component/ComponentContext.java
Sat Aug 19 18:24:30 2006
@@ -15,7 +15,7 @@
* limitations under the License.
*/
package javax.jbi.component;
-
+
import java.util.MissingResourceException;
import java.util.logging.Logger;
Propchange: incubator/servicemix/trunk/servicemix-jms/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Aug 19 18:24:30 2006
@@ -4,3 +4,4 @@
.project
.wtpmodules
.settings
+cobertura.ser
Propchange: incubator/servicemix/trunk/servicemix-jsr181/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Aug 19 18:24:30 2006
@@ -3,3 +3,4 @@
.project
.wtpmodules
.settings
+cobertura.ser
Propchange: incubator/servicemix/trunk/servicemix-lwcontainer/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Aug 19 18:24:30 2006
@@ -3,3 +3,4 @@
.project
.wtpmodules
.settings
+cobertura.ser
Propchange: incubator/servicemix/trunk/servicemix-sca/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Aug 19 18:24:30 2006
@@ -3,3 +3,4 @@
.wtpmodules
target
.classpath
+cobertura.ser
Propchange: incubator/servicemix/trunk/servicemix-services/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Aug 19 18:24:30 2006
@@ -2,3 +2,4 @@
.classpath
.project
derby.log
+cobertura.ser
Modified:
incubator/servicemix/trunk/servicemix-services/src/main/java/org/apache/servicemix/id/IdGenerator.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-services/src/main/java/org/apache/servicemix/id/IdGenerator.java?rev=432921&r1=432920&r2=432921&view=diff
==============================================================================
---
incubator/servicemix/trunk/servicemix-services/src/main/java/org/apache/servicemix/id/IdGenerator.java
(original)
+++
incubator/servicemix/trunk/servicemix-services/src/main/java/org/apache/servicemix/id/IdGenerator.java
Sat Aug 19 18:24:30 2006
@@ -1,5 +1,4 @@
-/**
- *
+/*
* 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.
@@ -7,7 +6,7 @@
* (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
+ * 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,
@@ -15,12 +14,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+package org.apache.servicemix.id;
/*
* Copied from
http://svn.apache.org/repos/asf/incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/util/IdGenerator.java
*/
-package org.apache.servicemix.id;
import java.net.InetAddress;
import java.net.ServerSocket;
Propchange: incubator/servicemix/trunk/servicemix-soap/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Aug 19 18:24:30 2006
@@ -3,3 +3,4 @@
.project
.wtpmodules
.classpath
+cobertura.ser
Propchange: incubator/servicemix/trunk/servicemix-wsn2005/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Aug 19 18:24:30 2006
@@ -4,3 +4,4 @@
activemq-data
.settings
.wtpmodules
+cobertura.ser