Author: sisbell
Date: Tue Dec 11 22:23:29 2007
New Revision: 603480

URL: http://svn.apache.org/viewvc?rev=603480&view=rev
Log:
Moved some packages from sandbox to root directoru.

Added:
    
incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/dotnet-extensions-maven/
      - copied from r603468, 
incubator/nmaven/branches/SI_MAVEN_INTEGRATION/sandbox/components/dotnet-extensions-maven/
Removed:
    incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/README.txt
    incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/dotnet-artifact/
    incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/src/
Modified:
    incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/pom.xml

Modified: incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/pom.xml?rev=603480&r1=603479&r2=603480&view=diff
==============================================================================
--- incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/pom.xml (original)
+++ incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/pom.xml Tue Dec 
11 22:23:29 2007
@@ -18,54 +18,25 @@
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>  
-  <parent> 
-    <groupId>org.apache.maven.dotnet</groupId>  
-    <version>0.14-incubating-SNAPSHOT</version>  
-    <artifactId>dotnet-project</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <groupId>org.apache.maven.dotnet</groupId>  
-  <artifactId>dotnet-components</artifactId>  
-  <packaging>pom</packaging>  
-  <name>dotnet-components</name>  
-  <url>http://incubator.apache.org/nmaven</url>  
-  <description>NMaven provides Maven 2.x plugins to support building of .NET 
applications</description>  
-  <modules> 
-    <module>dotnet-artifact</module>  
-    <module>dotnet-assembler</module>  
-    <module>dotnet-core</module>  
-    <module>dotnet-dao/project</module>  
-    <module>dotnet-embedder</module>  
-    <module>dotnet-executable</module>  
-    <module>dotnet-jetty</module>  
-    <module>dotnet-model</module>  
-    <module>dotnet-plugin</module>  
-    <module>dotnet-registry</module>  
-    <module>dotnet-repository</module>  
-    <module>dotnet-service/embedder</module>  
-    <module>dotnet-vendor</module> 
-  </modules>  
-  <profiles> 
-    <profile> 
-      <activation> 
-        <property> 
-          <name>Rdf</name> 
-        </property> 
-      </activation>  
-      <repositories> 
-        <repository> 
-          <id>aduna.org</id>  
-          <url>http://repository.aduna-software.org/maven2</url> 
-        </repository> 
-      </repositories> 
-    </profile> 
-  </profiles>  
-  <distributionManagement> 
-    <site> 
-      <id>nmaven-apache-site</id>  
-      <name>NMaven Site</name>  
-      <url>file://${basedir}/../../www</url> 
-    </site> 
-  </distributionManagement> 
-</project>
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+  <parent>
+    <groupId>org.apache.maven.dotnet</groupId>
+    <version>0.14-incubating-SNAPSHOT</version>
+    <artifactId>dotnet-project</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.dotnet</groupId>
+  <artifactId>dotnet-components</artifactId>
+  <version>0.14-incubating-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <name>dotnet-components</name>
+  <url>http://incubator.apache.org/nmaven</url>
+  <description>NMaven provides Maven 2.x plugins to support building of .NET 
applications</description>
+  <modules>
+    <module>dotnet-assembler</module>
+    <module>dotnet-core</module>
+    <module>dotnet-compiler</module>
+    <module>dotnet-extensions-maven</module>
+  </modules>
+</project>
\ No newline at end of file


Reply via email to