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

2011-11-03 Thread joern
Author: joern Date: Thu Nov 3 08:18:31 2011 New Revision: 1196990 URL: http://svn.apache.org/viewvc?rev=1196990view=rev Log: UIMA-2277 Cas Editor Perspective is not fixed anymore. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor-ide/plugin.xml Modified:

svn commit: r1196994 - in /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor: outline/AnnotationOutline.java styleview/AnnotationStyleViewPage.java

2011-11-03 Thread joern
Author: joern Date: Thu Nov 3 08:46:13 2011 New Revision: 1196994 URL: http://svn.apache.org/viewvc?rev=1196994view=rev Log: UIMA-2265 Views which are using this listener are now correctly removing their listener in their dispose method. Modified:

svn commit: r1197012 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/

2011-11-03 Thread joern
Author: joern Date: Thu Nov 3 09:20:38 2011 New Revision: 1197012 URL: http://svn.apache.org/viewvc?rev=1197012view=rev Log: UIMA-2271 Changes are rolled back because the annotation drawing code does not work correctly when word wrappigns are enabled. Modified:

svn commit: r1197026 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/fsview/FeatureStructureBrowserViewPage.java

2011-11-03 Thread joern
Author: joern Date: Thu Nov 3 09:42:19 2011 New Revision: 1197026 URL: http://svn.apache.org/viewvc?rev=1197026view=rev Log: No jira, replaced for loop with a while loop. The index i was not used at all in the loop. Modified:

svn commit: r1197029 - in /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/outline: AnnotationTreeNode.java AnnotationTypeTreeNode.java

2011-11-03 Thread joern
Author: joern Date: Thu Nov 3 09:48:03 2011 New Revision: 1197029 URL: http://svn.apache.org/viewvc?rev=1197029view=rev Log: No jira, added suppress warning annotations for raw type. Modified:

svn commit: r1197031 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/styleview/AnnotationTypeNode.java

2011-11-03 Thread joern
Author: joern Date: Thu Nov 3 09:49:10 2011 New Revision: 1197031 URL: http://svn.apache.org/viewvc?rev=1197031view=rev Log: No jira, added suppress warning annotations for raw type. Modified:

svn commit: r1197033 - in /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor: ArrayValue.java FeatureValue.java ModelFeatureStructure.java

2011-11-03 Thread joern
Author: joern Date: Thu Nov 3 09:51:36 2011 New Revision: 1197033 URL: http://svn.apache.org/viewvc?rev=1197033view=rev Log: No jira, added suppress warning annotations for raw type. Modified:

svn commit: r1197036 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/AnnotationEditor.java

2011-11-03 Thread joern
Author: joern Date: Thu Nov 3 09:57:42 2011 New Revision: 1197036 URL: http://svn.apache.org/viewvc?rev=1197036view=rev Log: No jira, fixed warnings. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/AnnotationEditor.java Modified:

svn commit: r1197037 - /uima/uimaj/trunk/uimaj-ep-cas-editor-ide/src/main/java/org/apache/uima/caseditor/ide/wizards/ImportDocumentWizardPage.java

2011-11-03 Thread joern
Author: joern Date: Thu Nov 3 09:58:50 2011 New Revision: 1197037 URL: http://svn.apache.org/viewvc?rev=1197037view=rev Log: No jira, added suppress warning annotations for raw type. Modified:

svn commit: r1197208 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/AnnotationEditor.java

2011-11-03 Thread pkluegl
Author: pkluegl Date: Thu Nov 3 16:36:07 2011 New Revision: 1197208 URL: http://svn.apache.org/viewvc?rev=1197208view=rev Log: UIMA-2273 Reverted and added changes again without new formatting Modified:

svn commit: r1197255 - /uima/uimaj/trunk/uimaj-tools/src/main/java/org/apache/uima/tools/pear/install/InstallPearCli.java

2011-11-03 Thread schor
Author: schor Date: Thu Nov 3 18:32:13 2011 New Revision: 1197255 URL: http://svn.apache.org/viewvc?rev=1197255view=rev Log: [UIMA-2121] fix number of args to allow 1 argument invocation, and clarify parameters that are optional Modified: