changeset 0:6829553d2378

first rekease
author dwinter
date Thu, 30 Dec 2010 16:08:45 +0100
parents
children 83c58ea33792
files .classpath .project
diffstat 2 files changed, 50 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.classpath	Thu Dec 30 16:08:45 2010 +0100
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/info.textgrid.lab.linkeditor.mip"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/info.textgrid.lab.linkeditor.mip.component"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/info.textgrid.lab.linkeditor.controller"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/info.textgrid.lab.linkeditor.model"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/info.textgrid.lab.linkeditor.rch.ept.libraries"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/info.textgrid.lab.linkeditor.rcp_linkeditor"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/info.textgrid.lab.linkeditor.tools"/>
+	<classpathentry kind="lib" path="libs/commons-lang-2.3.jar"/>
+	<classpathentry kind="lib" path="libs/commons-math-2.1/commons-math-2.1.jar" sourcepath="libs/commons-math-2.1/commons-math-2.1-sources.jar">
+		<attributes>
+			<attribute name="javadoc_location" value="jar:platform:/resource/de.mpg.mpiwg.itgroup.digilib.plugin/libs/commons-math-2.1/commons-math-2.1-javadoc.jar!/"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="lib" path="libs/jdom-1.0.jar"/>
+	<classpathentry kind="lib" path="libs/jaxen-1.1.1.jar"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.project	Thu Dec 30 16:08:45 2010 +0100
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>de.mpg.mpiwg.itgroup.digilib.plugin</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>