Project

General

Profile

« Previous | Next » 

Revision d46a003b

Added by Patrick Plitzner over 8 years ago

Initial import of linux64 JRE feature

View differences:

eu.etaxonomy.taxeditor.feature.jre.linux64/.project
1
<projectDescription>
2
  <name>eu.etaxonomy.taxeditor.feature.jre.linux64</name>
3
  <comment></comment>
4
  <projects>
5
    <project>eu.etaxonomy.taxeditor.application</project>
6
    <project>eu.etaxonomy.taxeditor.bulkeditor</project>
7
    <project>eu.etaxonomy.taxeditor.cdmlib</project>
8
    <project>eu.etaxonomy.taxeditor.editor</project>
9
    <project>eu.etaxonomy.taxeditor.feature.platform</project>
10
    <project>eu.etaxonomy.taxeditor.navigation</project>
11
    <project>eu.etaxonomy.taxeditor.printpublisher</project>
12
    <project>eu.etaxonomy.taxeditor.store</project>
13
  </projects>
14
	<buildSpec>
15
		<buildCommand>
16
			<name>org.eclipse.pde.FeatureBuilder</name>
17
			<arguments>
18
			</arguments>
19
		</buildCommand>
20
	</buildSpec>
21
	<natures>
22
		<nature>org.eclipse.pde.FeatureNature</nature>
23
	</natures>
24
</projectDescription>
eu.etaxonomy.taxeditor.feature.jre.linux64/LICENSE.TXT
1
The contents of this feature are subject to the Eclipse Public License Version 1.0 (the &quot;License&quot;); you may not use this file except in compliance with the License. You may obtain a copy of the License at
2
http://www.eclipse.org/legal/epl-v10.html
3

  
4
Software distributed under the License is distributed on an &quot;AS IS&quot; basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.
eu.etaxonomy.taxeditor.feature.jre.linux64/build.properties
1
bin.includes = feature.xml,\
2
               p2.inf,\
3
               jre/
eu.etaxonomy.taxeditor.feature.jre.linux64/feature.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<feature
3
      id="eu.etaxonomy.taxeditor.feature.jre.linux64"
4
      label="Taxonomic Editor"
5
      version="3.12.0.qualifier"
6
      provider-name="EDIT"
7
      plugin="eu.etaxonomy.taxeditor.application"
8
      os="linux"
9
      ws="gtk"
10
      arch="x86_64">
11

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

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

  
20
   <requires>
21
      <import plugin="org.eclipse.ui"/>
22
      <import plugin="org.eclipse.core.runtime"/>
23
      <import plugin="org.eclipse.equinox.ds"/>
24
      <import plugin="org.eclipse.equinox.util"/>
25
      <import plugin="org.eclipse.equinox.p2.core"/>
26
      <import plugin="org.eclipse.equinox.p2.ui"/>
27
      <import plugin="org.eclipse.equinox.p2.ui.sdk"/>
28
      <import plugin="org.eclipse.equinox.p2.updatechecker"/>
29
      <import plugin="org.eclipse.equinox.p2.operations"/>
30
      <import plugin="org.eclipse.equinox.app"/>
31
      <import plugin="org.eclipse.osgi"/>
32
      <import plugin="org.eclipse.ui.editors"/>
33
      <import plugin="org.eclipse.core.expressions"/>
34
      <import plugin="eu.etaxonomy.taxeditor.cdmlib" version="3.0.0" match="greaterOrEqual"/>
35
      <import plugin="org.eclipse.jface.text"/>
36
      <import plugin="org.eclipse.ui.ide"/>
37
      <import plugin="org.eclipse.ui.forms"/>
38
      <import plugin="org.eclipse.core.databinding.beans"/>
39
      <import plugin="org.eclipse.core.databinding.observable"/>
40
      <import plugin="org.eclipse.core.resources"/>
41
      <import plugin="org.eclipse.jface.databinding"/>
42
      <import plugin="org.eclipse.ui.navigator"/>
43
      <import plugin="org.eclipse.ui.navigator.resources"/>
44
      <import plugin="org.eclipse.core.jobs"/>
45
      <import plugin="org.eclipse.pde.runtime"/>
46
      <import plugin="org.eclipse.core.commands"/>
47
      <import plugin="org.eclipse.jface"/>
48
      <import plugin="org.eclipse.swt"/>
49
      <import plugin="org.eclipse.equinox.common" version="3.6.0" match="greaterOrEqual"/>
50
      <import plugin="org.eclipse.update.configurator"/>
51
      <import plugin="org.eclipse.equinox.p2.publisher.eclipse"/>
52
   </requires>
53

  
54
</feature>
eu.etaxonomy.taxeditor.feature.jre.linux64/p2.inf
1
instructions.configure=\
2
org.eclipse.equinox.p2.touchpoint.eclipse.setJvm(jvm:features/eu.etaxonomy.taxeditor.feature.jre.linux64_3.12.0/jre/bin);
3
instructions.unconfigure=\
4
org.eclipse.equinox.p2.touchpoint.eclipse.setJvm(jvm:null);
eu.etaxonomy.taxeditor.feature.jre.linux64/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</artifactId>
10
  <packaging>eclipse-feature</packaging>
11

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

Also available in: Unified diff