Hi, 
     
    For those who would wonder the same thing, I found a solution. 
    You just have to configure p2 with a native instruction, i.e. add  
     
    
      instructions.configure=\
    org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/readme);
     
     
    in your p2.inf. 
     
    Cheers, 
     
                   Vincent. 
     
     
     
    Le 15/05/2011 18:06, Vincent Zurczak a écrit :
    
      
      Hi, 
       
      When I take a look at my generated RCP, the root directory
      contains the following files: 
      + epl-v10.html 
      + notice.html 
      + readme (directory) 
       
      I assume these files come from the RCP feature, which is included
      by my root feature. 
      However, when I build the product with the PDE, these files are
      not included. In fact, I don't want these files, since I include a
      specific license file at the root of my product. 
       
      How can I get rid of these files? 
      One solution would be to modify the generated archives, but it
      means unzipping, modifying the files and rezip. 
      Is there any way to call a plugin (e.g. the maven-ant-run plugin)
      between the materialize-product and the archive-product goals? 
       
      Regards, 
       
                        Vincent. 
     
    
  
 |