Project

General

Profile

« Previous | Next » 

Revision abe15925

Added by Pepe Ciardelli almost 15 years ago

Initial import.

View differences:

.gitattributes
640 640
taxeditor-application/src/main/java/eu/etaxonomy/taxeditor/Perspective.java -text
641 641
taxeditor-application/src/main/java/eu/etaxonomy/taxeditor/TaxonomicEditorPlugin.java -text
642 642
taxeditor-application/src/main/resources/log4j.properties -text
643
taxeditor-bulkeditor/.settings/org.eclipse.jdt.core.prefs -text
644
taxeditor-bulkeditor/pom.xml -text
643 645
taxeditor-editor/.settings/org.eclipse.jdt.core.prefs -text
644 646
taxeditor-editor/.settings/org.eclipse.jdt.ui.prefs -text
645 647
taxeditor-editor/META-INF/MANIFEST.MF -text
.gitignore
2 2
taxeditor-application/.classpath
3 3
taxeditor-application/.project
4 4
taxeditor-application/target
5
taxeditor-bulkeditor/.classpath
6
taxeditor-bulkeditor/.project
7
taxeditor-bulkeditor/target
5 8
taxeditor-editor/.classpath
6 9
taxeditor-editor/.project
7 10
taxeditor-editor/target
taxeditor-bulkeditor/.settings/org.eclipse.jdt.core.prefs
1
#Thu Jun 25 10:48:29 CEST 2009
2
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
3
eclipse.preferences.version=1
4
org.eclipse.jdt.core.compiler.source=1.5
5
org.eclipse.jdt.core.compiler.compliance=1.5
taxeditor-bulkeditor/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/maven-v4_0_0.xsd">
3
  
4
    <parent>
5
  	<groupId>eu.etaxonomy</groupId>
6
  	<artifactId>taxeditor-parent</artifactId>
7
  	<version>1.0</version>
8
  </parent>
9
  
10
  <modelVersion>4.0.0</modelVersion>
11
  <groupId>eu.etaxonomy</groupId>
12
  <artifactId>taxeditor-bulkeditor</artifactId>
13
  <packaging>jar</packaging>
14
  <version>1.0</version>
15
  <name>Bulkeditor Bundle</name>
16
  <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorBulkeditorBundle</url>
17
  <dependencies>
18
      <dependency>
19
    		<groupId>eu.etaxonomy</groupId>
20
    		<artifactId>taxeditor-store</artifactId>
21
    	</dependency>
22
  </dependencies>
23
</project>

Also available in: Unified diff