You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nmaven-commits@incubator.apache.org by si...@apache.org on 2007/03/20 03:21:28 UTC

svn commit: r520253 - in /incubator/nmaven/branches/SI_IDE: integration-tests/tests/it0005/ integration-tests/tests/it0006/ integration-tests/tests/it0007/ integration-tests/tests/it0010/ integration-tests/tests/it0011/ integration-tests/tests/it0012/ ...

Author: sisbell
Date: Mon Mar 19 20:21:27 2007
New Revision: 520253

URL: http://svn.apache.org/viewvc?view=rev&rev=520253
Log:
Minor cleanup.

Modified:
    incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0005/pom.xml
    incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0006/StockingHandlers_1_0.xsd
    incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0006/pom.xml
    incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0007/pom.xml
    incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0007/registry-config.xml
    incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0010/pom.xml
    incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0011/pom.xml
    incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0012/pom.xml
    incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0013/pom.xml
    incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0014/pom.xml
    incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0015/pom.xml
    incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0016/pom.xml
    incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0018/pom.xml
    incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0019/pom.xml
    incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0020/pom.xml
    incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0021/pom.xml
    incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0022/pom.xml
    incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0025/pom.xml
    incubator/nmaven/branches/SI_IDE/plugins/maven-vstudio-plugin/pom.xml
    incubator/nmaven/branches/SI_IDE/plugins/pom-release.xml
    incubator/nmaven/branches/SI_IDE/site/pom.xml

Modified: incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0005/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0005/pom.xml?view=diff&rev=520253&r1=520252&r2=520253
==============================================================================
--- incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0005/pom.xml (original)
+++ incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0005/pom.xml Mon Mar 19 20:21:27 2007
@@ -1,36 +1,35 @@
 <project>
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.maven.it</groupId>
-    <artifactId>it0005</artifactId>
-    <packaging>nar</packaging>
-    <version>1.0.0</version>
-    <name>it0005</name>
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.maven.it</groupId>
-            <artifactId>it0003</artifactId>
-            <type>library</type>
-            <version>1.0.0</version>
-        </dependency>
-    </dependencies>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.it</groupId>
+  <artifactId>it0005</artifactId>
+  <packaging>nar</packaging>
+  <version>1.0.0</version>
+  <name>it0005</name>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven.it</groupId>
+      <artifactId>it0003</artifactId>
+      <type>library</type>
+      <version>1.0.0</version>
+    </dependency>
+  </dependencies>
 
-    <build>
-        <sourceDirectory>src/main/csharp</sourceDirectory>
-        <testSourceDirectory>src/test/csharp</testSourceDirectory>
-
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.dotnet.plugins</groupId>
-                <artifactId>maven-compile-plugin</artifactId>
-                <extensions>true</extensions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.dotnet.plugins</groupId>
-                <artifactId>maven-webapp-plugin</artifactId>
-                <configuration>
-                    <deployPath>./target/test-deploy</deployPath>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
+  <build>
+    <sourceDirectory>src/main/csharp</sourceDirectory>
+    <testSourceDirectory>src/test/csharp</testSourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.dotnet.plugins</groupId>
+        <artifactId>maven-compile-plugin</artifactId>
+        <extensions>true</extensions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.dotnet.plugins</groupId>
+        <artifactId>maven-webapp-plugin</artifactId>
+        <configuration>
+          <deployPath>./target/test-deploy</deployPath>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Modified: incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0006/StockingHandlers_1_0.xsd
URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0006/StockingHandlers_1_0.xsd?view=diff&rev=520253&r1=520252&r2=520253
==============================================================================
--- incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0006/StockingHandlers_1_0.xsd (original)
+++ incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0006/StockingHandlers_1_0.xsd Mon Mar 19 20:21:27 2007
@@ -1,135 +1,135 @@
 <?xml version = "1.0" encoding = "UTF-8"?>
 
 <xsd:schema xmlns="http://www.w3.org/2001/XMLSchema"
