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 [6/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/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/IWebServicesRefUtils.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/IWebServicesRefUtils.cs?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/IWebServicesRefUtils.cs (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/IWebServicesRefUtils.cs Fri Dec 23 04:14:56 2011
@@ -1,3 +1,23 @@
+#region Apache License, Version 2.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.
+//
+#endregion
 using System.Collections.Generic;
 using EnvDTE;
 

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/LocalArtifactItem.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/LocalArtifactItem.cs?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/LocalArtifactItem.cs (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/LocalArtifactItem.cs Fri Dec 23 04:14:56 2011
@@ -1,3 +1,23 @@
+#region Apache License, Version 2.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.
+//
+#endregion
 using System.Windows.Forms;
 
 namespace NPanday.VisualStudio.Addin

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/LoginForm.resx
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/LoginForm.resx?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/LoginForm.resx (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/LoginForm.resx Fri Dec 23 04:14:56 2011
@@ -1,4 +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.
+  -->
+
 <root>
   <!-- 
     Microsoft ResX Schema 

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/Messages.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/Messages.cs?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/Messages.cs (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/Messages.cs Fri Dec 23 04:14:56 2011
@@ -1,3 +1,23 @@
+#region Apache License, Version 2.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.
+//
+#endregion
 namespace NPanday.VisualStudio.Addin
 {
     /// <summary>

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/NPanday.VisualStudio.Addin.AddIn
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/NPanday.VisualStudio.Addin.AddIn?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/NPanday.VisualStudio.Addin.csproj
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/NPanday.VisualStudio.Addin.csproj?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/NPanday.VisualStudio.Addin.csproj (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/NPanday.VisualStudio.Addin.csproj Fri Dec 23 04:14:56 2011
@@ -1,21 +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://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
   <PropertyGroup>

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/NPandayBuildSystemProperties.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/NPandayBuildSystemProperties.cs?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/NPandayBuildSystemProperties.cs (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/NPandayBuildSystemProperties.cs Fri Dec 23 04:14:56 2011
@@ -1,3 +1,23 @@
+#region Apache License, Version 2.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.
+//
+#endregion
 using System;
 
 namespace NPanday.VisualStudio.Addin

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/NPandayImportProjectForm.resx
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/NPandayImportProjectForm.resx?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/NPandayImportProjectForm.resx (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/NPandayImportProjectForm.resx Fri Dec 23 04:14:56 2011
@@ -1,4 +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.
+  -->
+
 <root>
   <!-- 
     Microsoft ResX Schema 

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/NPandaySignAssembly.resx
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/NPandaySignAssembly.resx?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/NPandaySignAssembly.resx (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/NPandaySignAssembly.resx Fri Dec 23 04:14:56 2011
@@ -1,4 +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.
+  -->
+
 <root>
   <!-- 
     Microsoft ResX Schema 

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/ReferenceErrorEventArgs.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/ReferenceErrorEventArgs.cs?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/ReferenceErrorEventArgs.cs (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/ReferenceErrorEventArgs.cs Fri Dec 23 04:14:56 2011
@@ -1,3 +1,23 @@
+#region Apache License, Version 2.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.
+//
+#endregion
 using System;
 
 namespace NPanday.VisualStudio.Addin

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/ReferenceInfo.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/ReferenceInfo.cs?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/ReferenceInfo.cs (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/ReferenceInfo.cs Fri Dec 23 04:14:56 2011
@@ -1,3 +1,23 @@
+#region Apache License, Version 2.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.
+//
+#endregion
 namespace NPanday.VisualStudio.Addin
 {
     public class ReferenceInfo : IReferenceInfo

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/RemoteArtifactNode.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/RemoteArtifactNode.cs?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/RemoteArtifactNode.cs (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/RemoteArtifactNode.cs Fri Dec 23 04:14:56 2011
@@ -1,3 +1,23 @@
+#region Apache License, Version 2.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.
+//
+#endregion
 using System.Windows.Forms;
 
 namespace NPanday.VisualStudio.Addin

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/RemoveArtifactsForm.resx
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/RemoveArtifactsForm.resx?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/RemoveArtifactsForm.resx (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/RemoveArtifactsForm.resx Fri Dec 23 04:14:56 2011
@@ -1,4 +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.
+  -->
+
 <root>
   <!-- 
     Microsoft ResX Schema 

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/WebReferenceEventArgs.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/WebReferenceEventArgs.cs?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/WebReferenceEventArgs.cs (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/WebReferenceEventArgs.cs Fri Dec 23 04:14:56 2011
@@ -1,3 +1,23 @@
+#region Apache License, Version 2.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.
+//
+#endregion
 using System;
 using System.IO;
 

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/WebReferencesClasses.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/WebReferencesClasses.cs?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/WebReferencesClasses.cs (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/WebReferencesClasses.cs Fri Dec 23 04:14:56 2011
@@ -1,3 +1,23 @@
+#region Apache License, Version 2.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.
+//
+#endregion
 using System.IO;
 
 namespace NPanday.VisualStudio.Addin

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/WebServiceRefInfo.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/WebServiceRefInfo.cs?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/WebServiceRefInfo.cs (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/WebServiceRefInfo.cs Fri Dec 23 04:14:56 2011
@@ -1,3 +1,23 @@
+#region Apache License, Version 2.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.
+//
+#endregion
 namespace NPanday.VisualStudio.Addin
 {
     public class WebServiceRefInfo : IWebServiceRefInfo

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/WebServicesReferenceWatcher.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/WebServicesReferenceWatcher.cs?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/WebServicesReferenceWatcher.cs (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/WebServicesReferenceWatcher.cs Fri Dec 23 04:14:56 2011
@@ -1,3 +1,23 @@
+#region Apache License, Version 2.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.
+//
+#endregion
 using System;
 using System.IO;
 

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/WebsiteAssemblyReferenceWatcher.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/WebsiteAssemblyReferenceWatcher.cs?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/WebsiteAssemblyReferenceWatcher.cs (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/WebsiteAssemblyReferenceWatcher.cs Fri Dec 23 04:14:56 2011
@@ -1,3 +1,23 @@
+#region Apache License, Version 2.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.
+//
+#endregion
 using System.IO;
 
 namespace NPanday.VisualStudio.Addin

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/csharp/NPanday.VisualStudio.Addin-Test.csproj
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/csharp/NPanday.VisualStudio.Addin-Test.csproj?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/csharp/NPanday.VisualStudio.Addin-Test.csproj (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/csharp/NPanday.VisualStudio.Addin-Test.csproj Fri Dec 23 04:14:56 2011
@@ -1,21 +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 DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
   <PropertyGroup>

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/ClassLibrary1.csproj
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/ClassLibrary1.csproj?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/ClassLibrary1.csproj (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/ClassLibrary1.csproj Fri Dec 23 04:14:56 2011
@@ -1,21 +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 ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/HTMLPage1.htm
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/HTMLPage1.htm?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/HTMLPage1.htm (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/HTMLPage1.htm Fri Dec 23 04:14:56 2011
@@ -1,22 +1,23 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<!--
-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 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.
+  -->
 
-    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.
--->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <html>
 	<head>
 		<title></title>

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/Resource1.resx
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/Resource1.resx?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/Resource1.resx (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/Resource1.resx Fri Dec 23 04:14:56 2011
@@ -1,4 +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.
+  -->
+
 <root>
   <!-- 
     Microsoft ResX Schema 

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/Resource2.resx
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/Resource2.resx?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/Resource2.resx (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/Resource2.resx Fri Dec 23 04:14:56 2011
@@ -1,4 +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.
+  -->
+
 <root>
   <!-- 
     Microsoft ResX Schema 

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/Resource3.resx
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/Resource3.resx?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/Resource3.resx (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/Resource3.resx Fri Dec 23 04:14:56 2011
@@ -1,4 +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.
+  -->
+
 <root>
   <!-- 
     Microsoft ResX Schema 

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/Resource4.resx
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/Resource4.resx?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/Resource4.resx (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/Resource4.resx Fri Dec 23 04:14:56 2011
@@ -1,4 +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.
+  -->
+
 <root>
   <!-- 
     Microsoft ResX Schema 

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/Web References/WebRef/demoService.wsdl
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/Web%20References/WebRef/demoService.wsdl?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/Web References/WebRef/demoService.wsdl (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/Web References/WebRef/demoService.wsdl Fri Dec 23 04:14:56 2011
@@ -1,21 +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.
 -->
 <definitions xmlns:tns="http://www.4s4c.com/wsdl/demo.wsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ns1="http://www.4s4c.com/wsdl/demo.xsd" xmlns:itf="http://www.4s4c.com/wsdl/demo_itf.wsdl" xmlns:xsd="http://www.w3.org/1999/XMLSchema" name="demoService" targetNamespace="http://www.4s4c.com/wsdl/demo.wsdl" xmlns="http://schemas.xmlsoap.org/wsdl/">
   <import namespace="http://www.4s4c.com/wsdl/demo_itf.wsdl" location="http://www.4s4c.com/wsdl/demo_itf.wsdl" />

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/Web References/WebRef/demoServices Interfaces.wsdl
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/Web%20References/WebRef/demoServices%20Interfaces.wsdl?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/Web References/WebRef/demoServices Interfaces.wsdl (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/Web References/WebRef/demoServices Interfaces.wsdl Fri Dec 23 04:14:56 2011
@@ -1,21 +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.
 -->
 <definitions xmlns:tns="http://www.4s4c.com/wsdl/demo_itf.wsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ns1="http://www.4s4c.com/wsdl/demo.xsd" xmlns:xsd="http://www.w3.org/1999/XMLSchema" name="demoServices Interfaces" targetNamespace="http://www.4s4c.com/wsdl/demo_itf.wsdl" xmlns="http://schemas.xmlsoap.org/wsdl/">
   <import namespace="http://www.4s4c.com/wsdl/demo.xsd" location="http://www.4s4c.com/wsdl/demo.xsd" />

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/Web References/WebRef2/dilbert.wsdl
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/Web%20References/WebRef2/dilbert.wsdl?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/Web References/WebRef2/dilbert.wsdl (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/Web References/WebRef2/dilbert.wsdl Fri Dec 23 04:14:56 2011
@@ -1,21 +1,22 @@
 <!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
+  ~ 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.
+  -->
 
-    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.
--->
 <?xml version="1.0" encoding="utf-8"?>
 <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://gcomputer.net/webservices/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://gcomputer.net/webservices/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:types>

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/pom.xml?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/pom2.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/pom2.xml?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/pom2.xml (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/ClassLibrary1/pom2.xml Fri Dec 23 04:14:56 2011
@@ -1,21 +1,21 @@
 <?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://maven.apache.org/POM/4.0.0">

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/ClassLibrary1/pom.xml?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/TestProject/TestProject/TestProject.csproj
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/TestProject/TestProject/TestProject.csproj?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/TestProject/TestProject/TestProject.csproj (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/TestProject/TestProject/TestProject.csproj Fri Dec 23 04:14:56 2011
@@ -1,21 +1,22 @@
 <!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
+  ~ 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.
+  -->
 
-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.
--->
 <?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/TestProject/TestProject/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/TestProject/TestProject/pom.xml?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/TestProject/TestProject/pom.xml (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/TestProject/TestProject/pom.xml Fri Dec 23 04:14:56 2011
@@ -1,21 +1,21 @@
 <?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">  

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/TestProject/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/TestProject/pom.xml?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/TestProject/pom.xml (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/TestProject/pom.xml Fri Dec 23 04:14:56 2011
@@ -1,21 +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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">  
   <modelVersion>4.0.0</modelVersion>  

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/m2/test-settings.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/m2/test-settings.xml?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/m2/test-settings.xml (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/m2/test-settings.xml Fri Dec 23 04:14:56 2011
@@ -1,21 +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.
 -->
 <settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <localRepository>C:/Documents and Settings/user/.m2/repository</localRepository>

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.ProjectWizard/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.ProjectWizard/pom.xml?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.ProjectWizard/pom.xml (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.ProjectWizard/pom.xml Fri Dec 23 04:14:56 2011
@@ -1,23 +1,24 @@
 <?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
+  ~ 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.
+  -->
 
-    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>
@@ -71,6 +72,17 @@ under the License.
             <keyfile>sample.snk</keyfile> 
           </configuration> 
         </plugin>  
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <configuration>
+            <excludes>
+              <exclude>**/*.iml</exclude>
+              <exclude>**/*.snk</exclude>
+              <exclude>src/main/csharp/obj/**</exclude>
+            </excludes>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build> 

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.ProjectWizard/src/main/csharp/ArchetypeProjectForm.resx
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.ProjectWizard/src/main/csharp/ArchetypeProjectForm.resx?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.ProjectWizard/src/main/csharp/ArchetypeProjectForm.resx (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.ProjectWizard/src/main/csharp/ArchetypeProjectForm.resx Fri Dec 23 04:14:56 2011
@@ -1,4 +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.
+  -->
+
 <root>
   <!-- 
     Microsoft ResX Schema 

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.ProjectWizard/src/main/csharp/NPanday.VisualStudio.ProjectWizard.csproj
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.ProjectWizard/src/main/csharp/NPanday.VisualStudio.ProjectWizard.csproj?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.ProjectWizard/src/main/csharp/NPanday.VisualStudio.ProjectWizard.csproj (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.ProjectWizard/src/main/csharp/NPanday.VisualStudio.ProjectWizard.csproj Fri Dec 23 04:14:56 2011
@@ -1,21 +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 DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
   <PropertyGroup>

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.ProjectWizard/src/main/csharp/a.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.ProjectWizard/src/main/csharp/a.xml?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.ProjectWizard/src/main/csharp/a.xml (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio.ProjectWizard/src/main/csharp/a.xml Fri Dec 23 04:14:56 2011
@@ -1,21 +1,22 @@
 <!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
+  ~ 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.
+  -->
 
-    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.
--->
 <UserSettings><ApplicationIdentity version="8.0"/><ToolsOptions><ToolsOptionsCategory name="Environment" RegisteredName="Environment"><ToolsOptionsSubCategory name="Documents" RegisteredName="Documents" PackageName="Visual Studio Environment Package"><PropertyValue name="ShowMiscFilesProject">false</PropertyValue><PropertyValue name="AutoloadExternalChanges">false</PropertyValue><PropertyValue name="CheckForConsistentLineEndings">true</PropertyValue><PropertyValue name="SaveDocsAsUnicodeWhenDataLoss">false</PropertyValue><PropertyValue name="InitializeOpenFileFromCurrentDocument">true</PropertyValue><PropertyValue name="ReuseSavedActiveDocWindow">false</PropertyValue><PropertyValue name="DetectFileChangesOutsideIDE">true</PropertyValue><PropertyValue name="DontShowGlobalUndoChangeLossDialog">true</PropertyValue><PropertyValue name="AllowEditingReadOnlyFiles">true</PropertyValue><PropertyValue name="MiscFilesProjectSavesLastNItems">0</PropertyValue></ToolsOptionsSubCategory><
 ToolsOptionsSubCategory name="FindAndReplace" RegisteredName="FindAndReplace" PackageName="Visual Studio Environment Package"><PropertyValue name="ShowWarningMessages">true</PropertyValue><PropertyValue name="InitializeFromEditor">true</PropertyValue><PropertyValue name="ShowMessageBoxes">true</PropertyValue><PropertyValue name="HideWindowAfterMatchFromQuickFindReplace">false</PropertyValue></ToolsOptionsSubCategory><ToolsOptionsSubCategory name="General" RegisteredName="General" PackageName="Visual Studio Environment Package"><PropertyValue name="AnimationSpeed">7</PropertyValue><PropertyValue name="WindowMenuContainsNItems">10</PropertyValue><PropertyValue name="CloseButtonActiveTabOnly">true</PropertyValue><PropertyValue name="Animations">true</PropertyValue><PropertyValue name="AutohidePinActiveTabOnly">false</PropertyValue><PropertyValue name="ShowStatusBar">true</PropertyValue><PropertyValue name="MRUListContainsNItems">6</PropertyValue></ToolsOptionsSubCategory><Tools
 OptionsSubCategory name="Import and Export Settings" RegisteredName="Import and Export Settings" PackageName="Visual Studio Environment Package"><PropertyValue name="TrackTeamSettings">false</PropertyValue><PropertyValue name="TeamSettingsFile"/><PropertyValue name="AutoSaveFile">%vsspv_settings_directory%\CurrentSettings.vssettings</PropertyValue></ToolsOptionsSubCategory><ToolsOptionsSubCategory name="ProjectsAndSolution" RegisteredName="ProjectsAndSolution" PackageName="Visual Studio Environment Package"><PropertyValue name="ProjectsLocation">%vsspv_visualstudio_dir%\Projects</PropertyValue><PropertyValue name="PromptForRenameSymbol">true</PropertyValue><PropertyValue name="TrackFileSelectionInExplorer">false</PropertyValue><PropertyValue name="ShowOutputWindowBeforeBuild">false</PropertyValue><PropertyValue name="OnRunWhenErrors">4</PropertyValue><PropertyValue name="OnRunWhenOutOfDate">4</PropertyValue><PropertyValue name="AlwaysShowSolutionNode">true</PropertyValue><Pr
 opertyValue name="ProjectItemTemplatesLocation">%vsspv_visualstudio_dir%\Templates\ItemTemplates</PropertyValue><PropertyValue name="OnlySaveStartupProjectsAndDependencies">false</PropertyValue><PropertyValue name="ShowAdvancedBuildConfigurations">true</PropertyValue><PropertyValue name="DefaultBehaviorForStartupProjects">1</PropertyValue><PropertyValue name="OnRunOrPreview">0</PropertyValue><PropertyValue name="MSBuildOutputVerbosity">1</PropertyValue><PropertyValue name="ProjectTemplatesLocation">%vsspv_visualstudio_dir%\Templates\ProjectTemplates</PropertyValue><PropertyValue name="ShowTaskListAfterBuild">true</PropertyValue><PropertyValue name="ConcurrentBuilds">1</PropertyValue><PropertyValue name="SaveNewProjects">true</PropertyValue></ToolsOptionsSubCategory><ToolsOptionsSubCategory name="Startup" RegisteredName="Startup" PackageName="Visual Studio Environment Package"><PropertyValue name="OnStartUp">5</PropertyValue><PropertyValue name="StartPageRefreshDownloadedCont
 ent">true</PropertyValue><PropertyValue name="StartPageRSSUrl">http://go.microsoft.com/fwlink/?linkid=45192&amp;clcid=%VSSPV_LCID_HEX%</PropertyValue><PropertyValue name="StartPageRefreshInterval">60</PropertyValue></ToolsOptionsSubCategory><ToolsOptionsSubCategory name="TaskList" RegisteredName="TaskList" PackageName="Visual Studio Task List Package"><PropertyValue name="ConfirmTaskDeletion">true</PropertyValue><PropertyValue name="CommentTokens" ArrayType="VT_VARIANT" ArrayElementCount="4"><PropertyValue name="0">TODO:2</PropertyValue><PropertyValue name="1">HACK:2</PropertyValue><PropertyValue name="2">UNDONE:2</PropertyValue><PropertyValue name="3">UnresolvedMergeConflict:3</PropertyValue></PropertyValue><PropertyValue name="WarnOnAddingHiddenItem">false</PropertyValue><PropertyValue name="DontShowFilePaths">true</PropertyValue></ToolsOptionsSubCategory><ToolsOptionsSubCategory name="WebBrowser" RegisteredName="WebBrowser" PackageName="Visual Studio Web Browser Package">
 				<PropertyValue name="HomePage">http://go.microsoft.com/fwlink/?LinkId=36568&amp;clcid=%VSSPV_LCID_HEX%</PropertyValue>
 				<PropertyValue name="SearchPage">http://go.microsoft.com/fwlink/?LinkId=32722&amp;clcid=%VSSPV_LCID_HEX%</PropertyValue>

Modified: incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio/pom.xml?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio/pom.xml (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio/pom.xml Fri Dec 23 04:14:56 2011
@@ -1,23 +1,24 @@
 <?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
+  ~ 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.
+  -->
 
-    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/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio/src/main/csharp/NPanday.VisualStudio.csproj
URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio/src/main/csharp/NPanday.VisualStudio.csproj?rev=1222550&r1=1222549&r2=1222550&view=diff
==============================================================================
--- incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio/src/main/csharp/NPanday.VisualStudio.csproj (original)
+++ incubator/npanday/branches/npanday-1.4.x/dotnet/assemblies/NPanday.VisualStudio/src/main/csharp/NPanday.VisualStudio.csproj Fri Dec 23 04:14:56 2011
@@ -1,21 +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://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
   <PropertyGroup>