You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ch...@apache.org on 2013/05/08 21:02:56 UTC

svn commit: r1480409 [2/2] - in /ctakes/trunk: ctakes-assertion-res/ ctakes-assertion-res/.settings/ ctakes-assertion-res/src/main/resources/org/apache/ctakes/assertion/types/ ctakes-assertion-zoner-res/ ctakes-assertion-zoner-res/.settings/ ctakes-ass...

Modified: ctakes/trunk/ctakes-side-effect/.classpath
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-side-effect/.classpath?rev=1480409&r1=1480408&r2=1480409&view=diff
==============================================================================
--- ctakes/trunk/ctakes-side-effect/.classpath (original)
+++ ctakes/trunk/ctakes-side-effect/.classpath Wed May  8 19:02:55 2013
@@ -1,26 +1,37 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" output="target/classes" path="src/main/java">
-		<attributes>
-			<attribute name="optional" value="true"/>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
-		<attributes>
-			<attribute name="optional" value="true"/>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
-		<attributes>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
-		<attributes>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="output" path="target/classes"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" output="target/classes" path="src/main/java">
+		<attributes>
+			<attribute name="optional" value="true"/>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
+		<attributes>
+			<attribute name="optional" value="true"/>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="src" output="target/classes" path="target/generated-sources/jcasgen">
+		<attributes>
+			<attribute name="optional" value="true"/>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>

Modified: ctakes/trunk/ctakes-side-effect/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-side-effect/pom.xml?rev=1480409&r1=1480408&r2=1480409&view=diff
==============================================================================
--- ctakes/trunk/ctakes-side-effect/pom.xml (original)
+++ ctakes/trunk/ctakes-side-effect/pom.xml Wed May  8 19:02:55 2013
@@ -75,4 +75,15 @@
             <artifactId>libsvm</artifactId>
 		</dependency>		
 	</dependencies>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.cleartk</groupId>
+				<artifactId>jcasgen-maven-plugin</artifactId>
+				<configuration>
+					<typeSystem>src/main/resources/org/apache/ctakes/sideeffect/types/TypeSystem.xml</typeSystem>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>  	
 </project>

Added: ctakes/trunk/ctakes-side-effect/src/main/resources/org/apache/ctakes/sideeffect/types/TypeSystem.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-side-effect/src/main/resources/org/apache/ctakes/sideeffect/types/TypeSystem.xml?rev=1480409&view=auto
==============================================================================
--- ctakes/trunk/ctakes-side-effect/src/main/resources/org/apache/ctakes/sideeffect/types/TypeSystem.xml (added)
+++ ctakes/trunk/ctakes-side-effect/src/main/resources/org/apache/ctakes/sideeffect/types/TypeSystem.xml Wed May  8 19:02:55 2013
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
+<typeSystemDescription xmlns="http://uima.apache.org/resourceSpecifier">
+  <name>org.apache.ctakes.sideefect.types.TypeSystem</name>
+  <description/>
+  <version>1.0</version>
+  <imports>
+    <import name="org.apache.ctakes.typesystem.types.TypeSystem"/>
+  </imports>
+  <types>
+    <typeDescription>
+      <name>org.apache.ctakes.sideeffect.type.SideEffectAnnotation</name>
+      <description/>
+      <supertypeName>uima.tcas.Annotation</supertypeName>
+      <features>
+        <featureDescription>
+          <name>sideEffect</name>
+          <description>side effect mention in NamedEntity</description>
+          <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</rangeTypeName>
+        </featureDescription>
+        <featureDescription>
+          <name>drug</name>
+          <description/>
+          <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</rangeTypeName>
+        </featureDescription>
+        <featureDescription>
+          <name>sentence</name>
+          <description>sentence containing side effect</description>
+          <rangeTypeName>org.apache.ctakes.sideeffect.type.SESentence</rangeTypeName>
+        </featureDescription>
+      </features>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.ctakes.sideeffect.type.PSESentence</name>
+      <description>sentence(s) that contains potential side effect and causing drug</description>
+      <supertypeName>uima.tcas.Annotation</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.ctakes.sideeffect.type.PSESentenceFeature</name>
+      <description/>
+      <supertypeName>uima.tcas.Annotation</supertypeName>
+      <features>
+        <featureDescription>
+          <name>pseSen</name>
+          <description/>
+          <rangeTypeName>org.apache.ctakes.sideeffect.type.PSESentence</rangeTypeName>
+        </featureDescription>
+        <featureDescription>
+          <name>features</name>
+          <description/>
+          <rangeTypeName>uima.cas.StringArray</rangeTypeName>
+        </featureDescription>
+      </features>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.ctakes.sideeffect.type.SESentence</name>
+      <description/>
+      <supertypeName>uima.tcas.Annotation</supertypeName>
+    </typeDescription>
+  </types>
+</typeSystemDescription>

