</repositories>
</profile>
<profile>
- <!-- Installs the jre bundle, which is done by 1) copying the jre directories
- as set in the ~/.m2/settings.xml to the corresponding folders in the feature
- dir 2) adding the -vm jre/bin option the eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product -->
-
+ <!-- making sure that the jre bundle can be built only on linux.
+ this is due to the fact since Java has problem with setting permissions on
+ files (this is specifically for the jre/bin files which need to be executable),
+ Eclipse RCP (http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Ftasks%2Fpde_rootfiles.htm)
+ uses chmod to set these, but since chmod is (usually) available on unix like systems, this check has been added
+ (to be on the safe side) to not allow the jre bundle to be built on other systems. -->
<id>bundleJre</id>
<build>
<plugins>