-     targetNamespace="http://jvending.org/xsd/jvending-cp"
-     xmlns:jvending-cp="http://jvending.org/xsd/jvending-cp"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-     elementFormDefault="qualified"
-     attributeFormDefault="unqualified"
-     version="1.0">
-
-	<xsd:element name = "stocking-handlers" type="jvending-cp:stockingHandlersType"/>
-	<xsd:element name = "stocking-handler" type="jvending-cp:stockingHandlerType"/>
-	<xsd:element name = "stocking-handler-name" type="xsd:string"/>
-
-    <xsd:element name = "white-list" type="jvending-cp:whiteListType"/>
-	<xsd:element name = "black-list" type="jvending-cp:blackListType"/>
-	<xsd:element name = "mime-accept" type="jvending-cp:mimeAcceptType"/>
-	<xsd:element name = "mime-block" type="jvending-cp:mimeBlockType"/>
-
-	<xsd:element name = "stocking-policy" type="jvending-cp:stockingPolicyType"/>
-	<xsd:element name = "stocking-filters" type="jvending-cp:stockingFiltersType"/>
-	<xsd:element name = "descriptor-handlers" type = "jvending-cp:descriptorHandlersType"/>
-	<xsd:element name = "descriptor-handler" type = "jvending-cp:descriptorHandlerType"/>
-
-	<xsd:element name = "content-policy" type="jvending-cp:policyType"/>
-	<xsd:element name = "descriptor-policy" type="jvending-cp:policyType"/>
-	<xsd:element name = "icon-policy" type="jvending-cp:policyType"/>
-	<xsd:element name = "preview-policy" type="jvending-cp:policyType"/>
-	<xsd:element name = "copyright-policy" type="jvending-cp:policyType"/>
-	<xsd:element name = "global-policy" type="jvending-cp:policyType"/>
-	<xsd:element name = "init-param" type = "jvending-cp:initParamType"/>
-
-	<xsd:element name = "mime-type" type="xsd:string"/>
-	<xsd:element name = "fetch-content" type="xsd:boolean"/>
-	<xsd:element name = "local-max-size" type = "xsd:integer"/>
-	<xsd:element name = "remote-max-size" type = "xsd:integer"/>
-	<xsd:element name = "uri" type = "xsd:anyURI"/>
-	<xsd:element name = "stocking-policy-class" type = "xsd:string"/>
-	<xsd:element name = "stocking-filter" type = "xsd:string"/>
-	<xsd:element name = "data-sink" type = "xsd:string"/>
-	<xsd:element name = "param-name" type = "xsd:string"/>
-	<xsd:element name = "param-value" type = "xsd:string"/>
-	<xsd:element name = "descriptor-handler-class" type = "xsd:string"/>
-
- 	<xsd:complexType name="stockingHandlersType">
-		<xsd:sequence>
-            <xsd:element ref = "jvending-cp:stocking-handler" minOccurs = "0" maxOccurs = "unbounded"/>
-		</xsd:sequence>
-	</xsd:complexType>
-
-     <xsd:complexType name="descriptorHandlersType">
-		<xsd:sequence>
-			<xsd:element ref = "jvending-cp:descriptor-handler" minOccurs = "0" maxOccurs = "unbounded"/>
-		</xsd:sequence>       
-	</xsd:complexType>
-
- 	<xsd:complexType name="descriptorHandlerType">
-		<xsd:sequence>
-			<xsd:element ref = "jvending-cp:mime-type" minOccurs = "1" maxOccurs = "1"/>
-			<xsd:element ref = "jvending-cp:descriptor-handler-class" minOccurs = "1" maxOccurs = "1"/>
-		</xsd:sequence>       
-	</xsd:complexType>
-
- 	<xsd:complexType name="stockingFiltersType">
-		<xsd:sequence>
-			<xsd:element ref = "jvending-cp:stocking-filter" minOccurs = "0" maxOccurs = "unbounded"/>
-		</xsd:sequence>       
-	</xsd:complexType> 
-
- 	<xsd:complexType name="initParamType">
-		<xsd:sequence>
-			<xsd:element ref = "jvending-cp:param-name" minOccurs = "1" maxOccurs = "1"/>
-			<xsd:element ref = "jvending-cp:param-value" minOccurs = "1" maxOccurs = "1"/>
-		</xsd:sequence>       
-	</xsd:complexType> 
-
-
- 	<xsd:complexType name="stockingHandlerType">
-		<xsd:sequence>
-            <xsd:element ref = "jvending-cp:stocking-handler-name" minOccurs = "1" maxOccurs = "1"/>
-            <xsd:element ref = "jvending-cp:descriptor-handlers" minOccurs = "0" maxOccurs = "1"/>
-			<xsd:element ref = "jvending-cp:stocking-filters" minOccurs = "0" maxOccurs = "1"/>
-			<xsd:element ref = "jvending-cp:data-sink" minOccurs = "1" maxOccurs = "1"/>
-			<xsd:element ref = "jvending-cp:stocking-policy" minOccurs = "0" maxOccurs = "1"/>
-			<xsd:element ref = "jvending-cp:init-param" minOccurs = "0" maxOccurs = "unbounded"/>
-		</xsd:sequence>       
-	</xsd:complexType> 
-
- 	<xsd:complexType name="stockingPolicyType">
-		<xsd:sequence>
-			<xsd:element ref = "jvending-cp:global-policy" minOccurs = "0" maxOccurs = "1"/>
-			<xsd:element ref = "jvending-cp:content-policy" minOccurs = "0" maxOccurs = "1"/>
-			<xsd:element ref = "jvending-cp:descriptor-policy" minOccurs = "0" maxOccurs = "1"/>
-			<xsd:element ref = "jvending-cp:icon-policy" minOccurs = "0" maxOccurs = "1"/>
-			<xsd:element ref = "jvending-cp:preview-policy" minOccurs = "0" maxOccurs = "1"/>
-			<xsd:element ref = "jvending-cp:copyright-policy" minOccurs = "0" maxOccurs = "1"/>
-		</xsd:sequence>       
-	</xsd:complexType> 
-
- 	<xsd:complexType name="policyType">
-		<xsd:sequence>
-			<xsd:element ref = "jvending-cp:remote-max-size" minOccurs = "0" maxOccurs = "1"/>
-			<xsd:element ref = "jvending-cp:local-max-size" minOccurs = "0" maxOccurs = "1"/>
-			<xsd:element ref = "jvending-cp:fetch-content" minOccurs = "0" maxOccurs = "1"/>
-		    <xsd:element ref = "jvending-cp:mime-accept" minOccurs = "0" maxOccurs = "1"/>
-			<xsd:element ref = "jvending-cp:mime-block" minOccurs = "0" maxOccurs = "1"/>
-			<xsd:element ref = "jvending-cp:white-list" minOccurs = "0" maxOccurs = "1"/>
-			<xsd:element ref = "jvending-cp:black-list" minOccurs = "0" maxOccurs = "1"/>
-		</xsd:sequence>       
-	</xsd:complexType> 
-
-	<xsd:complexType name="whiteListType">
-		<xsd:sequence>
-			<xsd:element ref = "jvending-cp:uri" minOccurs = "0" maxOccurs = "unbounded"/>
-		</xsd:sequence>       
-	</xsd:complexType>
-
-	<xsd:complexType name="blackListType">
-		<xsd:sequence>
-			<xsd:element ref = "jvending-cp:uri" minOccurs = "0" maxOccurs = "unbounded"/>
-		</xsd:sequence>       
-	</xsd:complexType>
-
-	<xsd:complexType name="mimeAcceptType">
-		<xsd:sequence>
-			<xsd:element ref = "jvending-cp:mime-type" minOccurs = "0" maxOccurs = "unbounded"/>
-		</xsd:sequence>       
-	</xsd:complexType>
-
-	<xsd:complexType name="mimeBlockType">
-		<xsd:sequence>
-			<xsd:element ref = "jvending-cp:mime-type" minOccurs = "0" maxOccurs = "unbounded"/>
-		</xsd:sequence>       
-	</xsd:complexType>
+            targetNamespace="http://jvending.org/xsd/jvending-cp"
+            xmlns:jvending-cp="http://jvending.org/xsd/jvending-cp"
+            xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+            elementFormDefault="qualified"
+            attributeFormDefault="unqualified"
+            version="1.0">
+
+  <xsd:element name="stocking-handlers" type="jvending-cp:stockingHandlersType"/>
+  <xsd:element name="stocking-handler" type="jvending-cp:stockingHandlerType"/>
+  <xsd:element name="stocking-handler-name" type="xsd:string"/>
+
+  <xsd:element name="white-list" type="jvending-cp:whiteListType"/>
+  <xsd:element name="black-list" type="jvending-cp:blackListType"/>
+  <xsd:element name="mime-accept" type="jvending-cp:mimeAcceptType"/>
+  <xsd:element name="mime-block" type="jvending-cp:mimeBlockType"/>
+
+  <xsd:element name="stocking-policy" type="jvending-cp:stockingPolicyType"/>
+  <xsd:element name="stocking-filters" type="jvending-cp:stockingFiltersType"/>
+  <xsd:element name="descriptor-handlers" type="jvending-cp:descriptorHandlersType"/>
+  <xsd:element name="descriptor-handler" type="jvending-cp:descriptorHandlerType"/>
+
+  <xsd:element name="content-policy" type="jvending-cp:policyType"/>
+  <xsd:element name="descriptor-policy" type="jvending-cp:policyType"/>
+  <xsd:element name="icon-policy" type="jvending-cp:policyType"/>
+  <xsd:element name="preview-policy" type="jvending-cp:policyType"/>
+  <xsd:element name="copyright-policy" type="jvending-cp:policyType"/>
+  <xsd:element name="global-policy" type="jvending-cp:policyType"/>
+  <xsd:element name="init-param" type="jvending-cp:initParamType"/>
+
+  <xsd:element name="mime-type" type="xsd:string"/>
+  <xsd:element name="fetch-content" type="xsd:boolean"/>
+  <xsd:element name="local-max-size" type="xsd:integer"/>
+  <xsd:element name="remote-max-size" type="xsd:integer"/>
+  <xsd:element name="uri" type="xsd:anyURI"/>
+  <xsd:element name="stocking-policy-class" type="xsd:string"/>
+  <xsd:element name="stocking-filter" type="xsd:string"/>
+  <xsd:element name="data-sink" type="xsd:string"/>
+  <xsd:element name="param-name" type="xsd:string"/>
+  <xsd:element name="param-value" type="xsd:string"/>
+  <xsd:element name="descriptor-handler-class" type="xsd:string"/>
+
+  <xsd:complexType name="stockingHandlersType">
+    <xsd:sequence>
+      <xsd:element ref="jvending-cp:stocking-handler" minOccurs="0" maxOccurs="unbounded"/>
+    </xsd:sequence>
+  </xsd:complexType>
+
+  <xsd:complexType name="descriptorHandlersType">
+    <xsd:sequence>
+      <xsd:element ref="jvending-cp:descriptor-handler" minOccurs="0" maxOccurs="unbounded"/>
+    </xsd:sequence>
+  </xsd:complexType>
+
+  <xsd:complexType name="descriptorHandlerType">
+    <xsd:sequence>
+      <xsd:element ref="jvending-cp:mime-type" minOccurs="1" maxOccurs="1"/>
+      <xsd:element ref="jvending-cp:descriptor-handler-class" minOccurs="1" maxOccurs="1"/>
+    </xsd:sequence>
+  </xsd:complexType>
+
+  <xsd:complexType name="stockingFiltersType">
+    <xsd:sequence>
+      <xsd:element ref="jvending-cp:stocking-filter" minOccurs="0" maxOccurs="unbounded"/>
+    </xsd:sequence>
+  </xsd:complexType>
+
+  <xsd:complexType name="initParamType">
+    <xsd:sequence>
+      <xsd:element ref="jvending-cp:param-name" minOccurs="1" maxOccurs="1"/>
+      <xsd:element ref="jvending-cp:param-value" minOccurs="1" maxOccurs="1"/>
+    </xsd:sequence>
+  </xsd:complexType>
+
+
+  <xsd:complexType name="stockingHandlerType">
+    <xsd:sequence>
+      <xsd:element ref="jvending-cp:stocking-handler-name" minOccurs="1" maxOccurs="1"/>
+      <xsd:element ref="jvending-cp:descriptor-handlers" minOccurs="0" maxOccurs="1"/>
+      <xsd:element ref="jvending-cp:stocking-filters" minOccurs="0" maxOccurs="1"/>
+      <xsd:element ref="jvending-cp:data-sink" minOccurs="1" maxOccurs="1"/>
+      <xsd:element ref="jvending-cp:stocking-policy" minOccurs="0" maxOccurs="1"/>
+      <xsd:element ref="jvending-cp:init-param" minOccurs="0" maxOccurs="unbounded"/>
+    </xsd:sequence>
+  </xsd:complexType>
+
+  <xsd:complexType name="stockingPolicyType">
+    <xsd:sequence>
+      <xsd:element ref="jvending-cp:global-policy" minOccurs="0" maxOccurs="1"/>
+      <xsd:element ref="jvending-cp:content-policy" minOccurs="0" maxOccurs="1"/>
+      <xsd:element ref="jvending-cp:descriptor-policy" minOccurs="0" maxOccurs="1"/>
+      <xsd:element ref="jvending-cp:icon-policy" minOccurs="0" maxOccurs="1"/>
+      <xsd:element ref="jvending-cp:preview-policy" minOccurs="0" maxOccurs="1"/>
+      <xsd:element ref="jvending-cp:copyright-policy" minOccurs="0" maxOccurs="1"/>
+    </xsd:sequence>
+  </xsd:complexType>
+
+  <xsd:complexType name="policyType">
+    <xsd:sequence>
+      <xsd:element ref="jvending-cp:remote-max-size" minOccurs="0" maxOccurs="1"/>
+      <xsd:element ref="jvending-cp:local-max-size" minOccurs="0" maxOccurs="1"/>
+      <xsd:element ref="jvending-cp:fetch-content" minOccurs="0" maxOccurs="1"/>
+      <xsd:element ref="jvending-cp:mime-accept" minOccurs="0" maxOccurs="1"/>
+      <xsd:element ref="jvending-cp:mime-block" minOccurs="0" maxOccurs="1"/>
+      <xsd:element ref="jvending-cp:white-list" minOccurs="0" maxOccurs="1"/>
+      <xsd:element ref="jvending-cp:black-list" minOccurs="0" maxOccurs="1"/>
+    </xsd:sequence>
+  </xsd:complexType>
+
+  <xsd:complexType name="whiteListType">
+    <xsd:sequence>
+      <xsd:element ref="jvending-cp:uri" minOccurs="0" maxOccurs="unbounded"/>
+    </xsd:sequence>
+  </xsd:complexType>
+
+  <xsd:complexType name="blackListType">
+    <xsd:sequence>
+      <xsd:element ref="jvending-cp:uri" minOccurs="0" maxOccurs="unbounded"/>
+    </xsd:sequence>
+  </xsd:complexType>
+
+  <xsd:complexType name="mimeAcceptType">
+    <xsd:sequence>
+      <xsd:element ref="jvending-cp:mime-type" minOccurs="0" maxOccurs="unbounded"/>
+    </xsd:sequence>
+  </xsd:complexType>
+
+  <xsd:complexType name="mimeBlockType">
+    <xsd:sequence>
+      <xsd:element ref="jvending-cp:mime-type" minOccurs="0" maxOccurs="unbounded"/>
+    </xsd:sequence>
+  </xsd:complexType>
 </xsd:schema>

