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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Apr 28 11:39:28 EDT 2008


Author: steve.ebersole at jboss.com
Date: 2008-04-28 11:39:28 -0400 (Mon, 28 Apr 2008)
New Revision: 14590

Modified:
   core/trunk/pom.xml
Log:
move documentation back into a profile, along with distribution

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2008-04-28 14:54:33 UTC (rev 14589)
+++ core/trunk/pom.xml	2008-04-28 15:39:28 UTC (rev 14590)
@@ -56,14 +56,12 @@
         <module>jmx</module>
         <module>testing</module>
         <module>testsuite</module>
-        <module>documentation</module>
         <module>tutorials</module>
 <!--
     Need to scope bytecode providers first...
         <module>bytecode-cglib</module>
         <module>bytecode-javassist</module>
 -->
-        <module>distribution</module>
     </modules>
 
     <build>
@@ -79,14 +77,20 @@
         </plugins>
     </build>
 
-<!--
     <profiles>
         <profile>
             <id>docs</id>
+            <activation>
+                <property>
+                    <name>disableDistribution</name>
+                    <value>!true</value>
+                </property>
+            </activation>
             <modules>
                 <module>documentation</module>
+                <module>distribution</module>
             </modules>
         </profile>
     </profiles>
--->
+
 </project>
\ No newline at end of file




More information about the hibernate-commits mailing list