You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2016/07/18 13:28:51 UTC

svn commit: r1753219 - /uima/uimaj/trunk/uimaj-ep-cas-editor/plugin.xml

Author: pkluegl
Date: Mon Jul 18 13:28:51 2016
New Revision: 1753219

URL: http://svn.apache.org/viewvc?rev=1753219&view=rev
Log:
UIMA-4685
- use some initial file extension linking: scas, bcas

Modified:
    uima/uimaj/trunk/uimaj-ep-cas-editor/plugin.xml

Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/plugin.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-cas-editor/plugin.xml?rev=1753219&r1=1753218&r2=1753219&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-cas-editor/plugin.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-cas-editor/plugin.xml Mon Jul 18 13:28:51 2016
@@ -30,7 +30,7 @@
 			contributorClass="org.apache.uima.caseditor.editor.AnnotationEditorActionContributor"
 			id="org.apache.uima.caseditor.editor" 
 			default="true"
-			extensions="xcas,xmi">
+			extensions="xcas,xmi,bcas,scas">
 		</editor>
 	</extension>