Modified: ctakes/trunk/ctakes-smoking-status-res/.classpath
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-smoking-status-res/.classpath?rev=1480409&r1=1480408&r2=1480409&view=diff
==============================================================================
--- ctakes/trunk/ctakes-smoking-status-res/.classpath (original)
+++ ctakes/trunk/ctakes-smoking-status-res/.classpath Wed May  8 19:02:55 2013
@@ -11,12 +11,6 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="src" output="target/classes" path="target/generated-sources/jcasgen">
-		<attributes>
-			<attribute name="optional" value="true"/>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
 		<attributes>
 			<attribute name="optional" value="true"/>

Modified: ctakes/trunk/ctakes-smoking-status-res/.settings/org.eclipse.core.resources.prefs
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-smoking-status-res/.settings/org.eclipse.core.resources.prefs?rev=1480409&r1=1480408&r2=1480409&view=diff
==============================================================================
--- ctakes/trunk/ctakes-smoking-status-res/.settings/org.eclipse.core.resources.prefs (original)
+++ ctakes/trunk/ctakes-smoking-status-res/.settings/org.eclipse.core.resources.prefs Wed May  8 19:02:55 2013
@@ -2,5 +2,4 @@ eclipse.preferences.version=1
 encoding//src/main/java=UTF-8
 encoding//src/main/resources=UTF-8
 encoding//src/test/java=UTF-8
-encoding//target/generated-sources/jcasgen=UTF-8
 encoding/<project>=UTF-8

Modified: ctakes/trunk/ctakes-smoking-status-res/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-smoking-status-res/pom.xml?rev=1480409&r1=1480408&r2=1480409&view=diff
==============================================================================
--- ctakes/trunk/ctakes-smoking-status-res/pom.xml (original)
+++ ctakes/trunk/ctakes-smoking-status-res/pom.xml Wed May  8 19:02:55 2013
@@ -34,16 +34,5 @@
 		<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-type-system</artifactId>
 	 </dependency>
-  </dependencies>
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.cleartk</groupId>
-				<artifactId>jcasgen-maven-plugin</artifactId>
-				<configuration>
-					<typeSystem>src/main/resources/org/apache/ctakes/smokingstatus/types/TypeSystem.xml</typeSystem>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>  
+  </dependencies> 
 </project>
\ No newline at end of file

Modified: ctakes/trunk/ctakes-smoking-status/.classpath
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-smoking-status/.classpath?rev=1480409&r1=1480408&r2=1480409&view=diff
==============================================================================
--- ctakes/trunk/ctakes-smoking-status/.classpath (original)
+++ ctakes/trunk/ctakes-smoking-status/.classpath Wed May  8 19:02:55 2013
@@ -1,26 +1,37 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" output="target/classes" path="src/main/java">
-		<attributes>
-			<attribute name="optional" value="true"/>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
-		<attributes>
-			<attribute name="optional" value="true"/>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
-		<attributes>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
-		<attributes>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="output" path="target/classes"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" output="target/classes" path="src/main/java">
+		<attributes>
+			<attribute name="optional" value="true"/>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
+		<attributes>
+			<attribute name="optional" value="true"/>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="src" output="target/classes" path="target/generated-sources/jcasgen">
+		<attributes>
+			<attribute name="optional" value="true"/>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>

Modified: ctakes/trunk/ctakes-smoking-status/desc/analysis_engine/ClassifiableEntriesAnnotator.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-smoking-status/desc/analysis_engine/ClassifiableEntriesAnnotator.xml?rev=1480409&r1=1480408&r2=1480409&view=diff
==============================================================================
--- ctakes/trunk/ctakes-smoking-status/desc/analysis_engine/ClassifiableEntriesAnnotator.xml (original)
+++ ctakes/trunk/ctakes-smoking-status/desc/analysis_engine/ClassifiableEntriesAnnotator.xml Wed May  8 19:02:55 2013
@@ -128,7 +128,7 @@ This param is optional.  If not specifie
         <name>UimaDescriptorStep1</name>
         <description/>
         <fileResourceSpecifier>
