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/23 04:15:06 UTC

svn commit: r1222550 [3/8] - in /incubator/npanday/branches/npanday-1.4.x: ./ components/ components/dotnet-artifact/ components/dotnet-artifact/src/main/java/npanday/artifact/ components/dotnet-artifact/src/main/java/npanday/artifact/impl/ components/...

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/CSharpCompilerForProfile.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/CSharpCompilerForProfile.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/CSharpCompilerForProfile.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/CSharpCompilerForProfile.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.executable.compiler.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.executable.compiler.impl;
 
 import npanday.executable.compiler.CompilerExecutable;
 import npanday.executable.ExecutionException;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/DefaultCompiler.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/DefaultCompiler.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/DefaultCompiler.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/DefaultCompiler.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.executable.compiler.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.executable.compiler.impl;
 
 import org.apache.maven.artifact.Artifact;
 import org.codehaus.plexus.util.FileUtils;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/DotGNUCompiler.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/DotGNUCompiler.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/DotGNUCompiler.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/DotGNUCompiler.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.executable.compiler.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.executable.compiler.impl;
 
 import npanday.executable.ExecutionException;
 import npanday.executable.compiler.CompilerConfig;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/JavaCompiler.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/JavaCompiler.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/JavaCompiler.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/JavaCompiler.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.executable.compiler.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.executable.compiler.impl;
 
 import npanday.executable.ExecutionException;
 

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/NemerleCompiler.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/NemerleCompiler.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/NemerleCompiler.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/NemerleCompiler.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.executable.compiler.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.executable.compiler.impl;
 
 import npanday.executable.ExecutionException;
 import npanday.executable.compiler.CompilerConfig;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/PhpCompiler.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/PhpCompiler.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/PhpCompiler.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/PhpCompiler.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.executable.compiler.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.executable.compiler.impl;
 
 import npanday.executable.ExecutionException;
 import npanday.executable.compiler.CompilerConfig;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/RubyCompiler.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/RubyCompiler.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/RubyCompiler.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/RubyCompiler.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.executable.compiler.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.executable.compiler.impl;
 
 import npanday.executable.ExecutionException;
 import npanday.executable.compiler.CompilerConfig;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/CapabilityMatcherImpl.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/CapabilityMatcherImpl.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/CapabilityMatcherImpl.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/CapabilityMatcherImpl.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.executable.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.executable.impl;
 
 import npanday.PlatformUnsupportedException;
 import npanday.executable.*;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/CompilerContextImpl.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/CompilerContextImpl.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/CompilerContextImpl.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/CompilerContextImpl.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.executable.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.executable.impl;
 
 import npanday.ArtifactTypeHelper;
 import npanday.executable.CommandExecutor;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/CompilerPluginsRepository.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/CompilerPluginsRepository.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/CompilerPluginsRepository.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/CompilerPluginsRepository.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.executable.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.executable.impl;
 
 import npanday.registry.NPandayRepositoryException;
 import npanday.registry.Repository;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/DefaultNetExecutable.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/DefaultNetExecutable.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/DefaultNetExecutable.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/DefaultNetExecutable.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.executable.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.executable.impl;
 
 import npanday.PathUtil;
 import npanday.executable.ExecutionException;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/DefaultRepositoryNetExecutable.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/DefaultRepositoryNetExecutable.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/DefaultRepositoryNetExecutable.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/DefaultRepositoryNetExecutable.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.executable.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.executable.impl;
 
 import npanday.executable.ExecutionException;
 import npanday.executable.CommandExecutor;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/ExecutableContextImpl.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/ExecutableContextImpl.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/ExecutableContextImpl.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/ExecutableContextImpl.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.executable.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.executable.impl;
 
 import npanday.executable.*;
 import npanday.registry.Repository;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/ExecutablePluginsRepository.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/ExecutablePluginsRepository.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/ExecutablePluginsRepository.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/ExecutablePluginsRepository.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.executable.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.executable.impl;
 
 import npanday.registry.NPandayRepositoryException;
 import npanday.registry.Repository;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/MatchPolicyFactory.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/MatchPolicyFactory.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/MatchPolicyFactory.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/MatchPolicyFactory.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.executable.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.executable.impl;
 
 import npanday.executable.ExecutableMatchPolicy;
 import npanday.vendor.Vendor;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/NetExecutableFactoryImpl.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/NetExecutableFactoryImpl.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/NetExecutableFactoryImpl.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/NetExecutableFactoryImpl.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.executable.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.executable.impl;
 
 import npanday.executable.*;
 import npanday.executable.compiler.CompilerRequirement;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/RepositoryExecutableContextImpl.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/RepositoryExecutableContextImpl.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/RepositoryExecutableContextImpl.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/RepositoryExecutableContextImpl.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.executable.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.executable.impl;
 
 import npanday.executable.*;
 import npanday.executable.ExecutionException;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/ThreadedNetExecutable.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/ThreadedNetExecutable.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/ThreadedNetExecutable.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/java/npanday/executable/impl/ThreadedNetExecutable.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.executable.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.executable.impl;
 
 import npanday.PathUtil;
 import npanday.executable.NetExecutable;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/resources/META-INF/plexus/components.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/resources/META-INF/plexus/components.xml?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/resources/META-INF/plexus/components.xml (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-executable/src/main/resources/META-INF/plexus/components.xml Fri Dec 23 04:14:56 2011
@@ -1,20 +1,20 @@
 <!--
-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>

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-model/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-model/pom.xml?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-model/pom.xml (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-model/pom.xml Fri Dec 23 04:14:56 2011
@@ -1,22 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
+  ~ 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> 

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/pom.xml?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/pom.xml (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/pom.xml Fri Dec 23 04:14:56 2011
@@ -1,22 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
+  ~ 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> 

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/AbstractMojo.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/AbstractMojo.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/AbstractMojo.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/AbstractMojo.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.plugin;
+
 /*
  * 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.plugin;
 
 import npanday.PathUtil;
 import npanday.PlatformUnsupportedException;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/ConfigurationAppender.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/ConfigurationAppender.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/ConfigurationAppender.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/ConfigurationAppender.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.plugin;
+
 /*
  * 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.plugin;
-
 import org.apache.maven.plugin.MojoExecutionException;
 import org.w3c.dom.Element;
 import org.w3c.dom.Document;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/ConfigurationAppenderAnnotation.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/ConfigurationAppenderAnnotation.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/ConfigurationAppenderAnnotation.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/ConfigurationAppenderAnnotation.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.plugin;
+
 /*
  * 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.plugin;
 
 import java.lang.annotation.ElementType;
 import java.lang.annotation.Documented;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/DotNetMojo.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/DotNetMojo.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/DotNetMojo.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/DotNetMojo.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.plugin;
+
 /*
  * 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.plugin;
 
 import org.apache.maven.project.MavenProject;
 import npanday.executable.NetExecutableFactory;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/FieldAnnotation.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/FieldAnnotation.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/FieldAnnotation.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/FieldAnnotation.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.plugin;
+
 /*
  * 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.plugin;
-
 import java.lang.annotation.Retention;
 import java.lang.annotation.RetentionPolicy;
 

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/FieldInfo.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/FieldInfo.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/FieldInfo.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/FieldInfo.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.plugin;
+
 /*
  * 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.plugin;
-
 public interface FieldInfo
 {
 

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/MavenProjectConfigurationAppender.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/MavenProjectConfigurationAppender.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/MavenProjectConfigurationAppender.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/MavenProjectConfigurationAppender.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.plugin;
+
 /*
  * 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.plugin;
-
 import org.w3c.dom.Element;
 import org.w3c.dom.Node;
 import org.w3c.dom.Document;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/PluginContext.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/PluginContext.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/PluginContext.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/PluginContext.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.plugin;
+
 /*
  * 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.plugin;
-
 import java.lang.reflect.Field;
 
 public interface PluginContext

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/PomFileConfigurationAppender.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/PomFileConfigurationAppender.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/PomFileConfigurationAppender.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/PomFileConfigurationAppender.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.plugin;
+
 /*
  * 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.plugin;
-
 import org.w3c.dom.Document;
 import org.w3c.dom.Element;
 import org.w3c.dom.Node;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/StringConfigurationAppender.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/StringConfigurationAppender.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/StringConfigurationAppender.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/StringConfigurationAppender.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.plugin;
+
 /*
  * 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.plugin;
-
 import org.w3c.dom.Document;
 import org.w3c.dom.Element;
 import org.w3c.dom.Node;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/impl/ConfigurationAppendersRepository.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/impl/ConfigurationAppendersRepository.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/impl/ConfigurationAppendersRepository.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/impl/ConfigurationAppendersRepository.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.plugin.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.plugin.impl;
 
 import npanday.registry.NPandayRepositoryException;
 import npanday.registry.Repository;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/impl/PluginContextImpl.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/impl/PluginContextImpl.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/impl/PluginContextImpl.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/java/npanday/plugin/impl/PluginContextImpl.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.plugin.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.plugin.impl;
 
 import npanday.plugin.PluginContext;
 import npanday.plugin.ConfigurationAppender;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/resources/META-INF/plexus/components.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/resources/META-INF/plexus/components.xml?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/resources/META-INF/plexus/components.xml (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-plugin/src/main/resources/META-INF/plexus/components.xml Fri Dec 23 04:14:56 2011
@@ -1,20 +1,20 @@
 <!--
-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>

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

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/ConnectionsRepository.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/ConnectionsRepository.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/ConnectionsRepository.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/ConnectionsRepository.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.registry;
+
 /*
  * 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.registry;
 
 import org.openrdf.repository.RepositoryException;
 import org.openrdf.repository.sail.SailRepository;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/DataAccessObject.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/DataAccessObject.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/DataAccessObject.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/DataAccessObject.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.registry;
+
 /*
  * 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.registry;
 
 public interface DataAccessObject
 {

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/DataAccessObjectRegistry.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/DataAccessObjectRegistry.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/DataAccessObjectRegistry.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/DataAccessObjectRegistry.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.registry;
+
 /*
  * 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.registry;
 
 import java.util.Set;
 

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/NPandayRepositoryException.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/NPandayRepositoryException.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/NPandayRepositoryException.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/NPandayRepositoryException.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.registry;
+
 /*
  * 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.registry;
 
 /**
  * Wrapper for exceptions caught in NetDependenciesRepository

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/PropertyRepository.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/PropertyRepository.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/PropertyRepository.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/PropertyRepository.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.registry;
+
 /*
  * 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.registry;
 
 import java.util.Properties;
 import java.util.Hashtable;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/RegistryLoader.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/RegistryLoader.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/RegistryLoader.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/RegistryLoader.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.registry;
+
 /*
  * 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.registry;
 
 import java.io.InputStream;
 import java.io.IOException;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/Repository.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/Repository.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/Repository.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/Repository.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.registry;
+
 /*
  * 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.registry;
 
 import java.io.InputStream;
 import java.io.IOException;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/RepositoryLoader.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/RepositoryLoader.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/RepositoryLoader.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/RepositoryLoader.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.registry;
+
 /*
  * 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.registry;
 
 import java.util.Hashtable;
 import java.io.IOException;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/RepositoryRegistry.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/RepositoryRegistry.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/RepositoryRegistry.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/RepositoryRegistry.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.registry;
+
 /*
  * 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.registry;
 
 import java.io.InputStream;
 import java.io.IOException;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/impl/DataAccessObjectRegistryImpl.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/impl/DataAccessObjectRegistryImpl.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/impl/DataAccessObjectRegistryImpl.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/impl/DataAccessObjectRegistryImpl.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.registry.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.registry.impl;
 
 import npanday.registry.*;
 

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/impl/RepositoryRegistryImpl.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/impl/RepositoryRegistryImpl.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/impl/RepositoryRegistryImpl.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/impl/RepositoryRegistryImpl.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.registry.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.registry.impl;
 
 import npanday.registry.*;
 

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/impl/StandardRegistryLoader.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/impl/StandardRegistryLoader.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/impl/StandardRegistryLoader.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/impl/StandardRegistryLoader.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.registry.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.registry.impl;
 
 import npanday.registry.NPandayRepositoryException;
 import npanday.registry.RegistryLoader;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/impl/StandardRepositoryLoader.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/impl/StandardRepositoryLoader.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/impl/StandardRepositoryLoader.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/java/npanday/registry/impl/StandardRepositoryLoader.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.registry.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.registry.impl;
 
 import npanday.registry.NPandayRepositoryException;
 import npanday.registry.Repository;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/resources/META-INF/plexus/components.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/resources/META-INF/plexus/components.xml?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/resources/META-INF/plexus/components.xml (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/resources/META-INF/plexus/components.xml Fri Dec 23 04:14:56 2011
@@ -1,20 +1,20 @@
 <!--
-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>

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/pom.xml?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/pom.xml (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/pom.xml Fri Dec 23 04:14:56 2011
@@ -1,22 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
+  ~ 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> 

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/IllegalStateException.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/IllegalStateException.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/IllegalStateException.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/IllegalStateException.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.vendor;
+
 /*
  * 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.vendor;
 
 /**
  * Exception thrown when the framework detects a vendor info state that it does not recognize or that it cannot handle. 

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/InvalidVersionFormatException.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/InvalidVersionFormatException.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/InvalidVersionFormatException.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/InvalidVersionFormatException.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.vendor;
+
 /*
  * 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.vendor;
 
 /**
  * Exception thrown when a version is invalid.

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/SettingsException.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/SettingsException.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/SettingsException.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/SettingsException.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.vendor;
+
 /*
  * 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.vendor;
-
 /**
  *   Exception class thrown when there is trouble reading the NPanday-Settings.
  *   @author Lars Corneliussen (me@lcorneliussen.de)

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/SettingsUtil.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/SettingsUtil.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/SettingsUtil.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/SettingsUtil.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.vendor;
+
 /*
  * 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.vendor;
-
 import npanday.PathUtil;
 import npanday.registry.NPandayRepositoryException;
 import npanday.registry.RepositoryRegistry;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/StateMachineProcessor.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/StateMachineProcessor.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/StateMachineProcessor.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/StateMachineProcessor.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.vendor;
+
 /*
  * 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.vendor;
 
 /**
  * Provides services for filling in missing vendor info according to its state of completion. An implementation of this

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/Vendor.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/Vendor.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/Vendor.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/Vendor.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.vendor;
+
 /*
  * 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.vendor;
 
 /**
  * Enumeration of supported vendors.

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/VendorFactory.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/VendorFactory.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/VendorFactory.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/VendorFactory.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.vendor;
+
 /*
  * 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.vendor;
 
 import npanday.PlatformUnsupportedException;
 

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/VendorInfo.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/VendorInfo.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/VendorInfo.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/VendorInfo.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.vendor;
+
 /*
  * 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.vendor;
 
 import java.io.File;
 import java.util.List;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/VendorInfoMatchPolicy.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/VendorInfoMatchPolicy.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/VendorInfoMatchPolicy.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/VendorInfoMatchPolicy.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.vendor;
+
 /*
  * 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.vendor;
 
 /**
  * Provides services for matching vendor information.

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/VendorInfoRepository.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/VendorInfoRepository.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/VendorInfoRepository.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/VendorInfoRepository.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.vendor;
+
 /*
  * 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.vendor;
 
 import npanday.PlatformUnsupportedException;
 

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/VendorInfoTransitionRule.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/VendorInfoTransitionRule.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/VendorInfoTransitionRule.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/VendorInfoTransitionRule.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.vendor;
+
 /*
  * 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.vendor;
 
 /**
  * Provides a service for filling in (or processing) vendor information and transitioning its state. The

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/impl/MatchPolicyFactory.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/impl/MatchPolicyFactory.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/impl/MatchPolicyFactory.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/impl/MatchPolicyFactory.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.vendor.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.vendor.impl;
 
 import npanday.vendor.VendorInfoMatchPolicy;
 import npanday.vendor.VendorInfo;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/impl/StateMachineProcessorImpl.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/impl/StateMachineProcessorImpl.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/impl/StateMachineProcessorImpl.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/impl/StateMachineProcessorImpl.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.vendor.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.vendor.impl;
 
 import npanday.vendor.*;
 import npanday.vendor.IllegalStateException;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/impl/VendorInfoRepositoryImpl.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/impl/VendorInfoRepositoryImpl.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/impl/VendorInfoRepositoryImpl.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/impl/VendorInfoRepositoryImpl.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.vendor.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.vendor.impl;
 
 import npanday.ArtifactType;
 import npanday.ArtifactTypeHelper;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/impl/VendorInfoTransitionRuleFactory.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/impl/VendorInfoTransitionRuleFactory.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/impl/VendorInfoTransitionRuleFactory.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/impl/VendorInfoTransitionRuleFactory.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.vendor.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.vendor.impl;
 
 import npanday.vendor.*;
 import npanday.InitializationException;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/impl/VersionMatcher.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/impl/VersionMatcher.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/impl/VersionMatcher.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/java/npanday/vendor/impl/VersionMatcher.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.vendor.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.vendor.impl;
 
 import java.util.regex.Pattern;
 import java.util.Iterator;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/resources/META-INF/plexus/components.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/resources/META-INF/plexus/components.xml?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/resources/META-INF/plexus/components.xml (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/main/resources/META-INF/plexus/components.xml Fri Dec 23 04:14:56 2011
@@ -1,20 +1,20 @@
 <!--
-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>

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/test/java/npanday/vendor/VendorTestFactory.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/test/java/npanday/vendor/VendorTestFactory.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/test/java/npanday/vendor/VendorTestFactory.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/test/java/npanday/vendor/VendorTestFactory.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.vendor;
+
 /*
  * 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.vendor;
 
 import npanday.model.settings.DefaultSetup;
 

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/test/java/npanday/vendor/impl/MatchPolicyFactoryTest.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/test/java/npanday/vendor/impl/MatchPolicyFactoryTest.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/test/java/npanday/vendor/impl/MatchPolicyFactoryTest.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/test/java/npanday/vendor/impl/MatchPolicyFactoryTest.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.vendor.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.vendor.impl;
 
 import junit.framework.TestCase;
 import org.codehaus.plexus.logging.console.ConsoleLogger;

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/test/java/npanday/vendor/impl/RepositoryRegistryTestStub.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/test/java/npanday/vendor/impl/RepositoryRegistryTestStub.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/test/java/npanday/vendor/impl/RepositoryRegistryTestStub.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/test/java/npanday/vendor/impl/RepositoryRegistryTestStub.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.vendor.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.vendor.impl;
 
 import npanday.registry.*;
 

Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/test/java/npanday/vendor/impl/VendorInfoRepositoryTestStub.java
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/test/java/npanday/vendor/impl/VendorInfoRepositoryTestStub.java?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/test/java/npanday/vendor/impl/VendorInfoRepositoryTestStub.java (original)
+++ incubator/npanday/branches/npanday-1.4.x/components/dotnet-vendor/src/test/java/npanday/vendor/impl/VendorInfoRepositoryTestStub.java Fri Dec 23 04:14:56 2011
@@ -1,3 +1,5 @@
+package npanday.vendor.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.vendor.impl;
 
 import npanday.vendor.VendorInfoRepository;
 import npanday.vendor.VendorInfo;