Author: mickael_istria
Date: 2012-10-04 05:25:52 -0400 (Thu, 04 Oct 2012)
New Revision: 44284
Modified:
trunk/build/parent/pom.xml
Log:
JBIDE-12773: Remove default enablement of local.site based on property. This profile will
be deprecated.
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2012-10-04 08:30:34 UTC (rev 44283)
+++ trunk/build/parent/pom.xml 2012-10-04 09:25:52 UTC (rev 44284)
@@ -640,11 +640,6 @@
without needing to use a local.site file -->
<profile>
<id>local.site</id>
- <activation>
- <property>
- <name>BUILD_NUMBER</name>
- </property>
- </activation>
<repositories>
<repository>
<id>local.site</id>
Show replies by date