-          <fileUrl>file:ctakes-smoking-status/desc/analysis_engine/ProductionPostSentenceAggregate_step1.xml</fileUrl>
+          <fileUrl>file:/C:/Users/CH150124/workspaces/apache-ctakes/trunk/ctakes-smoking-status/desc/analysis_engine/ProductionPostSentenceAggregate_step1.xml</fileUrl>
         </fileResourceSpecifier>
         <implementationName>org.apache.ctakes.core.resource.FileResourceImpl</implementationName>
       </externalResource>
@@ -136,7 +136,7 @@ This param is optional.  If not specifie
         <name>UimaDescriptorStep2</name>
         <description/>
         <fileResourceSpecifier>
-          <fileUrl>file:ctakes-smoking-status/desc/analysis_engine/ProductionPostSentenceAggregate_step2_libsvm.xml</fileUrl>
+          <fileUrl>file:/C:/Users/CH150124/workspaces/apache-ctakes/trunk/ctakes-smoking-status/desc/analysis_engine/ProductionPostSentenceAggregate_step2_libsvm.xml</fileUrl>
         </fileResourceSpecifier>
         <implementationName>org.apache.ctakes.core.resource.FileResourceImpl</implementationName>
       </externalResource>

Modified: ctakes/trunk/ctakes-smoking-status/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-smoking-status/pom.xml?rev=1480409&r1=1480408&r2=1480409&view=diff
==============================================================================
--- ctakes/trunk/ctakes-smoking-status/pom.xml (original)
+++ ctakes/trunk/ctakes-smoking-status/pom.xml Wed May  8 19:02:55 2013
@@ -75,4 +75,15 @@
             <artifactId>libsvm</artifactId>
 		</dependency>
 	</dependencies>	
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.cleartk</groupId>
+				<artifactId>jcasgen-maven-plugin</artifactId>
+				<configuration>
+					<typeSystem>src/main/resources/org/apache/ctakes/smokingstatus/types/TypeSystem.xml</typeSystem>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build> 	
 </project>

