You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2011/12/22 09:38:45 UTC

svn commit: r1222128 [1/4] - in /incubator/npanday/trunk/components: ./ dotnet-artifact/ dotnet-artifact/src/main/java/npanday/artifact/ dotnet-artifact/src/main/java/npanday/artifact/impl/ dotnet-artifact/src/main/resources/META-INF/npanday/ dotnet-ar...

Author: brett
Date: Thu Dec 22 09:38:39 2011
New Revision: 1222128

URL: http://svn.apache.org/viewvc?rev=1222128&view=rev
Log:
update copyright headers for Java components

Modified:
    incubator/npanday/trunk/components/dotnet-artifact/pom.xml
    incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/ApplicationConfig.java
    incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/ArtifactContext.java
    incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/ArtifactException.java
    incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/ArtifactInstaller.java
    incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/ArtifactMatchPolicy.java
    incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/AssemblyResolver.java
    incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/NPandayArtifactResolutionException.java
    incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/NetDependenciesRepository.java
    incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/NetDependencyMatchPolicy.java
    incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/impl/ArtifactContextImpl.java
    incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/impl/ArtifactInstallerImpl.java
    incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/impl/AssemblyResolverImpl.java
    incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/impl/NetDependenciesRepositoryImpl.java
    incubator/npanday/trunk/components/dotnet-artifact/src/main/resources/META-INF/npanday/artifact-registry.xml
    incubator/npanday/trunk/components/dotnet-artifact/src/main/resources/META-INF/plexus/components.xml
    incubator/npanday/trunk/components/dotnet-artifact/src/test/java/npanday/artifact/impl/ArtifactFactoryTestStub.java
    incubator/npanday/trunk/components/dotnet-artifact/src/test/java/npanday/artifact/impl/ArtifactInstallerImplTest.java
    incubator/npanday/trunk/components/dotnet-artifact/src/test/java/npanday/artifact/impl/DummyLogger.java
    incubator/npanday/trunk/components/dotnet-assembler/pom.xml
    incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/AssemblerContext.java
    incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/AssemblyInfo.java
    incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/AssemblyInfoException.java
    incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/AssemblyInfoMarshaller.java
    incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/impl/AssemblerContextImpl.java
    incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/impl/AssemblyPluginsRepository.java
    incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/impl/DefaultAssemblyInfoMarshaller.java
    incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/impl/JavaAssemblyInfoMarshaller.java
    incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/impl/VBAssemblyInfoMarshaller.java
    incubator/npanday/trunk/components/dotnet-assembler/src/main/resources/META-INF/plexus/components.xml
    incubator/npanday/trunk/components/dotnet-assembler/src/test/java/npanday/assembler/impl/DefaultAssemblyInfoUnmarshallerTest.java
    incubator/npanday/trunk/components/dotnet-core/pom.xml
    incubator/npanday/trunk/components/dotnet-core/src/main/groovy/npanday/lifecycle/LifecycleConfigurationGenerator.groovy
    incubator/npanday/trunk/components/dotnet-core/src/main/groovy/npanday/lifecycle/LifecycleMappingBuilder.groovy
    incubator/npanday/trunk/components/dotnet-core/src/main/groovy/npanday/lifecycle/LifecyclePrinter.groovy
    incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/ArtifactType.java
    incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/ArtifactTypeHelper.java
    incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/InitializationException.java
    incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/NPandayContext.java
    incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/PathUtil.java
    incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/PlatformUnsupportedException.java
    incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/RepositoryNotFoundException.java
    incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/Version.java
    incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/lifecycle/LifecycleMap.java
    incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/lifecycle/LifecycleMapping.java
    incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/lifecycle/LifecyclePhase.java
    incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/assembly-plugins.xml
    incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml
    incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/configuration-appenders.xml
    incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/executable-plugins.xml
    incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/net-dependencies.xml
    incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/null.properties
    incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/registry-config.xml
    incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/plexus/components.xml
    incubator/npanday/trunk/components/dotnet-core/src/test/groovy/npanday/lifecycle/CustomLifecycleMap.groovy
    incubator/npanday/trunk/components/dotnet-core/src/test/groovy/npanday/lifecycle/LifecycleConfigurationGeneratorTests.groovy
    incubator/npanday/trunk/components/dotnet-core/src/test/groovy/npanday/lifecycle/LifecycleMappingBuilderTests.groovy
    incubator/npanday/trunk/components/dotnet-dao-project/pom.xml
    incubator/npanday/trunk/components/dotnet-dao-project/src/main/java/npanday/dao/Project.java
    incubator/npanday/trunk/components/dotnet-dao-project/src/main/java/npanday/dao/ProjectDao.java
    incubator/npanday/trunk/components/dotnet-dao-project/src/main/java/npanday/dao/ProjectDaoException.java
    incubator/npanday/trunk/components/dotnet-dao-project/src/main/java/npanday/dao/ProjectDependency.java
    incubator/npanday/trunk/components/dotnet-dao-project/src/main/java/npanday/dao/ProjectFactory.java
    incubator/npanday/trunk/components/dotnet-dao-project/src/main/java/npanday/dao/ProjectUri.java
    incubator/npanday/trunk/components/dotnet-dao-project/src/main/java/npanday/dao/Requirement.java
    incubator/npanday/trunk/components/dotnet-dao-project/src/main/java/npanday/dao/impl/ProjectDaoImpl.java
    incubator/npanday/trunk/components/dotnet-dao-project/src/main/resources/META-INF/plexus/components.xml
    incubator/npanday/trunk/components/dotnet-dao-project/src/test/java/npanday/dao/impl/ArtifactFactoryTestStub.java
    incubator/npanday/trunk/components/dotnet-dao-project/src/test/java/npanday/dao/impl/ProjectDaoImplTest.java
    incubator/npanday/trunk/components/dotnet-dao-project/src/test/java/npanday/dao/impl/WagonManagerTestStub.java
    incubator/npanday/trunk/components/dotnet-dao-project/src/test/resources/pom.xml
    incubator/npanday/trunk/components/dotnet-executable/pom.xml
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/CapabilityMatcher.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/CommandCapability.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/CommandExecutor.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/CommandFilter.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/ExecutableCapability.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/ExecutableConfig.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/ExecutableContext.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/ExecutableMatchPolicy.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/ExecutableRequirement.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/ExecutionException.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/MutableExecutableCapability.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/NetExecutable.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/NetExecutableFactory.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/RepositoryExecutableContext.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/compiler/CompilerCapability.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/compiler/CompilerConfig.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/compiler/CompilerContext.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/compiler/CompilerExecutable.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/compiler/CompilerRequirement.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/compiler/InvalidArtifactException.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/compiler/KeyInfo.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/compiler/MutableCompilerCapability.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/AspxCompiler.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/BaseCompiler.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/CSharpCompilerForProfile.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/DefaultCompiler.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/DotGNUCompiler.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/JavaCompiler.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/NemerleCompiler.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/PhpCompiler.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/RubyCompiler.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/execution/CapturingLogOutputStream.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/execution/CommandExecutorSkeleton.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/execution/CommonsExecCommandExecutor.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/execution/CommonsExecLogStreamHandler.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/execution/CustomCommandline.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/execution/ErrorStreamConsumer.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/execution/PlexusUtilsCommandExecutor.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/execution/StandardStreamConsumer.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/CapabilityMatcherImpl.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/CommonsExecNetExecutable.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/CompilerContextImpl.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/CompilerPluginsRepository.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/DefaultNetExecutable.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/DefaultRepositoryNetExecutable.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/ExecutableContextImpl.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/ExecutablePluginsRepository.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/MatchPolicyFactory.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/NetExecutableFactoryImpl.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/RepositoryExecutableContextImpl.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/ThreadedNetExecutable.java
    incubator/npanday/trunk/components/dotnet-executable/src/main/resources/META-INF/plexus/components.xml
    incubator/npanday/trunk/components/dotnet-executable/src/test/groovy/npanday/executable/execution/CommandExecutorTest.groovy
    incubator/npanday/trunk/components/dotnet-model/pom.xml
    incubator/npanday/trunk/components/dotnet-plugin/pom.xml
    incubator/npanday/trunk/components/dotnet-plugin/src/main/java/npanday/plugin/AbstractMojo.java
    incubator/npanday/trunk/components/dotnet-plugin/src/main/java/npanday/plugin/ConfigurationAppender.java
    incubator/npanday/trunk/components/dotnet-plugin/src/main/java/npanday/plugin/ConfigurationAppenderAnnotation.java
    incubator/npanday/trunk/components/dotnet-plugin/src/main/java/npanday/plugin/DotNetMojo.java
    incubator/npanday/trunk/components/dotnet-plugin/src/main/java/npanday/plugin/FieldAnnotation.java
    incubator/npanday/trunk/components/dotnet-plugin/src/main/java/npanday/plugin/FieldInfo.java
    incubator/npanday/trunk/components/dotnet-plugin/src/main/java/npanday/plugin/MavenProjectConfigurationAppender.java
    incubator/npanday/trunk/components/dotnet-plugin/src/main/java/npanday/plugin/PluginContext.java
    incubator/npanday/trunk/components/dotnet-plugin/src/main/java/npanday/plugin/PomFileConfigurationAppender.java
    incubator/npanday/trunk/components/dotnet-plugin/src/main/java/npanday/plugin/StringConfigurationAppender.java
    incubator/npanday/trunk/components/dotnet-plugin/src/main/java/npanday/plugin/impl/ConfigurationAppendersRepository.java
    incubator/npanday/trunk/components/dotnet-plugin/src/main/java/npanday/plugin/impl/PluginContextImpl.java
    incubator/npanday/trunk/components/dotnet-plugin/src/main/resources/META-INF/plexus/components.xml
    incubator/npanday/trunk/components/dotnet-registry/pom.xml
    incubator/npanday/trunk/components/dotnet-registry/src/main/java/npanday/registry/ConnectionsRepository.java
    incubator/npanday/trunk/components/dotnet-registry/src/main/java/npanday/registry/DataAccessObject.java
    incubator/npanday/trunk/components/dotnet-registry/src/main/java/npanday/registry/DataAccessObjectRegistry.java
    incubator/npanday/trunk/components/dotnet-registry/src/main/java/npanday/registry/ModelInterpolator.java
    incubator/npanday/trunk/components/dotnet-registry/src/main/java/npanday/registry/NPandayRepositoryException.java
    incubator/npanday/trunk/components/dotnet-registry/src/main/java/npanday/registry/PropertyRepository.java
    incubator/npanday/trunk/components/dotnet-registry/src/main/java/npanday/registry/RegistryLoader.java
    incubator/npanday/trunk/components/dotnet-registry/src/main/java/npanday/registry/Repository.java
    incubator/npanday/trunk/components/dotnet-registry/src/main/java/npanday/registry/RepositoryLoader.java
    incubator/npanday/trunk/components/dotnet-registry/src/main/java/npanday/registry/RepositoryRegistry.java
    incubator/npanday/trunk/components/dotnet-registry/src/main/java/npanday/registry/WindowsRegistryAccessException.java
    incubator/npanday/trunk/components/dotnet-registry/src/main/java/npanday/registry/WindowsRegistryAccessProvider.java
    incubator/npanday/trunk/components/dotnet-registry/src/main/java/npanday/registry/impl/AbstractMultisourceRepository.java
    incubator/npanday/trunk/components/dotnet-registry/src/main/java/npanday/registry/impl/DataAccessObjectRegistryImpl.java
    incubator/npanday/trunk/components/dotnet-registry/src/main/java/npanday/registry/impl/RepositoryRegistryImpl.java
    incubator/npanday/trunk/components/dotnet-registry/src/main/java/npanday/registry/impl/StandardRegistryLoader.java
    incubator/npanday/trunk/components/dotnet-registry/src/main/java/npanday/registry/impl/StandardRepositoryLoader.java
    incubator/npanday/trunk/components/dotnet-registry/src/main/java/npanday/registry/impl/WinRegistry.java
    incubator/npanday/trunk/components/dotnet-registry/src/main/java/npanday/registry/impl/WindowsRegistryValueSource.java
    incubator/npanday/trunk/components/dotnet-registry/src/main/resources/META-INF/plexus/components.xml
    incubator/npanday/trunk/components/dotnet-registry/src/test/groovy/WindowsRegistryValueSourceTest.groovy
    incubator/npanday/trunk/components/dotnet-vendor/pom.xml
    incubator/npanday/trunk/components/dotnet-vendor/src/main/java/npanday/vendor/IllegalStateException.java
    incubator/npanday/trunk/components/dotnet-vendor/src/main/java/npanday/vendor/InvalidVersionFormatException.java
    incubator/npanday/trunk/components/dotnet-vendor/src/main/java/npanday/vendor/SettingsException.java
    incubator/npanday/trunk/components/dotnet-vendor/src/main/java/npanday/vendor/SettingsRepository.java
    incubator/npanday/trunk/components/dotnet-vendor/src/main/java/npanday/vendor/SettingsUtil.java
    incubator/npanday/trunk/components/dotnet-vendor/src/main/java/npanday/vendor/StateMachineProcessor.java
    incubator/npanday/trunk/components/dotnet-vendor/src/main/java/npanday/vendor/Vendor.java
    incubator/npanday/trunk/components/dotnet-vendor/src/main/java/npanday/vendor/VendorFactory.java
    incubator/npanday/trunk/components/dotnet-vendor/src/main/java/npanday/vendor/VendorInfo.java
    incubator/npanday/trunk/components/dotnet-vendor/src/main/java/npanday/vendor/VendorInfoMatchPolicy.java
    incubator/npanday/trunk/components/dotnet-vendor/src/main/java/npanday/vendor/VendorInfoRepository.java
    incubator/npanday/trunk/components/dotnet-vendor/src/main/java/npanday/vendor/VendorInfoTransitionRule.java
    incubator/npanday/trunk/components/dotnet-vendor/src/main/java/npanday/vendor/VendorRequirement.java
    incubator/npanday/trunk/components/dotnet-vendor/src/main/java/npanday/vendor/VendorRequirementState.java
    incubator/npanday/trunk/components/dotnet-vendor/src/main/java/npanday/vendor/VendorUnknownException.java
    incubator/npanday/trunk/components/dotnet-vendor/src/main/java/npanday/vendor/impl/FileBasedSettingsRepository.java
    incubator/npanday/trunk/components/dotnet-vendor/src/main/java/npanday/vendor/impl/MatchPolicyFactory.java
    incubator/npanday/trunk/components/dotnet-vendor/src/main/java/npanday/vendor/impl/SettingsBasedVendorInfo.java
    incubator/npanday/trunk/components/dotnet-vendor/src/main/java/npanday/vendor/impl/StateMachineProcessorImpl.java
    incubator/npanday/trunk/components/dotnet-vendor/src/main/java/npanday/vendor/impl/VendorInfoRepositoryImpl.java
    incubator/npanday/trunk/components/dotnet-vendor/src/main/java/npanday/vendor/impl/VendorInfoTransitionRuleFactory.java
    incubator/npanday/trunk/components/dotnet-vendor/src/main/java/npanday/vendor/impl/VersionMatcher.java
    incubator/npanday/trunk/components/dotnet-vendor/src/main/resources/META-INF/plexus/components.xml
    incubator/npanday/trunk/components/dotnet-vendor/src/test/java/npanday/vendor/VendorRequirementStateTest.java
    incubator/npanday/trunk/components/dotnet-vendor/src/test/java/npanday/vendor/VendorTestFactory.java
    incubator/npanday/trunk/components/dotnet-vendor/src/test/java/npanday/vendor/impl/MatchPolicyFactoryTest.java
    incubator/npanday/trunk/components/dotnet-vendor/src/test/java/npanday/vendor/impl/MutableVendorInfo.java
    incubator/npanday/trunk/components/dotnet-vendor/src/test/java/npanday/vendor/impl/RepositoryRegistryTestStub.java
    incubator/npanday/trunk/components/dotnet-vendor/src/test/java/npanday/vendor/impl/VendorInfoRepositoryTest.java
    incubator/npanday/trunk/components/dotnet-vendor/src/test/java/npanday/vendor/impl/VendorInfoRepositoryTestStub.java
    incubator/npanday/trunk/components/dotnet-vendor/src/test/java/npanday/vendor/impl/VendorInfoTransitionRuleFactoryTest.java
    incubator/npanday/trunk/components/pom.xml