Modified: incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0006/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0006/pom.xml?view=diff&rev=520253&r1=520252&r2=520253
==============================================================================
--- incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0006/pom.xml (original)
+++ incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0006/pom.xml Mon Mar 19 20:21:27 2007
@@ -1,34 +1,33 @@
 <project>
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.maven.it</groupId>
-    <artifactId>it0006</artifactId>
-    <packaging>library</packaging>
-    <version>1.0.0</version>
-    <name>it0006</name>
-    <build>
-        <sourceDirectory>src/main/csharp</sourceDirectory>
-        <testSourceDirectory>src/test/csharp</testSourceDirectory>
-
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.dotnet.plugins</groupId>
-                <artifactId>maven-compile-plugin</artifactId>
-                <extensions>true</extensions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.dotnet.plugins</groupId>
-                <artifactId>maven-xsd-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>xsd</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <xsdFile>StockingHandlers_1_0.xsd</xsdFile>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.it</groupId>
+  <artifactId>it0006</artifactId>
+  <packaging>library</packaging>
+  <version>1.0.0</version>
+  <name>it0006</name>
+  <build>
+    <sourceDirectory>src/main/csharp</sourceDirectory>
+    <testSourceDirectory>src/test/csharp</testSourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.dotnet.plugins</groupId>
+        <artifactId>maven-compile-plugin</artifactId>
+        <extensions>true</extensions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.dotnet.plugins</groupId>
+        <artifactId>maven-xsd-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>xsd</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <xsdFile>StockingHandlers_1_0.xsd</xsdFile>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Modified: incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0007/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0007/pom.xml?view=diff&rev=520253&r1=520252&r2=520253
==============================================================================
--- incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0007/pom.xml (original)
+++ incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0007/pom.xml Mon Mar 19 20:21:27 2007
@@ -1,39 +1,37 @@
 <project>
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.maven.it</groupId>
-    <artifactId>it0007</artifactId>
-    <packaging>library</packaging>
-    <version>1.0.0</version>
-    <name>it0007</name>
-
-    <build>
-        <sourceDirectory>src/main/csharp</sourceDirectory>
-        <testSourceDirectory>src/test/csharp</testSourceDirectory>
-
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.dotnet.plugins</groupId>
-                <artifactId>maven-compile-plugin</artifactId>
-                <extensions>true</extensions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.dotnet.plugins</groupId>
-                <artifactId>maven-xsd-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>xml</goal>
-                            <goal>xsd</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <xmlFiles>
-                        <xmlFile>registry-config.xml</xmlFile>
-                    </xmlFiles>
-                    <xsdFile>${project.build.directory}/generated-resources/registry-config.xsd</xsdFile>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.it</groupId>
+  <artifactId>it0007</artifactId>
+  <packaging>library</packaging>
+  <version>1.0.0</version>
+  <name>it0007</name>
+  <build>
+    <sourceDirectory>src/main/csharp</sourceDirectory>
+    <testSourceDirectory>src/test/csharp</testSourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.dotnet.plugins</groupId>
+        <artifactId>maven-compile-plugin</artifactId>
+        <extensions>true</extensions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.dotnet.plugins</groupId>
+        <artifactId>maven-xsd-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>xml</goal>
+              <goal>xsd</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <xmlFiles>
+            <xmlFile>registry-config.xml</xmlFile>
+          </xmlFiles>
+          <xsdFile>${project.build.directory}/generated-resources/registry-config.xsd</xsdFile>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Modified: incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0007/registry-config.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0007/registry-config.xml?view=diff&rev=520253&r1=520252&r2=520253
==============================================================================
--- incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0007/registry-config.xml (original)
+++ incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0007/registry-config.xml Mon Mar 19 20:21:27 2007
@@ -1,3 +1,3 @@
 <registry-config>
