You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by jo...@apache.org on 2011/10/10 18:48:26 UTC

svn commit: r1181066 - in /uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor: ./ .settings/ META-INF/ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/uima/ src/main/java/org/apache/uima/text...

Author: joern
Date: Mon Oct 10 16:48:26 2011
New Revision: 1181066

URL: http://svn.apache.org/viewvc?rev=1181066&view=rev
Log: (empty)

Added:
    uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/.classpath   (with props)
    uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/.project   (with props)
    uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/.settings/
    uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/.settings/org.eclipse.jdt.core.prefs   (with props)
    uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/META-INF/
    uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/META-INF/MANIFEST.MF   (with props)
    uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/build.properties   (with props)
    uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/src/
    uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/src/main/
    uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/src/main/java/
    uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/src/main/java/org/
    uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/src/main/java/org/apache/
    uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/src/main/java/org/apache/uima/
    uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/src/main/java/org/apache/uima/textmarker/
    uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/src/main/java/org/apache/uima/textmarker/caseditor/

Added: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/.classpath
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/.classpath?rev=1181066&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/.classpath (added)
+++ uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/.classpath Mon Oct 10 16:48:26 2011
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src/main/java"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Propchange: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/.classpath
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/.project
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/.project?rev=1181066&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/.project (added)
+++ uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/.project Mon Oct 10 16:48:26 2011
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>uimaj-ep-textmarker-caseditor</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>

Propchange: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/.project
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/.settings/org.eclipse.jdt.core.prefs?rev=1181066&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/.settings/org.eclipse.jdt.core.prefs (added)
+++ uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/.settings/org.eclipse.jdt.core.prefs Mon Oct 10 16:48:26 2011
@@ -0,0 +1,8 @@
+#Mon Oct 10 18:45:19 CEST 2011
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.6

Propchange: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/.settings/org.eclipse.jdt.core.prefs
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/META-INF/MANIFEST.MF?rev=1181066&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/META-INF/MANIFEST.MF (added)
+++ uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/META-INF/MANIFEST.MF Mon Oct 10 16:48:26 2011
@@ -0,0 +1,6 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: uimaj-ep-textmarker-caseditor
+Bundle-SymbolicName: uimaj-ep-textmarker-caseditor
+Bundle-Version: 1.0.0.qualifier
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Propchange: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/META-INF/MANIFEST.MF
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/build.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/build.properties?rev=1181066&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/build.properties (added)
+++ uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/build.properties Mon Oct 10 16:48:26 2011
@@ -0,0 +1,4 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+               .

Propchange: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/build.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain