Author: desruisseaux
Date: Fri Nov 17 17:48:54 2017
New Revision: 1815604

URL: http://svn.apache.org/viewvc?rev=1815604&view=rev
Log:
Module to be enabled during releases only (for now).

Modified:
    sis/branches/JDK8/application/pom.xml

Modified: sis/branches/JDK8/application/pom.xml
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/application/pom.xml?rev=1815604&r1=1815603&r2=1815604&view=diff
==============================================================================
--- sis/branches/JDK8/application/pom.xml (original)
+++ sis/branches/JDK8/application/pom.xml Fri Nov 17 17:48:54 2017
@@ -118,7 +118,16 @@
     <module>sis-console</module>
     <module>sis-javafx</module>
     <module>sis-webapp</module>
-<!--<module>sis-openoffice</module>     Omitted for now because of the 
numerous warnings emitted by Pack200. -->
   </modules>
 
+  <!-- Following module is omitted for now (unless doing a release)
+       because of the numerous warnings emitted by Pack200. -->
+  <profiles>
+    <profile>
+      <id>apache-release</id>
+      <modules>
+        <module>sis-openoffice</module>
+      </modules>
+    </profile>
+  </profiles>
 </project>


Reply via email to