-   <repositories>test</repositories>
+  <repositories>test</repositories>
 </registry-config>

Modified: incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0010/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0010/pom.xml?view=diff&rev=520253&r1=520252&r2=520253
==============================================================================
--- incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0010/pom.xml (original)
+++ incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0010/pom.xml Mon Mar 19 20:21:27 2007
@@ -1,30 +1,29 @@
 <project>
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.maven.it</groupId>
-    <artifactId>it0010</artifactId>
-    <packaging>library</packaging>
-    <version>1.0.0</version>
-    <name>it0010</name>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.maven.it</groupId>
-            <artifactId>it0001</artifactId>
-	        <type>module</type>
-            <version>1.0.0</version>
-        </dependency>
-    </dependencies>
-    <build>	
-	<sourceDirectory>src/main/vb</sourceDirectory>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.dotnet.plugins</groupId>
-                <artifactId>maven-compile-plugin</artifactId>
-     	        <extensions>true</extensions>
-                <configuration>
-                    <language>VB</language>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.it</groupId>
+  <artifactId>it0010</artifactId>
+  <packaging>library</packaging>
+  <version>1.0.0</version>
+  <name>it0010</name>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven.it</groupId>
+      <artifactId>it0001</artifactId>
+      <type>module</type>
+      <version>1.0.0</version>
+    </dependency>
+  </dependencies>
+  <build>
+    <sourceDirectory>src/main/vb</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.dotnet.plugins</groupId>
+        <artifactId>maven-compile-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <language>VB</language>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Modified: incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0011/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0011/pom.xml?view=diff&rev=520253&r1=520252&r2=520253
==============================================================================
--- incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0011/pom.xml (original)
+++ incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0011/pom.xml Mon Mar 19 20:21:27 2007
@@ -1,30 +1,29 @@
 <project>
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.maven.it</groupId>
-    <artifactId>it0011</artifactId>
-    <packaging>library</packaging>
-    <version>1.0.0</version>
-    <name>it0011</name>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.maven.it</groupId>
-            <artifactId>it0001</artifactId>
-            <type>module</type>
-            <version>1.0.0</version>
-        </dependency>
-    </dependencies>
-    <build>
-        <sourceDirectory>src/main/csharp</sourceDirectory>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.dotnet.plugins</groupId>
-                <artifactId>maven-compile-plugin</artifactId>
-                <extensions>true</extensions>
-                <configuration>
-                    <vendor>MONO</vendor>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.it</groupId>
+  <artifactId>it0011</artifactId>
+  <packaging>library</packaging>
+  <version>1.0.0</version>
+  <name>it0011</name>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven.it</groupId>
+      <artifactId>it0001</artifactId>
+      <type>module</type>
+      <version>1.0.0</version>
+    </dependency>
+  </dependencies>
+  <build>
+    <sourceDirectory>src/main/csharp</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.dotnet.plugins</groupId>
+        <artifactId>maven-compile-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <vendor>MONO</vendor>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Modified: incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0012/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0012/pom.xml?view=diff&rev=520253&r1=520252&r2=520253
==============================================================================
--- incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0012/pom.xml (original)
+++ incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0012/pom.xml Mon Mar 19 20:21:27 2007
@@ -1,22 +1,21 @@
 <project>
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.maven.it</groupId>
-    <artifactId>it0012</artifactId>
-    <packaging>module</packaging>
-    <version>1.0.0</version>
-    <name>it0012</name>
-
-    <build>
-        <sourceDirectory>src/main/csharp</sourceDirectory>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.dotnet.plugins</groupId>
-                <artifactId>maven-compile-plugin</artifactId>
-                <extensions>true</extensions>
-                <configuration>
-                    <vendor>DotGNU</vendor>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.it</groupId>
+  <artifactId>it0012</artifactId>
+  <packaging>module</packaging>
+  <version>1.0.0</version>
+  <name>it0012</name>
+  <build>
+    <sourceDirectory>src/main/csharp</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.dotnet.plugins</groupId>
+        <artifactId>maven-compile-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <vendor>DotGNU</vendor>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Modified: incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0013/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0013/pom.xml?view=diff&rev=520253&r1=520252&r2=520253
==============================================================================
--- incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0013/pom.xml (original)
+++ incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0013/pom.xml Mon Mar 19 20:21:27 2007
@@ -1,30 +1,29 @@
 <project>
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.maven.it</groupId>
-    <artifactId>it0013</artifactId>
-    <packaging>library</packaging>
-    <version>1.0.0</version>
-    <name>it0013</name>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.maven.it</groupId>
-            <artifactId>it0012</artifactId>
-            <type>module</type>
-            <version>1.0.0</version>
-        </dependency>
-    </dependencies>
-    <build>
-        <sourceDirectory>src/main/csharp</sourceDirectory>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.dotnet.plugins</groupId>
-                <artifactId>maven-compile-plugin</artifactId>
-                <extensions>true</extensions>
-                <configuration>
-                    <vendor>DotGNU</vendor>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.it</groupId>
+  <artifactId>it0013</artifactId>
+  <packaging>library</packaging>
+  <version>1.0.0</version>
+  <name>it0013</name>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven.it</groupId>
+      <artifactId>it0012</artifactId>
+      <type>module</type>
+      <version>1.0.0</version>
+    </dependency>
+  </dependencies>
+  <build>
+    <sourceDirectory>src/main/csharp</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.dotnet.plugins</groupId>
+        <artifactId>maven-compile-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <vendor>DotGNU</vendor>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Modified: incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0014/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0014/pom.xml?view=diff&rev=520253&r1=520252&r2=520253
==============================================================================
--- incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0014/pom.xml (original)
+++ incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0014/pom.xml Mon Mar 19 20:21:27 2007
@@ -1,30 +1,29 @@
 <project>
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.maven.it</groupId>
-    <artifactId>it0014</artifactId>
-    <packaging>library</packaging>
-    <version>1.0.0</version>
-    <name>it0014</name>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.maven.it</groupId>
-            <artifactId>it0013</artifactId>
-            <type>library</type>
-            <version>1.0.0</version>
-        </dependency>
-    </dependencies>
-    <build>
-        <sourceDirectory>src/main/csharp</sourceDirectory>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.dotnet.plugins</groupId>
-                <artifactId>maven-compile-plugin</artifactId>
-                <extensions>true</extensions>
-                <configuration>
-                    <vendor>DotGNU</vendor>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.it</groupId>
+  <artifactId>it0014</artifactId>
+  <packaging>library</packaging>
+  <version>1.0.0</version>
+  <name>it0014</name>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven.it</groupId>
+      <artifactId>it0013</artifactId>
+      <type>library</type>
+      <version>1.0.0</version>
+    </dependency>
+  </dependencies>
+  <build>
+    <sourceDirectory>src/main/csharp</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.dotnet.plugins</groupId>
+        <artifactId>maven-compile-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <vendor>DotGNU</vendor>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Modified: incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0015/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0015/pom.xml?view=diff&rev=520253&r1=520252&r2=520253
==============================================================================
--- incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0015/pom.xml (original)
+++ incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0015/pom.xml Mon Mar 19 20:21:27 2007
@@ -1,22 +1,21 @@
 <project>
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.maven.it</groupId>
-    <artifactId>it0015</artifactId>
-    <packaging>library</packaging>
-    <version>1.0.0</version>
-    <name>it0015</name>
-
-    <build>
-        <sourceDirectory>src/main/csharp</sourceDirectory>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.dotnet.plugins</groupId>
-                <artifactId>maven-compile-plugin</artifactId>
-                <extensions>true</extensions>
-                <configuration>
-                    <vendor>DotGNU</vendor>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.it</groupId>
+  <artifactId>it0015</artifactId>
+  <packaging>library</packaging>
+  <version>1.0.0</version>
+  <name>it0015</name>
+  <build>
+    <sourceDirectory>src/main/csharp</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.dotnet.plugins</groupId>
+        <artifactId>maven-compile-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <vendor>DotGNU</vendor>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Modified: incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0016/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0016/pom.xml?view=diff&rev=520253&r1=520252&r2=520253
==============================================================================
--- incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0016/pom.xml (original)
+++ incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0016/pom.xml Mon Mar 19 20:21:27 2007
@@ -1,30 +1,29 @@
 <project>
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.maven.it</groupId>
-    <artifactId>it0016</artifactId>
-    <packaging>library</packaging>
-    <version>1.0.0</version>
-    <name>it0016</name>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.maven.it</groupId>
-            <artifactId>it0015</artifactId>
-            <type>library</type>
-            <version>1.0.0</version>
-        </dependency>
-    </dependencies>
-    <build>
-        <sourceDirectory>src/main/csharp</sourceDirectory>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.dotnet.plugins</groupId>
-                <artifactId>maven-compile-plugin</artifactId>
-                <extensions>true</extensions>
-                <configuration>
-                    <vendor>DotGNU</vendor>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.it</groupId>
+  <artifactId>it0016</artifactId>
+  <packaging>library</packaging>
+  <version>1.0.0</version>
+  <name>it0016</name>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven.it</groupId>
+      <artifactId>it0015</artifactId>
+      <type>library</type>
+      <version>1.0.0</version>
+    </dependency>
+  </dependencies>
+  <build>
+    <sourceDirectory>src/main/csharp</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.dotnet.plugins</groupId>
+        <artifactId>maven-compile-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <vendor>DotGNU</vendor>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Modified: incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0018/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0018/pom.xml?view=diff&rev=520253&r1=520252&r2=520253
==============================================================================
--- incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0018/pom.xml (original)
+++ incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0018/pom.xml Mon Mar 19 20:21:27 2007
@@ -1,24 +1,23 @@
 <project>
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.maven.it</groupId>
-    <artifactId>it0018</artifactId>
-    <packaging>library</packaging>
-    <version>1.0.0</version>
-    <name>it0018</name>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.it</groupId>
+  <artifactId>it0018</artifactId>
+  <packaging>library</packaging>
+  <version>1.0.0</version>
+  <name>it0018</name>
+  <build>
+    <sourceDirectory>src/main/csharp</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.dotnet.plugins</groupId>
+        <artifactId>maven-compile-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
 