Modified: incubator/npanday/trunk/components/dotnet-artifact/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-artifact/pom.xml?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-artifact/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-artifact/pom.xml Thu Dec 22 09:38:39 2011
@@ -1,23 +1,23 @@
 <?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.
--->
+  ~ 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.npanday</groupId>

Modified: incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/ApplicationConfig.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/ApplicationConfig.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/ApplicationConfig.java (original)
+++ incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/ApplicationConfig.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday.artifact;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday.artifact;
 
 import org.apache.maven.artifact.Artifact;
 import npanday.PathUtil;

Modified: incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/ArtifactContext.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/ArtifactContext.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/ArtifactContext.java (original)
+++ incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/ArtifactContext.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday.artifact;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday.artifact;
 
 import org.apache.maven.artifact.Artifact;
 import org.apache.maven.artifact.repository.ArtifactRepository;

Modified: incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/ArtifactException.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/ArtifactException.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/ArtifactException.java (original)
+++ incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/ArtifactException.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday.artifact;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday.artifact;
 
 /**
  * Thrown to indicate an artifact exception.

Modified: incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/ArtifactInstaller.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/ArtifactInstaller.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/ArtifactInstaller.java (original)
+++ incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/ArtifactInstaller.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday.artifact;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday.artifact;
 
 import org.apache.maven.artifact.Artifact;
 import org.apache.maven.artifact.repository.ArtifactRepository;

Modified: incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/ArtifactMatchPolicy.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/ArtifactMatchPolicy.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/ArtifactMatchPolicy.java (original)
+++ incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/ArtifactMatchPolicy.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday.artifact;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday.artifact;
 
 import org.apache.maven.artifact.Artifact;
 

Modified: incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/AssemblyResolver.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/AssemblyResolver.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/AssemblyResolver.java (original)
+++ incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/AssemblyResolver.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday.artifact;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday.artifact;
 
 import npanday.dao.ProjectDaoException;
 import org.apache.maven.project.MavenProject;

Modified: incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/NPandayArtifactResolutionException.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/NPandayArtifactResolutionException.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/NPandayArtifactResolutionException.java (original)
+++ incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/NPandayArtifactResolutionException.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday.artifact;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday.artifact;
 
 /**
  * Wrapper for exceptions caught during artifact resolution.

Modified: incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/NetDependenciesRepository.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/NetDependenciesRepository.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/NetDependenciesRepository.java (original)
+++ incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/NetDependenciesRepository.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday.artifact;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday.artifact;
 
 import npanday.registry.NPandayRepositoryException;
 import npanday.registry.Repository;

Modified: incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/NetDependencyMatchPolicy.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/NetDependencyMatchPolicy.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/NetDependencyMatchPolicy.java (original)
+++ incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/NetDependencyMatchPolicy.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday.artifact;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday.artifact;
 
 import npanday.model.netdependency.NetDependency;
 

Modified: incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/impl/ArtifactContextImpl.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/impl/ArtifactContextImpl.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/impl/ArtifactContextImpl.java (original)
+++ incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/impl/ArtifactContextImpl.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday.artifact.impl;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday.artifact.impl;
 
 import java.util.*;
 import java.io.File;

Modified: incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/impl/ArtifactInstallerImpl.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/impl/ArtifactInstallerImpl.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/impl/ArtifactInstallerImpl.java (original)
+++ incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/impl/ArtifactInstallerImpl.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday.artifact.impl;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday.artifact.impl;
 
 import npanday.ArtifactTypeHelper;
 import npanday.artifact.*;

Modified: incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/impl/AssemblyResolverImpl.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/impl/AssemblyResolverImpl.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/impl/AssemblyResolverImpl.java (original)
+++ incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/impl/AssemblyResolverImpl.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday.artifact.impl;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday.artifact.impl;
 
 import npanday.PathUtil;
 import npanday.artifact.AssemblyResolver;

Modified: incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/impl/NetDependenciesRepositoryImpl.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/impl/NetDependenciesRepositoryImpl.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/impl/NetDependenciesRepositoryImpl.java (original)
+++ incubator/npanday/trunk/components/dotnet-artifact/src/main/java/npanday/artifact/impl/NetDependenciesRepositoryImpl.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday.artifact.impl;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday.artifact.impl;
 
 import npanday.artifact.NetDependenciesRepository;
 import npanday.artifact.NetDependencyMatchPolicy;

Modified: incubator/npanday/trunk/components/dotnet-artifact/src/main/resources/META-INF/npanday/artifact-registry.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-artifact/src/main/resources/META-INF/npanday/artifact-registry.xml?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-artifact/src/main/resources/META-INF/npanday/artifact-registry.xml (original)
+++ incubator/npanday/trunk/components/dotnet-artifact/src/main/resources/META-INF/npanday/artifact-registry.xml Thu Dec 22 09:38:39 2011
@@ -1,22 +1,22 @@
 <?xml version="1.0"?>
 <!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
+  ~ 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.
+  -->
 <registry-config>
   <repositories>
     <repository>

Modified: incubator/npanday/trunk/components/dotnet-artifact/src/main/resources/META-INF/plexus/components.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-artifact/src/main/resources/META-INF/plexus/components.xml?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-artifact/src/main/resources/META-INF/plexus/components.xml (original)
+++ incubator/npanday/trunk/components/dotnet-artifact/src/main/resources/META-INF/plexus/components.xml Thu Dec 22 09:38:39 2011
@@ -1,21 +1,21 @@
 <!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
+  ~ 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: incubator/npanday/trunk/components/dotnet-artifact/src/test/java/npanday/artifact/impl/ArtifactFactoryTestStub.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-artifact/src/test/java/npanday/artifact/impl/ArtifactFactoryTestStub.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-artifact/src/test/java/npanday/artifact/impl/ArtifactFactoryTestStub.java (original)
+++ incubator/npanday/trunk/components/dotnet-artifact/src/test/java/npanday/artifact/impl/ArtifactFactoryTestStub.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday.artifact.impl;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -17,8 +19,6 @@
  * under the License.
  */
 
