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 lc...@apache.org on 2011/04/01 14:15:21 UTC

svn commit: r1087713 - /incubator/npanday/trunk/pom.xml

Author: lcorneliussen
Date: Fri Apr  1 14:15:21 2011
New Revision: 1087713

URL: http://svn.apache.org/viewvc?rev=1087713&view=rev
Log:
[NPANDAY-392] (temporarily?) moved repositories to release-profile

Modified:
    incubator/npanday/trunk/pom.xml

Modified: incubator/npanday/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1087713&r1=1087712&r2=1087713&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Fri Apr  1 14:15:21 2011
@@ -221,9 +221,12 @@ under the License.
     <module>archetypes</module>  
     <module>plugins</module>  
     <module>dotnet</module>
-    <module>misc/dotnet-repository-builder</module>
+    <!--
+	  MOVED TO RELEASE PROFILE
+	  <module>misc/dotnet-repository-builder</module>
     <module>misc/npanday-repository-builder</module>
     <module>misc/npanday-installer</module>
+    -->
   </modules>  
   <build> 
     <plugins>	
@@ -250,7 +253,7 @@ under the License.
       <plugin> 
         <groupId>org.apache.maven.plugins</groupId>  
         <artifactId>maven-compiler-plugin</artifactId>  
-        <configuration> 
+        <configuration>
           <source>1.5</source>  
           <target>1.5</target> 
         </configuration> 
@@ -501,6 +504,11 @@ under the License.
     </profile>
     <profile>
       <id>npanday-release</id>
+	  <modules>
+		<module>misc/dotnet-repository-builder</module>
+		<module>misc/npanday-repository-builder</module>
+		<module>misc/npanday-installer</module>	
+	  </modules>
       <build>
         <plugins>
           <!-- Fail fast: the release build must run on Windows for the Add-in -->