[hibernate-commits] Hibernate SVN: r14572 - core/trunk/parent.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Apr 25 07:19:49 EDT 2008


Author: steve.ebersole at jboss.com
Date: 2008-04-25 07:19:49 -0400 (Fri, 25 Apr 2008)
New Revision: 14572

Modified:
   core/trunk/parent/pom.xml
Log:
cleanup

Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml	2008-04-25 03:15:18 UTC (rev 14571)
+++ core/trunk/parent/pom.xml	2008-04-25 11:19:49 UTC (rev 14572)
@@ -254,27 +254,6 @@
         </plugins>
     </reporting>
 
-    <profiles>
-        <profile>
-            <!--
-                A profile used implicitly by the release plugin.  Here we use it to enable documentation building
-                as well as execution of the assembly plugin (to build the SourceForge dist).
-            -->
-            <id>release-profile</id>
-            <modules>
-                <module>documentation</module>
-            </modules>
-        </profile>
-
-        <!-- seperate profile for documentation activation -->
-        <profile>
-            <id>docs</id>
-            <modules>
-                <module>documentation</module>
-            </modules>
-        </profile>
-    </profiles>
-
     <dependencies>
         <dependency>
             <groupId>org.slf4j</groupId>




More information about the hibernate-commits mailing list