You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by es...@apache.org on 2011/08/17 22:55:40 UTC

svn commit: r1158906 - /incubator/flume/branches/flume-728/pom.xml

Author: esammer
Date: Wed Aug 17 20:55:40 2011
New Revision: 1158906

URL: http://svn.apache.org/viewvc?rev=1158906&view=rev
Log:
- Made ng profile active by default for this branch.
- Added flume-ng-dist to the ng profile.

Modified:
    incubator/flume/branches/flume-728/pom.xml

Modified: incubator/flume/branches/flume-728/pom.xml
URL: http://svn.apache.org/viewvc/incubator/flume/branches/flume-728/pom.xml?rev=1158906&r1=1158905&r2=1158906&view=diff
==============================================================================
--- incubator/flume/branches/flume-728/pom.xml (original)
+++ incubator/flume/branches/flume-728/pom.xml Wed Aug 17 20:55:40 2011
@@ -45,7 +45,7 @@
     <profile>
       <id>dev</id>
       <activation>
-        <activeByDefault>true</activeByDefault>
+        <activeByDefault>false</activeByDefault>
       </activation>
       <modules>
         <module>flume-core</module>
@@ -86,11 +86,12 @@
     <profile>
       <id>ng</id>
       <activation>
-        <activeByDefault>false</activeByDefault>
+        <activeByDefault>true</activeByDefault>
       </activation>
       <modules>
         <module>flume-ng-core</module>
         <module>flume-ng-node</module>
+        <module>flume-ng-dist</module>
       </modules>
     </profile>