Author: justin
Date: Mon Feb 1 15:38:08 2010
New Revision: 905309
URL: http://svn.apache.org/viewvc?rev=905309&view=rev
Log:
SLING-1342 - enabling bundle profile by default
Modified:
sling/trunk/bundles/jcr/jackrabbit-server/pom.xml
Modified: sling/trunk/bundles/jcr/jackrabbit-server/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/jackrabbit-server/pom.xml?rev=905309&r1=905308&r2=905309&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/jackrabbit-server/pom.xml (original)
+++ sling/trunk/bundles/jcr/jackrabbit-server/pom.xml Mon Feb 1 15:38:08 2010
@@ -144,7 +144,7 @@
<profile>
<id>bundle</id>
<activation>
- <activeByDefault>false</activeByDefault>
+ <activeByDefault>true</activeByDefault>
</activation>
<build>
<plugins>