Project

General

Profile

« Previous | Next » 

Revision 74d26d4c

Added by Cherian Mathew about 9 years ago

added comments

View differences:

eu.etaxonomy.taxeditor.feature/README.txt
1
when updating the build.properties file make sure to apply the updates on both
2
build.properties.with.jre and
3
build.properties.wo.jre
pom.xml
138 138
      </repositories>
139 139
    </profile>
140 140
    <profile>
141
      <!-- Installs the jre bundle, which is done by 1) copying the jre directories 
142
        as set in the ~/.m2/settings.xml to the corresponding folders in the feature 
143
        dir 2) adding the -vm jre/bin option the eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product -->
144

  
141
    <!-- making sure that the jre bundle can be built only on linux.
142
    this is due to the fact since Java has problem with setting permissions on 
143
    files (this is specifically for the jre/bin files which need to be executable), 
144
    Eclipse RCP (http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Ftasks%2Fpde_rootfiles.htm)
145
    uses chmod to set these, but since chmod is (usually) available on unix like systems, this check has been added
146
     (to be on the safe side) to not allow the jre bundle to be built on other systems. -->
145 147
      <id>bundleJre</id>
146 148
      <build>
147 149
        <plugins>

Also available in: Unified diff