Project

General

Profile

« Previous | Next » 

Revision 6648e64c

Added by Niels Hoffmann over 12 years ago

adding classpath and project file

View differences:

.gitattributes
1324 1324
eu.etaxonomy.taxeditor.printpublisher/src/main/java/eu/etaxonomy/taxeditor/printpublisher/wizard/SelectServiceWizardPage.java -text
1325 1325
eu.etaxonomy.taxeditor.printpublisher/src/main/java/eu/etaxonomy/taxeditor/printpublisher/wizard/SelectStylesheetWizardPage.java -text
1326 1326
eu.etaxonomy.taxeditor.printpublisher/src/main/java/eu/etaxonomy/taxeditor/printpublisher/wizard/SelectTaxaWizardPage.java -text
1327
eu.etaxonomy.taxeditor.store/.classpath -text
1328
eu.etaxonomy.taxeditor.store/.project -text
1327 1329
eu.etaxonomy.taxeditor.store/META-INF/MANIFEST.MF -text
1328 1330
eu.etaxonomy.taxeditor.store/build.properties -text
1329 1331
eu.etaxonomy.taxeditor.store/icons/256color_16x16.bmp -text
.gitignore
23 23
eu.etaxonomy.taxeditor.navigation/target
24 24
eu.etaxonomy.taxeditor.printpublisher/.settings
25 25
eu.etaxonomy.taxeditor.printpublisher/target
26
eu.etaxonomy.taxeditor.store/.classpath
27
eu.etaxonomy.taxeditor.store/.project
28 26
eu.etaxonomy.taxeditor.store/.settings
29 27
eu.etaxonomy.taxeditor.store/hibernate.log
30 28
eu.etaxonomy.taxeditor.store/target
eu.etaxonomy.taxeditor.store/.classpath
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5
	<classpathentry including="**/*.java" kind="src" path="src/main/java"/>
6
	<classpathentry including="**/*.java" kind="src" path="src/test/java"/>
7
	<classpathentry kind="src" path="src/main/resources"/>
8
	<classpathentry including="**/*.java" kind="src" path="src/test/resources"/>
9
	<classpathentry kind="output" path="target/classes"/>
10
</classpath>
eu.etaxonomy.taxeditor.store/.project
1
<?xml version="1.0" encoding="UTF-8"?>
2
<projectDescription>
3
	<name>eu.etaxonomy.taxeditor.store</name>
4
	<comment>Enables access to a CDM DataStore and provides operations on the model. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
5
	<projects>
6
	</projects>
7
	<buildSpec>
8
		<buildCommand>
9
			<name>org.eclipse.jdt.core.javabuilder</name>
10
			<arguments>
11
			</arguments>
12
		</buildCommand>
13
		<buildCommand>
14
			<name>org.eclipse.pde.ManifestBuilder</name>
15
			<arguments>
16
			</arguments>
17
		</buildCommand>
18
		<buildCommand>
19
			<name>org.eclipse.pde.SchemaBuilder</name>
20
			<arguments>
21
			</arguments>
22
		</buildCommand>
23
	</buildSpec>
24
	<natures>
25
		<nature>org.eclipse.jdt.core.javanature</nature>
26
		<nature>org.eclipse.pde.PluginNature</nature>
27
	</natures>
28
</projectDescription>

Also available in: Unified diff