-    <build>
-        <sourceDirectory>src/main/csharp</sourceDirectory>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.dotnet.plugins</groupId>
-                <artifactId>maven-compile-plugin</artifactId>
-                <extensions>true</extensions>
-                <configuration>
-
-                  <vendor>MONO</vendor>
-                    <frameworkVersion>1.1.4322</frameworkVersion>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
+          <vendor>MONO</vendor>
+          <frameworkVersion>1.1.4322</frameworkVersion>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Modified: incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0019/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0019/pom.xml?view=diff&rev=520253&r1=520252&r2=520253
==============================================================================
--- incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0019/pom.xml (original)
+++ incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0019/pom.xml Mon Mar 19 20:21:27 2007
@@ -1,22 +1,21 @@
 <project>
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.maven.it</groupId>
-    <artifactId>it0019</artifactId>
-    <packaging>library</packaging>
-    <version>1.0.0</version>
-    <name>it0019</name>
-
-    <build>
-        <sourceDirectory>src/main/csharp</sourceDirectory>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.dotnet.plugins</groupId>
-                <artifactId>maven-compile-plugin</artifactId>
-                <extensions>true</extensions>
-                <configuration>
-                    <profile>COMPACT</profile>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.it</groupId>
+  <artifactId>it0019</artifactId>
+  <packaging>library</packaging>
+  <version>1.0.0</version>
+  <name>it0019</name>
+  <build>
+    <sourceDirectory>src/main/csharp</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.dotnet.plugins</groupId>
+        <artifactId>maven-compile-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <profile>COMPACT</profile>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Modified: incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0020/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0020/pom.xml?view=diff&rev=520253&r1=520252&r2=520253
==============================================================================
--- incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0020/pom.xml (original)
+++ incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0020/pom.xml Mon Mar 19 20:21:27 2007
@@ -1,19 +1,18 @@
 <project>
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.maven.it</groupId>
-    <artifactId>it0020</artifactId>
-    <packaging>library</packaging>
-    <version>1.0.0</version>
-    <name>it0020</name>
-
-    <build>
-        <sourceDirectory>src/main/csharp</sourceDirectory>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.dotnet.plugins</groupId>
-                <artifactId>maven-compile-plugin</artifactId>
-                <extensions>true</extensions>
-            </plugin>
-        </plugins>
-    </build>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.it</groupId>
+  <artifactId>it0020</artifactId>
+  <packaging>library</packaging>
+  <version>1.0.0</version>
+  <name>it0020</name>
+  <build>
+    <sourceDirectory>src/main/csharp</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.dotnet.plugins</groupId>
+        <artifactId>maven-compile-plugin</artifactId>
+        <extensions>true</extensions>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Modified: incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0021/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0021/pom.xml?view=diff&rev=520253&r1=520252&r2=520253
==============================================================================
--- incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0021/pom.xml (original)
+++ incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0021/pom.xml Mon Mar 19 20:21:27 2007
@@ -5,7 +5,6 @@
   <packaging>library</packaging>
   <version>1.0.0</version>
   <name>it0021</name>
