Project

General

Profile

« Previous | Next » 

Revision 450636e9

Added by Patrick Plitzner almost 8 years ago

Remove JRE feature

View differences:

eu.etaxonomy.taxeditor.feature.jre/.project
1
<?xml version="1.0" encoding="UTF-8"?>
2
<projectDescription>
3
	<name>eu.etaxonomy.taxeditor.feature.jre</name>
4
	<comment></comment>
5
	<projects>
6
	</projects>
7
	<buildSpec>
8
		<buildCommand>
9
			<name>org.eclipse.pde.FeatureBuilder</name>
10
			<arguments>
11
			</arguments>
12
		</buildCommand>
13
	</buildSpec>
14
	<natures>
15
		<nature>org.eclipse.pde.FeatureNature</nature>
16
	</natures>
17
</projectDescription>
eu.etaxonomy.taxeditor.feature.jre/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
eu.etaxonomy.taxeditor.feature.jre/build.properties
1
bin.includes = feature.xml
eu.etaxonomy.taxeditor.feature.jre/build.properties.with.jre
1

  
2
root.linux.gtk.x86_64=linux-64
3
root.linux.gtk.x86_64.permissions.755=jre/bin/**
4
root.linux.gtk.x86=linux-32
5
root.linux.gtk.x86.permissions.755=jre/bin/**
6
root.win32.win32.x86_64=win-64
7
root.win32.win32.x86_64.permissions.755=jre/bin/**
8
root.win32.win32.x86=win-32
9
root.win32.win32.x86.permissions.755=jre/bin/**
10
root.macosx.cocoa.x86_64=mac-64
11
root.macosx.cocoa.x86_64.permissions.755=jre/Contents/Home/jre/bin/**
eu.etaxonomy.taxeditor.feature.jre/feature.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<feature
3
      id="eu.etaxonomy.taxeditor.feature.jre"
4
      label="JRE Feature"
5
      version="1.7.75"
6
      provider-name="EDIT">
7

  
8
   <description url="http://www.example.com/description">
9
      [Enter Feature Description here.]
10
   </description>
11

  
12
   <copyright url="http://www.example.com/copyright">
13
      [Enter Copyright Description here.]
14
   </copyright>
15

  
16
   <license url="http://www.example.com/license">
17
      [Enter License Description here.]
18
   </license>
19

  
20
</feature>
eu.etaxonomy.taxeditor.feature.jre/pom.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
  <parent>
4
    <groupId>eu.etaxonomy</groupId>
5
    <artifactId>taxeditor-parent</artifactId>
6
    <version>3.12.0-SNAPSHOT</version>
7
  </parent>
8
  <modelVersion>4.0.0</modelVersion>
9
  <artifactId>eu.etaxonomy.taxeditor.feature.jre</artifactId>
10
  <packaging>eclipse-feature</packaging>
11

  
12
  <name>Taxonomic Editor Feature JRE</name>
13
  <description />
14
  <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorEditorBundle</url>
15
</project>

Also available in: Unified diff