Project

General

Profile

« Previous | Next » 

Revision 2d6df6fe

Added by Cherian Mathew over 8 years ago

eu.etaxonomy.taxeditor.product.with.jre : removed since the jre bundling is done on jenkins
ApplicationUtil : added UTC to beta version string
eu.etaxonomy.taxeditor.cdmlib/pom.xml : fixes problem with clean validate - ticket #4733

View differences:

.gitattributes
1847 1847
eu.etaxonomy.taxeditor/README.txt -text
1848 1848
eu.etaxonomy.taxeditor/deploy_nightly.sh -text
1849 1849
eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product -text
1850
eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product.with.jre -text
1851 1850
eu.etaxonomy.taxeditor/plugin_customization.ini -text
1852 1851
eu.etaxonomy.taxeditor/pom.xml -text
1853 1852
eu.etaxonomy.taxeditor/rcp.target -text
eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/ApplicationUtil.java
45 45
            // this is a stable version
46 46
            return version;
47 47
        } else {
48
            return BETA_PREFIX + " " + version;
48
            return BETA_PREFIX + " " + version + " UTC";
49 49
        }
50 50

  
51 51
    }
eu.etaxonomy.taxeditor.cdmlib/pom.xml
24 24
	      <goal>copy-dependencies</goal>
25 25
	    </goals>
26 26
	    <configuration>
27
	      <excludeArtifactIds>junit,log4j,unitils</excludeArtifactIds>
27
	      <includeArtifactIds>cdmlib-commons,cdmlib-model,cdmlib-persistence,cdmlib-remote,cdmlib-print,cdmlib-services,cdmlib-ext,cdmlib-io</includeArtifactIds>
28 28
	      <outputDirectory>lib</outputDirectory>
29 29
	      <overWriteReleases>true</overWriteReleases>
30 30
	      <overWriteSnapshots>true</overWriteSnapshots>
......
39 39
	    </goals>
40 40
	    <configuration>
41 41
	      <classifier>sources</classifier>
42
	      <excludeArtifactIds>junit,log4j,unitils</excludeArtifactIds>
42
	      <includeArtifactIds>cdmlib-commons,cdmlib-model,cdmlib-persistence,cdmlib-remote,cdmlib-print,cdmlib-services,cdmlib-ext,cdmlib-io</includeArtifactIds>
43 43
	      <outputDirectory>lib</outputDirectory>
44 44
	      <overWriteReleases>true</overWriteReleases>
45 45
	      <overWriteSnapshots>true</overWriteSnapshots>
eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product.with.jre
1
<?xml version="1.0" encoding="UTF-8"?>
2
<?pde version="3.5"?>
3

  
4
<product name="EDIT Taxonomic Editor" uid="eu.etaxonomy.taxeditor.product.jre" id="eu.etaxonomy.taxeditor.application.eu_etaxonomy_taxeditor_product" application="eu.etaxonomy.taxeditor.application.application" version="3.5.0.qualifier" useFeatures="true" includeLaunchers="true">
5

  
6
   <aboutInfo>
7
      <image path="/eu.etaxonomy.taxeditor.application/icons/256color_48x48.gif"/>
8
      <text>
9
         %productBlurb
10
      </text>
11
   </aboutInfo>
12

  
13
   <configIni use="default">
14
   </configIni>
15

  
16
   <launcherArgs>
17
      <programArgs>-data @user.home/.cdmLibrary -Dserver_port=58080  -vm jre/bin </programArgs>
18
      <vmArgs>-Xmx512M -XX:MaxPermSize=256M -Dorg.eclipse.update.reconcile=false -Declipse.p2.unsignedPolicy=allow</vmArgs>
19
      <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
20
   </launcherArgs>
21

  
22
   <windowImages i16="/eu.etaxonomy.taxeditor.application/icons/256color_16x16.gif" i32="/eu.etaxonomy.taxeditor.application/icons/256color_32x32.gif" i48="/eu.etaxonomy.taxeditor.application/icons/256color_48x48.gif"/>
23

  
24
   <splash
25
      location="eu.etaxonomy.taxeditor.application"
26
      startupProgressRect="5,447,366,15"
27
      startupMessageRect="7,432,360,20"
28
      startupForegroundColor="000000" />
29
   <launcher name="TaxonomicEditor">
30
      <solaris/>
31
      <win useIco="false">
32
         <bmp/>
33
      </win>
34
   </launcher>
35

  
36
   <vm>
37
   </vm>
38

  
39
   <plugins>
40
   </plugins>
41

  
42
   <features>
43
      <feature id="eu.etaxonomy.taxeditor.feature"/>
44
   </features>
45

  
46
   <configurations>
47
      <plugin id="eu.etaxonomy.taxeditor.application" autoStart="true" startLevel="5" />
48
      <plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="4" />
49
      <plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
50
      <plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="2" />
51
      <plugin id="org.eclipse.equinox.p2.transport.ecf" autoStart="true" startLevel="4" />
52
      <plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
53
   </configurations>
54

  
55
</product>

Also available in: Unified diff