-package npanday.artifact.impl;
-
 import org.apache.maven.artifact.factory.ArtifactFactory;
 import org.apache.maven.artifact.Artifact;
 import org.apache.maven.artifact.DefaultArtifact;

Modified: incubator/npanday/trunk/components/dotnet-artifact/src/test/java/npanday/artifact/impl/ArtifactInstallerImplTest.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-artifact/src/test/java/npanday/artifact/impl/ArtifactInstallerImplTest.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-artifact/src/test/java/npanday/artifact/impl/ArtifactInstallerImplTest.java (original)
+++ incubator/npanday/trunk/components/dotnet-artifact/src/test/java/npanday/artifact/impl/ArtifactInstallerImplTest.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday.artifact.impl;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -17,8 +19,6 @@
  * under the License.
  */
 
-package npanday.artifact.impl;
-
 import junit.framework.TestCase;
 
 import java.util.ArrayList;

Modified: incubator/npanday/trunk/components/dotnet-artifact/src/test/java/npanday/artifact/impl/DummyLogger.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-artifact/src/test/java/npanday/artifact/impl/DummyLogger.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-artifact/src/test/java/npanday/artifact/impl/DummyLogger.java (original)
+++ incubator/npanday/trunk/components/dotnet-artifact/src/test/java/npanday/artifact/impl/DummyLogger.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday.artifact.impl;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -17,8 +19,6 @@
  * under the License.
  */
 
