Modified: maven/scm/trunk/maven-scm-test/src/test/java/org/apache/maven/scm/manager/ScmManagerStubTest.java URL: http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-test/src/test/java/org/apache/maven/scm/manager/ScmManagerStubTest.java?view=diff&rev=483105&r1=483104&r2=483105 ============================================================================== --- maven/scm/trunk/maven-scm-test/src/test/java/org/apache/maven/scm/manager/ScmManagerStubTest.java (original) +++ maven/scm/trunk/maven-scm-test/src/test/java/org/apache/maven/scm/manager/ScmManagerStubTest.java Wed Dec 6 07:07:54 2006 @@ -1,36 +1,37 @@ package org.apache.maven.scm.manager; /* - * Copyright 2001-2006 The Apache Software Foundation. + * 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 * - * Licensed 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 * - * 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. + * 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. */ -import java.io.File; -import java.util.ArrayList; -import java.util.List; - import junit.framework.TestCase; - -import org.apache.maven.scm.manager.ScmManagerStub; import org.apache.maven.scm.provider.ScmProvider; import org.apache.maven.scm.provider.ScmProviderStub; import org.apache.maven.scm.repository.ScmRepository; import org.apache.maven.scm.repository.ScmRepositoryStub; +import java.io.File; +import java.util.ArrayList; +import java.util.List; + /** * Test for the ScmManagerStub - * + * * @author <a href="mailto:[EMAIL PROTECTED]">Carlos Sanchez</a> * @version $Id$ */
Modified: maven/scm/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/scm/trunk/pom.xml?view=diff&rev=483105&r1=483104&r2=483105 ============================================================================== --- maven/scm/trunk/pom.xml (original) +++ maven/scm/trunk/pom.xml Wed Dec 6 07:07:54 2006 @@ -1,4 +1,24 @@ -<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<?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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> Modified: maven/scm/trunk/sandbox/maven-scm-provider-cvsjava/pom.xml URL: http://svn.apache.org/viewvc/maven/scm/trunk/sandbox/maven-scm-provider-cvsjava/pom.xml?view=diff&rev=483105&r1=483104&r2=483105 ============================================================================== --- maven/scm/trunk/sandbox/maven-scm-provider-cvsjava/pom.xml (original) +++ maven/scm/trunk/sandbox/maven-scm-provider-cvsjava/pom.xml Wed Dec 6 07:07:54 2006 @@ -1,3 +1,22 @@ +<!-- + ~ 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> <parent> <artifactId>maven-scm-providers-cvs</artifactId> Modified: maven/scm/trunk/sandbox/maven-scm-provider-cvsjava/src/main/resources/META-INF/plexus/components.xml URL: http://svn.apache.org/viewvc/maven/scm/trunk/sandbox/maven-scm-provider-cvsjava/src/main/resources/META-INF/plexus/components.xml?view=diff&rev=483105&r1=483104&r2=483105 ============================================================================== --- maven/scm/trunk/sandbox/maven-scm-provider-cvsjava/src/main/resources/META-INF/plexus/components.xml (original) +++ maven/scm/trunk/sandbox/maven-scm-provider-cvsjava/src/main/resources/META-INF/plexus/components.xml Wed Dec 6 07:07:54 2006 @@ -1,3 +1,22 @@ +<!-- + ~ 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. + --> + <component-set> <components> <component> Modified: maven/scm/trunk/sandbox/maven-scm-provider-hg/pom.xml URL: http://svn.apache.org/viewvc/maven/scm/trunk/sandbox/maven-scm-provider-hg/pom.xml?view=diff&rev=483105&r1=483104&r2=483105 ============================================================================== --- maven/scm/trunk/sandbox/maven-scm-provider-hg/pom.xml (original) +++ maven/scm/trunk/sandbox/maven-scm-provider-hg/pom.xml Wed Dec 6 07:07:54 2006 @@ -1,4 +1,24 @@ -<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<?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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>maven-scm-providers</artifactId> <groupId>org.apache.maven.scm</groupId> Modified: maven/scm/trunk/sandbox/maven-scm-provider-starteamtest/pom.xml URL: http://svn.apache.org/viewvc/maven/scm/trunk/sandbox/maven-scm-provider-starteamtest/pom.xml?view=diff&rev=483105&r1=483104&r2=483105 ============================================================================== --- maven/scm/trunk/sandbox/maven-scm-provider-starteamtest/pom.xml (original) +++ maven/scm/trunk/sandbox/maven-scm-provider-starteamtest/pom.xml Wed Dec 6 07:07:54 2006 @@ -1,4 +1,24 @@ -<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<?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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>maven-scm-providers</artifactId> <groupId>org.apache.maven.scm</groupId> @@ -23,11 +43,11 @@ <groupId>com.borland.starteam</groupId> <artifactId>starteam</artifactId> <version>2005-R2</version> - </dependency> - <dependency> + </dependency> + <dependency> <groupId>com.borland.starteam</groupId> <artifactId>ss</artifactId> - <version>2005-R2</version> - </dependency> + <version>2005-R2</version> + </dependency> </dependencies> </project> Modified: maven/scm/trunk/sandbox/maven-scm-provider-starteamtest/src/test/initial-import/pom.xml URL: http://svn.apache.org/viewvc/maven/scm/trunk/sandbox/maven-scm-provider-starteamtest/src/test/initial-import/pom.xml?view=diff&rev=483105&r1=483104&r2=483105 ============================================================================== --- maven/scm/trunk/sandbox/maven-scm-provider-starteamtest/src/test/initial-import/pom.xml (original) +++ maven/scm/trunk/sandbox/maven-scm-provider-starteamtest/src/test/initial-import/pom.xml Wed Dec 6 07:07:54 2006 @@ -1 +1,20 @@ -/pom.xml \ No newline at end of file +<!-- + ~ 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. + --> + + /pom.xml \ No newline at end of file Modified: maven/scm/trunk/sandbox/maven-scm-provider-svnjava/pom.xml URL: http://svn.apache.org/viewvc/maven/scm/trunk/sandbox/maven-scm-provider-svnjava/pom.xml?view=diff&rev=483105&r1=483104&r2=483105 ============================================================================== --- maven/scm/trunk/sandbox/maven-scm-provider-svnjava/pom.xml (original) +++ maven/scm/trunk/sandbox/maven-scm-provider-svnjava/pom.xml Wed Dec 6 07:07:54 2006 @@ -1,3 +1,22 @@ +<!-- + ~ 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> <parent> <artifactId>maven-scm-providers-svn</artifactId> Modified: maven/scm/trunk/sandbox/maven-scm-provider-svnjava/src/main/resources/META-INF/plexus/components.xml URL: http://svn.apache.org/viewvc/maven/scm/trunk/sandbox/maven-scm-provider-svnjava/src/main/resources/META-INF/plexus/components.xml?view=diff&rev=483105&r1=483104&r2=483105 ============================================================================== --- maven/scm/trunk/sandbox/maven-scm-provider-svnjava/src/main/resources/META-INF/plexus/components.xml (original) +++ maven/scm/trunk/sandbox/maven-scm-provider-svnjava/src/main/resources/META-INF/plexus/components.xml Wed Dec 6 07:07:54 2006 @@ -1,3 +1,22 @@ +<!-- + ~ 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. + --> + <component-set> <components> <component> Modified: maven/scm/trunk/sandbox/pom.xml URL: http://svn.apache.org/viewvc/maven/scm/trunk/sandbox/pom.xml?view=diff&rev=483105&r1=483104&r2=483105 ============================================================================== --- maven/scm/trunk/sandbox/pom.xml (original) +++ maven/scm/trunk/sandbox/pom.xml Wed Dec 6 07:07:54 2006 @@ -1,7 +1,26 @@ <?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 xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - 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" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>maven-scm</artifactId> <groupId>org.apache.maven.scm</groupId>