-
   <build>
     <sourceDirectory>src/main/vb</sourceDirectory>
     <plugins>

Modified: incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0022/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0022/pom.xml?view=diff&rev=520253&r1=520252&r2=520253
==============================================================================
--- incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0022/pom.xml (original)
+++ incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0022/pom.xml Mon Mar 19 20:21:27 2007
@@ -5,7 +5,6 @@
   <packaging>library</packaging>
   <version>1.0.0</version>
   <name>it0022</name>
-
   <build>
     <sourceDirectory>src/main/csharp</sourceDirectory>
     <plugins>

Modified: incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0025/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0025/pom.xml?view=diff&rev=520253&r1=520252&r2=520253
==============================================================================
--- incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0025/pom.xml (original)
+++ incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0025/pom.xml Mon Mar 19 20:21:27 2007
@@ -20,7 +20,7 @@
           <execution>
             <goals>
               <goal>start-xsp</goal>
-              <goal>stop-xsp</goal>              
+              <goal>stop-xsp</goal>
             </goals>
           </execution>
         </executions>

Modified: incubator/nmaven/branches/SI_IDE/plugins/maven-vstudio-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/plugins/maven-vstudio-plugin/pom.xml?view=diff&rev=520253&r1=520252&r2=520253
==============================================================================
--- incubator/nmaven/branches/SI_IDE/plugins/maven-vstudio-plugin/pom.xml (original)
+++ incubator/nmaven/branches/SI_IDE/plugins/maven-vstudio-plugin/pom.xml Mon Mar 19 20:21:27 2007
@@ -9,7 +9,7 @@
   <groupId>org.apache.maven.dotnet.plugins</groupId>
   <artifactId>maven-vstudio-plugin</artifactId>
   <packaging>maven-plugin</packaging>