-package npanday.artifact.impl;
-
 import org.codehaus.plexus.logging.Logger;
 
 public class DummyLogger implements Logger

Modified: incubator/npanday/trunk/components/dotnet-assembler/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-assembler/pom.xml?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-assembler/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-assembler/pom.xml Thu Dec 22 09:38:39 2011
@@ -1,23 +1,23 @@
 <?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.
--->
+  ~ 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.npanday</groupId>

Modified: incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/AssemblerContext.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/AssemblerContext.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/AssemblerContext.java (original)
+++ incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/AssemblerContext.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday.assembler;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday.assembler;
 
 import npanday.InitializationException;
 import npanday.PlatformUnsupportedException;

Modified: incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/AssemblyInfo.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/AssemblyInfo.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/AssemblyInfo.java (original)
+++ incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/AssemblyInfo.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday.assembler;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday.assembler;
 
 import java.io.File;
 import java.util.Collections;

Modified: incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/AssemblyInfoException.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/AssemblyInfoException.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/AssemblyInfoException.java (original)
+++ incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/AssemblyInfoException.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday.assembler;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday.assembler;
 
 /**
  * Exception thrown when there is a problem processing the assembly info.

Modified: incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/AssemblyInfoMarshaller.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/AssemblyInfoMarshaller.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/AssemblyInfoMarshaller.java (original)
+++ incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/AssemblyInfoMarshaller.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday.assembler;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday.assembler;
 
 import java.io.OutputStream;
 import java.io.IOException;

Modified: incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/impl/AssemblerContextImpl.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/impl/AssemblerContextImpl.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/impl/AssemblerContextImpl.java (original)
+++ incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/impl/AssemblerContextImpl.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday.assembler.impl;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday.assembler.impl;
 
 import npanday.assembler.AssemblerContext;
 import npanday.assembler.AssemblyInfo;

Modified: incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/impl/AssemblyPluginsRepository.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/impl/AssemblyPluginsRepository.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/impl/AssemblyPluginsRepository.java (original)
+++ incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/impl/AssemblyPluginsRepository.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday.assembler.impl;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday.assembler.impl;
 
 import npanday.assembler.AssemblyInfoException;
 import npanday.model.assembly.plugins.AssemblyPlugin;

Modified: incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/impl/DefaultAssemblyInfoMarshaller.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/impl/DefaultAssemblyInfoMarshaller.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/impl/DefaultAssemblyInfoMarshaller.java (original)
+++ incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/impl/DefaultAssemblyInfoMarshaller.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday.assembler.impl;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday.assembler.impl;
 
 import npanday.assembler.AssemblyInfoException;
 import npanday.assembler.AssemblyInfoMarshaller;

Modified: incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/impl/JavaAssemblyInfoMarshaller.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/impl/JavaAssemblyInfoMarshaller.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/impl/JavaAssemblyInfoMarshaller.java (original)
+++ incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/impl/JavaAssemblyInfoMarshaller.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday.assembler.impl;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday.assembler.impl;
 
 import npanday.assembler.AssemblyInfoMarshaller;
 import npanday.assembler.AssemblyInfo;

Modified: incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/impl/VBAssemblyInfoMarshaller.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/impl/VBAssemblyInfoMarshaller.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/impl/VBAssemblyInfoMarshaller.java (original)
+++ incubator/npanday/trunk/components/dotnet-assembler/src/main/java/npanday/assembler/impl/VBAssemblyInfoMarshaller.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday.assembler.impl;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday.assembler.impl;
 
 import npanday.assembler.AssemblyInfoMarshaller;
 import npanday.assembler.AssemblyInfo;

Modified: incubator/npanday/trunk/components/dotnet-assembler/src/main/resources/META-INF/plexus/components.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-assembler/src/main/resources/META-INF/plexus/components.xml?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-assembler/src/main/resources/META-INF/plexus/components.xml (original)
+++ incubator/npanday/trunk/components/dotnet-assembler/src/main/resources/META-INF/plexus/components.xml Thu Dec 22 09:38:39 2011
@@ -1,21 +1,21 @@
 <!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
+  ~ 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>
     <!-- generated by plexus-maven-plugin -->
 </component-set>

Modified: incubator/npanday/trunk/components/dotnet-assembler/src/test/java/npanday/assembler/impl/DefaultAssemblyInfoUnmarshallerTest.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-assembler/src/test/java/npanday/assembler/impl/DefaultAssemblyInfoUnmarshallerTest.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-assembler/src/test/java/npanday/assembler/impl/DefaultAssemblyInfoUnmarshallerTest.java (original)
+++ incubator/npanday/trunk/components/dotnet-assembler/src/test/java/npanday/assembler/impl/DefaultAssemblyInfoUnmarshallerTest.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday.assembler.impl;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday.assembler.impl;
 
 import junit.framework.TestCase;
 

Modified: incubator/npanday/trunk/components/dotnet-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-core/pom.xml?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-core/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-core/pom.xml Thu Dec 22 09:38:39 2011
@@ -1,23 +1,23 @@
 <?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.
--->
+  ~ 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.npanday</groupId>

Modified: incubator/npanday/trunk/components/dotnet-core/src/main/groovy/npanday/lifecycle/LifecycleConfigurationGenerator.groovy
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-core/src/main/groovy/npanday/lifecycle/LifecycleConfigurationGenerator.groovy?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-core/src/main/groovy/npanday/lifecycle/LifecycleConfigurationGenerator.groovy (original)
+++ incubator/npanday/trunk/components/dotnet-core/src/main/groovy/npanday/lifecycle/LifecycleConfigurationGenerator.groovy Thu Dec 22 09:38:39 2011
@@ -1,13 +1,14 @@
-/* Copyright 2010 NPanday
+/*
  * 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
- * 
+ *   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

Modified: incubator/npanday/trunk/components/dotnet-core/src/main/groovy/npanday/lifecycle/LifecycleMappingBuilder.groovy
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-core/src/main/groovy/npanday/lifecycle/LifecycleMappingBuilder.groovy?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-core/src/main/groovy/npanday/lifecycle/LifecycleMappingBuilder.groovy (original)
+++ incubator/npanday/trunk/components/dotnet-core/src/main/groovy/npanday/lifecycle/LifecycleMappingBuilder.groovy Thu Dec 22 09:38:39 2011
@@ -1,13 +1,14 @@
-/* Copyright 2010 NPanday
+/*
  * 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
- * 
+ *   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

Modified: incubator/npanday/trunk/components/dotnet-core/src/main/groovy/npanday/lifecycle/LifecyclePrinter.groovy
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-core/src/main/groovy/npanday/lifecycle/LifecyclePrinter.groovy?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-core/src/main/groovy/npanday/lifecycle/LifecyclePrinter.groovy (original)
+++ incubator/npanday/trunk/components/dotnet-core/src/main/groovy/npanday/lifecycle/LifecyclePrinter.groovy Thu Dec 22 09:38:39 2011
@@ -1,13 +1,14 @@
-/* Copyright 2010 NPanday
+/*
  * 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
- * 
+ *   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

Modified: incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/ArtifactType.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/ArtifactType.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/ArtifactType.java (original)
+++ incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/ArtifactType.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday;
 
 /**
  * Enumeration of all the valid target types for the .NET platform.

Modified: incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/ArtifactTypeHelper.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/ArtifactTypeHelper.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/ArtifactTypeHelper.java (original)
+++ incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/ArtifactTypeHelper.java Thu Dec 22 09:38:39 2011
@@ -1,20 +1,24 @@
+package npanday;
+
 /*
- * Copyright 2010 NPanday
+ * 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.
  */
 
