Project

General

Profile

« Previous | Next » 

Revision 0ebc16e8

Added by Niels Hoffmann over 11 years ago

adding missing project

View differences:

.gitattributes
1213 1213
eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/test/LoginTest.java -text
1214 1214
eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/test/NewMenuTest.java -text
1215 1215
eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/test/NewTaxonWizardTest.java -text
1216
eu.etaxonomy.taxeditor/deploy_nightly.sh -text
1217
eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product -text
1218
eu.etaxonomy.taxeditor/plugin_customization.ini -text
1219
eu.etaxonomy.taxeditor/pom.xml -text
1220
eu.etaxonomy.taxeditor/rcp.target -text
1216 1221
/pom.xml -text
1217 1222
src/changes/changes.xml -text
1218 1223
src/site/apt/download.apt -text
.gitignore
114 114
eu.etaxonomy.taxeditor.store/hibernate.log
115 115
eu.etaxonomy.taxeditor.store/target
116 116
eu.etaxonomy.taxeditor.test/screenshots/*.jpeg
117
eu.etaxonomy.taxeditor/.classpath
118
eu.etaxonomy.taxeditor/.project
119
eu.etaxonomy.taxeditor/.settings
120
eu.etaxonomy.taxeditor/target
117 121
/runtime-taxeditor.product
118 122
/target
119 123
/workspace
eu.etaxonomy.taxeditor/deploy_nightly.sh
1
#!/bin/bash
2

  
3
# local testing
4
#WORKSPACE="/Users/n.hoffmann/Documents/workspace/taxeditor/trunk"
5

  
6
PRODUCT_DIR="$WORKSPACE/eu.etaxonomy.taxeditor/target/products"
7

  
8
DEPLOYMENT_SERVER="wp5.e-taxonomy.eu"
9
DEPLOYMENT_DIR="/var/www/download/taxeditor/nightly"
10

  
11
# bash check if directory exists
12
if [ ! -d $PRODUCT_DIR ]; then
13
	echo "Product directory does not exist: $PRODUCT_DIR" 
14
	exit 1
15
fi 
16

  
17
PRODUCTS=$(ls $PRODUCT_DIR/eu.etaxonomy.taxeditor.product-*.zip)
18

  
19
if [ ! $PRODUCTS ]; then
20
	echo "No products in product directory: $PRODUCT_DIR"
21
	exit 1
22
fi
23

  
24
for FILE in $PRODUCTS; do
25
	scp $FILE root@$DEPLOYMENT_SERVER:$DEPLOYMENT_DIR
26
done
27

  
28

  
eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product
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" id="eu.etaxonomy.taxeditor.application.eu_etaxonomy_taxeditor_product" application="eu.etaxonomy.taxeditor.application.application" version="3.0.6.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</programArgs>
18
      <vmArgs>-Xmx512M -XX:MaxPermSize=256M</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
   <license>
40
        <url>http://www.mozilla.org/MPL/</url>
41
        <text>
42
   The contents of this file are subject to the Mozilla Public License Version 1.1 (the &amp;quot;License&amp;quot;); you may not use this file except in compliance with the License. You may obtain a copy of the License at
43
http://www.mozilla.org/MPL/
44

  
45
Software distributed under the License is distributed on an &amp;quot;AS IS&amp;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.
46
         </text>
47
   </license>
48

  
49
   <plugins>
50
   </plugins>
51

  
52
   <features>
53
      <feature id="eu.etaxonomy.taxeditor.feature" version="3.0.6.qualifier"/>
54
   </features>
55

  
56
   <configurations>
57
      <plugin id="eu.etaxonomy.taxeditor.application" autoStart="true" startLevel="4" />
58
   </configurations>
59

  
60
</product>
eu.etaxonomy.taxeditor/plugin_customization.ini
1
org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true
eu.etaxonomy.taxeditor/pom.xml
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
	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.0.6-SNAPSHOT</version>
7
	</parent>
8

  
9
	<modelVersion>4.0.0</modelVersion>
10
	<artifactId>eu.etaxonomy.taxeditor</artifactId>
11
	<!-- packaging>eclipse-application</packaging -->
12
	<packaging>eclipse-repository</packaging>
13

  
14
	<name>EDIT Taxonomic Editor</name>
15
	<description>The EDIT Taxonomic Desktop Editor</description>
16
	<url>http://wp5.e-taxonomy.eu/taxeditor</url>
17

  
18
	<build>
19
		<plugins>
20
			<!-- plugin> <groupId>org.sonatype.tycho</groupId> <artifactId>maven-osgi-packaging-plugin</artifactId> 
21
				<version>${tycho.version}</version> <configuration> <environments> <environment> 
22
				<os>macosx</os> <ws>cocoa</ws> <arch>x86</arch> </environment> <environment> 
23
				<os>linux</os> <ws>gtk</ws> <arch>x86</arch> </environment> <environment> 
24
				<os>win32</os> <ws>win32</ws> <arch>x86</arch> </environment> </environments> 
25
				</configuration> </plugin -->
26
			<plugin>
27
				<groupId>org.eclipse.tycho</groupId>
28
				<artifactId>tycho-p2-director-plugin</artifactId>
29
				<version>${tycho.version}</version>
30
				<executions>
31
					<execution>
32
						<id>materialize-products</id>
33
						<goals>
34
							<goal>materialize-products</goal>
35
						</goals>
36
					</execution>
37
					<execution>
38
						<id>archive-products</id>
39
						<goals>
40
							<goal>archive-products</goal>
41
						</goals>
42
					</execution>
43
				</executions>
44
			</plugin>
45
		</plugins>
46
	</build>
47

  
48
</project>
eu.etaxonomy.taxeditor/rcp.target
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<?pde version="3.6"?>
3

  
4
<target name="Eclipse Helios Target">
5
<locations>
6
<location includeAllPlatforms="true" includeMode="slicer" type="InstallableUnit">
7
<unit id="org.eclipse.equinox.executable.feature.group" version="3.4.2.R36x_v20110125-7N7K7bF8zk1BAKMh0iz0t94miBLY"/>
8
<unit id="org.eclipse.platform.source.feature.group" version="3.6.2.r362_v20110210-9gF78Gs1FrIGnHDHWkEcopoN8AmxeZflGDGKQi"/>
9
<unit id="org.eclipse.platform.sdk" version="3.6.2.M20110210-1200"/>
10
<unit id="org.eclipse.pde.feature.group" version="3.6.2.r362_v20110203-7b7mFL2FET3dhHalh1iNZtL"/>
11
<!--unit id="org.eclipse.rcp.sdk.id" version="3.6.0.M20110210-1200"/-->
12
<unit id="org.eclipse.zest.feature.group" version="1.2.0.v20100519-2050-67818yE6F-AA7P4B8I52322"/>
13
<repository location="http://download.eclipse.org/releases/helios"/>
14
</location>
15
<location includeAllPlatforms="true" includeMode="slicer" type="InstallableUnit">
16
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="2.0.4.20110304_0338-e5aff47-dev-e36"/>
17
<unit id="org.eclipse.swtbot.eclipse.gef.feature.group" version="2.0.4.20110304_0338-e5aff47-dev-e36"/>
18
<unit id="org.eclipse.swtbot.ide.feature.group" version="2.0.4.20110304_0338-e5aff47-dev-e36"/>
19
<unit id="org.eclipse.swtbot.eclipse.test.junit4.feature.group" version="2.0.4.20110304_0338-e5aff47-dev-e36"/>
20
<repository location="http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site"/>
21
</location>
22
</locations>
23
</target>

Also available in: Unified diff