-  <name>Maven Visual Studio Plugin</name>
+  <name>maven-vstudio-plugin</name>
   <version>0.14-SNAPSHOT</version>
   <url>http://maven.apache.org/</url>
   <dependencies>

Modified: incubator/nmaven/branches/SI_IDE/plugins/pom-release.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/plugins/pom-release.xml?view=diff&rev=520253&r1=520252&r2=520253
==============================================================================
--- incubator/nmaven/branches/SI_IDE/plugins/pom-release.xml (original)
+++ incubator/nmaven/branches/SI_IDE/plugins/pom-release.xml Mon Mar 19 20:21:27 2007
@@ -1,73 +1,72 @@
 <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">
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.maven.dotnet.plugins</groupId>
-    <artifactId>maven-dotnet-plugins</artifactId>
-    <packaging>pom</packaging>
-    <version>0.14-SNAPSHOT</version>
-    <name>maven-dotnet-plugins</name>
-    <modules>
-        <module>maven-compile-plugin</module>
-        <module>maven-test-plugin</module>
-        <module>maven-webapp-plugin</module>
-        <module>maven-xsd-plugin</module>
-        <module>maven-wsdl-plugin</module>
-        <module>maven-install-plugin</module>
-        <module>maven-resgen-plugin</module>
-        <module>maven-resolver-plugin</module>
-        <module>maven-settings-plugin</module>     
-    </modules>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.maven.dotnet</groupId>
-            <artifactId>dotnet-assembler</artifactId>
-            <version>0.14-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.maven.dotnet</groupId>
-            <artifactId>dotnet-executable</artifactId>
-            <version>0.14-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.maven.dotnet</groupId>
-            <artifactId>dotnet-artifact</artifactId>
-            <version>0.14-SNAPSHOT</version>
-        </dependency>
-    </dependencies>
-    <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <artifactId>maven-release-plugin</artifactId>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-        <plugins>
-            <plugin>
-                <artifactId>maven-assembly-plugin</artifactId>
-                <configuration>
-                    <descriptor>src/assembly/src.xml</descriptor>
-                    <outputDirectory>src/target</outputDirectory>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
-            </plugin>
-            <!--
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-plugin-plugin</artifactId>
-                <configuration>
-                    <outputDirectory>${basedir}/src/site/xdoc</outputDirectory>
-                </configuration>
-            </plugin>
-            -->
-        </plugins>
-    </build>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.dotnet.plugins</groupId>
+  <artifactId>maven-dotnet-plugins</artifactId>
+  <packaging>pom</packaging>
+  <version>0.14-SNAPSHOT</version>
+  <name>maven-dotnet-plugins</name>
+  <modules>
+    <module>maven-compile-plugin</module>
+    <module>maven-test-plugin</module>
+    <module>maven-webapp-plugin</module>
+    <module>maven-xsd-plugin</module>
+    <module>maven-wsdl-plugin</module>
+    <module>maven-install-plugin</module>
+    <module>maven-resgen-plugin</module>
+    <module>maven-resolver-plugin</module>
+    <module>maven-settings-plugin</module>
+  </modules>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven.dotnet</groupId>
+      <artifactId>dotnet-assembler</artifactId>
+      <version>0.14-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.dotnet</groupId>
+      <artifactId>dotnet-executable</artifactId>
+      <version>0.14-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.dotnet</groupId>
+      <artifactId>dotnet-artifact</artifactId>
+      <version>0.14-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-release-plugin</artifactId>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <configuration>
+          <descriptor>src/assembly/src.xml</descriptor>
+          <outputDirectory>src/target</outputDirectory>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      <!--
+      <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-plugin-plugin</artifactId>
+          <configuration>
+              <outputDirectory>${basedir}/src/site/xdoc</outputDirectory>
+          </configuration>
+      </plugin>
+      -->
+    </plugins>
+  </build>
 </project>

Modified: incubator/nmaven/branches/SI_IDE/site/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/site/pom.xml?view=diff&rev=520253&r1=520252&r2=520253
==============================================================================
--- incubator/nmaven/branches/SI_IDE/site/pom.xml (original)
+++ incubator/nmaven/branches/SI_IDE/site/pom.xml Mon Mar 19 20:21:27 2007
@@ -115,16 +115,16 @@
       </roles>
     </developer>
   </developers>
-      <reporting>
-      <plugins>
-        <plugin>
-          <artifactId>maven-javadoc-plugin</artifactId>
-          <configuration>
-            <aggregate>true</aggregate>
-          </configuration>
-        </plugin>
-      </plugins>
-    </reporting>
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <aggregate>true</aggregate>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
   <distributionManagement>
     <site>
       <id>nmaven-apache-site</id>