-package npanday;
-
 /**
  * Some helper methods for classifying packaging types.
  *

Modified: incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/InitializationException.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/InitializationException.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/InitializationException.java (original)
+++ incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/InitializationException.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday;
 
 /**
  * Exception thrown on initialization errors.

Modified: incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/NPandayContext.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/NPandayContext.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/NPandayContext.java (original)
+++ incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/NPandayContext.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday;
 
 import org.codehaus.plexus.logging.Logger;
 

Modified: incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/PathUtil.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/PathUtil.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/PathUtil.java (original)
+++ incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/PathUtil.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday;
 
 import org.apache.maven.artifact.Artifact;
 import org.apache.maven.artifact.repository.layout.DefaultRepositoryLayout;

Modified: incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/PlatformUnsupportedException.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/PlatformUnsupportedException.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/PlatformUnsupportedException.java (original)
+++ incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/PlatformUnsupportedException.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday;
 
 /**
  * Exception class thrown when the invoking platform does not support the given vendor (MICROSOFT/MONO) or the compiler

Modified: incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/RepositoryNotFoundException.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/RepositoryNotFoundException.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/RepositoryNotFoundException.java (original)
+++ incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/RepositoryNotFoundException.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday;
 
 /**
  * Exception class thrown when a Repository does not exist in the registry.

Modified: incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/Version.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/Version.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/Version.java (original)
+++ incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/Version.java Thu Dec 22 09:38:39 2011
@@ -1,3 +1,5 @@
+package npanday;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday;
 
 /**
  * Provides access to the major, minor, build and revision version information.

Modified: incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/lifecycle/LifecycleMap.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/lifecycle/LifecycleMap.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/lifecycle/LifecycleMap.java (original)
+++ incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/lifecycle/LifecycleMap.java Thu Dec 22 09:38:39 2011
@@ -1,18 +1,23 @@
-/* 
- * Copyright 2010 NPanday
- * 
- * 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
+package npanday.lifecycle;
+
+/*
+ * 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
  *
- * 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.
+ *   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 npanday.lifecycle;
 
 import java.util.ArrayList;
 import java.util.List;

Modified: incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/lifecycle/LifecycleMapping.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/lifecycle/LifecycleMapping.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/lifecycle/LifecycleMapping.java (original)
+++ incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/lifecycle/LifecycleMapping.java Thu Dec 22 09:38:39 2011
@@ -1,18 +1,23 @@
-/* 
- * Copyright 2010 NPanday
- * 
- * 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
+package npanday.lifecycle;
+
+/*
+ * 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
  *
- * 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.
+ *   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 npanday.lifecycle;
 
 import java.util.ArrayList;
 import java.util.List;

Modified: incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/lifecycle/LifecyclePhase.java
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/lifecycle/LifecyclePhase.java?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/lifecycle/LifecyclePhase.java (original)
+++ incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/lifecycle/LifecyclePhase.java Thu Dec 22 09:38:39 2011
@@ -1,18 +1,23 @@
-/* 
- * Copyright 2010 NPanday
- * 
- * 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
+package npanday.lifecycle;
+
+/*
+ * 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
  *
- * 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.
+ *   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 npanday.lifecycle;
 
 import java.util.ArrayList;
 import java.util.List;

Modified: incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/assembly-plugins.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/assembly-plugins.xml?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/assembly-plugins.xml (original)
+++ incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/assembly-plugins.xml Thu Dec 22 09:38:39 2011
@@ -1,21 +1,21 @@
 <!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
+  ~ 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.
+  -->
 <assemblyPlugins>
   <assemblyPlugin>
     <identifier>CS</identifier>

Modified: incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml?rev=1222128&r1=1222127&r2=1222128&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml (original)
+++ incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml Thu Dec 22 09:38:39 2011
@@ -1,21 +1,21 @@
 <!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
+  ~ 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.
+  -->
 <compilerPlugins>
   <compilerPlugin>
     <identifier>MS-CS-1.1</identifier>