Added: ctakes/trunk/ctakes-smoking-status/src/main/resources/org/apache/ctakes/smokingstatus/types/TypeSystem.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-smoking-status/src/main/resources/org/apache/ctakes/smokingstatus/types/TypeSystem.xml?rev=1480409&view=auto
==============================================================================
--- ctakes/trunk/ctakes-smoking-status/src/main/resources/org/apache/ctakes/smokingstatus/types/TypeSystem.xml (added)
+++ ctakes/trunk/ctakes-smoking-status/src/main/resources/org/apache/ctakes/smokingstatus/types/TypeSystem.xml Wed May  8 19:02:55 2013
@@ -0,0 +1,190 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
+<typeSystemDescription xmlns="http://uima.apache.org/resourceSpecifier">
+	<name>org.apache.ctakes.smokingstatus.types.TypeSystem</name>
+	<description />
+	<version>1.0</version>
+	<vendor />
+	<imports>
+		<import name="org.apache.ctakes.typesystem.types.TypeSystem" />
+	</imports>
+	<types>
+		<typeDescription>
+			<name>org.apache.ctakes.smokingstatus.i2b2.type.RecordSentence</name>
+			<description>Represents a single sentence from an I2B2 record.
+			</description>
+			<supertypeName>uima.tcas.Annotation</supertypeName>
+			<features>
+				<featureDescription>
+					<name>recordID</name>
+					<description>ID of record that this sentence belongs to.
+					</description>
+					<rangeTypeName>uima.cas.String</rangeTypeName>
+				</featureDescription>
+				<featureDescription>
+					<name>classification</name>
+					<description>Smoking status classification for the given sentence.
+					</description>
+					<rangeTypeName>uima.cas.String</rangeTypeName>
+				</featureDescription>
+				<featureDescription>
+					<name>recordTextBegin</name>
+					<description>Begin offset of the sentence relative to the entire
+						record text.
+					</description>
+					<rangeTypeName>uima.cas.Integer</rangeTypeName>
+				</featureDescription>
+				<featureDescription>
+					<name>recordTextEnd</name>
+					<description>End offset of the sentence relative to the entire
+						record text.
+					</description>
+					<rangeTypeName>uima.cas.Integer</rangeTypeName>
+				</featureDescription>
+			</features>
+		</typeDescription>
+		<typeDescription>
+			<name>org.apache.ctakes.smokingstatus.type.SmokerNamedEntityAnnotation
+			</name>
+			<description />
+			<supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation
+			</supertypeName>
+		</typeDescription>
+		<typeDescription>
+			<name>org.apache.ctakes.smokingstatus.type.NonSmokerNamedEntityAnnotation
+			</name>
+			<description />
+			<supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation
+			</supertypeName>
+		</typeDescription>
+		<typeDescription>
+			<name>org.apache.ctakes.smokingstatus.type.SmokingDocumentClassification
+			</name>
+			<description>Represents classification related to the document
+			</description>
+			<supertypeName>uima.tcas.Annotation</supertypeName>
+			<features>
+				<featureDescription>
+					<name>classification</name>
+					<description>represents the document level classification that
+						RecordResolutionAnnotator assigns
+					</description>
+					<rangeTypeName>uima.cas.String</rangeTypeName>
+				</featureDescription>
+				<featureDescription>
+					<name>recordID</name>
+					<description>Represents the document record id</description>
+					<rangeTypeName>uima.cas.String</rangeTypeName>
+				</featureDescription>
+			</features>
+		</typeDescription>
+		<typeDescription>
+			<name>org.apache.ctakes.smokingstatus.type.UnknownSmokerNamedEntityAnnotation
+			</name>
+			<description />
+			<supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation
+			</supertypeName>
+		</typeDescription>
+		<typeDescription>
+			<name>org.apache.ctakes.smokingstatus.type.libsvm.NumericAttributeValue
+			</name>
+			<description>Corresponds to the ARFF numeric attributes.
+			</description>
+			<supertypeName>org.apache.ctakes.smokingstatus.type.libsvm.AttributeValue
+			</supertypeName>
+			<features>
+				<featureDescription>
+					<name>numericValue</name>
+					<description></description>
+					<rangeTypeName>uima.cas.String</rangeTypeName>
+				</featureDescription>
+			</features>
+		</typeDescription>
+		<typeDescription>
+			<name>org.apache.ctakes.smokingstatus.type.libsvm.AttributeValue
+			</name>
+			<description></description>
+			<supertypeName>uima.tcas.Annotation</supertypeName>
+			<features>
+				<featureDescription>
+					<name>attributeName</name>
+					<description></description>
+					<rangeTypeName>uima.cas.String</rangeTypeName>
+				</featureDescription>
+			</features>
+		</typeDescription>
+		<typeDescription>
+			<name>org.apache.ctakes.smokingstatus.type.libsvm.NominalAttributeValue
+			</name>
+			<description></description>
+			<supertypeName>org.apache.ctakes.smokingstatus.type.libsvm.AttributeValue
+			</supertypeName>
+			<features>
+				<featureDescription>
+					<name>nominalValue</name>
+					<description></description>
+					<rangeTypeName>uima.cas.String</rangeTypeName>
+				</featureDescription>
+			</features>
+		</typeDescription>
+		<typeDescription>
+			<name>org.apache.ctakes.smokingstatus.type.libsvm.StringAttributeValue
+			</name>
+			<description></description>
+			<supertypeName>org.apache.ctakes.smokingstatus.type.libsvm.AttributeValue
+			</supertypeName>
+			<features>
+				<featureDescription>
+					<name>attributeStringValue</name>
+					<description></description>
+					<rangeTypeName>uima.cas.String</rangeTypeName>
+				</featureDescription>
+			</features>
+		</typeDescription>
+		<typeDescription>
+			<name>org.apache.ctakes.smokingstatus.type.libsvm.DateAttributeValue
+			</name>
+			<description></description>
+			<supertypeName>org.apache.ctakes.smokingstatus.type.libsvm.AttributeValue
+			</supertypeName>
+			<features>
+				<featureDescription>
+					<name>dateValue</name>
+					<description></description>
+					<rangeTypeName>uima.cas.String</rangeTypeName>
+				</featureDescription>
+			</features>
+		</typeDescription>
+		<typeDescription>
+			<name>org.apache.ctakes.smokingstatus.type.libsvm.DocumentID</name>
+			<description></description>
+			<supertypeName>uima.tcas.Annotation</supertypeName>
+			<features>
+				<featureDescription>
+					<name>documentID</name>
+					<description></description>
+					<rangeTypeName>uima.cas.String</rangeTypeName>
+				</featureDescription>
+			</features>
+		</typeDescription>
+	</types>
+</typeSystemDescription>

Modified: ctakes/trunk/ctakes-temporal/.classpath
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-temporal/.classpath?rev=1480409&r1=1480408&r2=1480409&view=diff
==============================================================================
--- ctakes/trunk/ctakes-temporal/.classpath (original)
+++ ctakes/trunk/ctakes-temporal/.classpath Wed May  8 19:02:55 2013
@@ -6,11 +6,6 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
-		<attributes>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
 		<attributes>
 			<attribute name="optional" value="true"/>