svn commit: r1153367 - /uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.debug.ui/src/main/java/org/apache/uima/tm/dltk/internal/debug/ui/launchConfigurations/TextMarkerCommonTab.java

2011-08-03 Thread joern
Author: joern
Date: Wed Aug  3 07:13:45 2011
New Revision: 1153367

URL: http://svn.apache.org/viewvc?rev=1153367view=rev
Log:
UIMA-2195 Applied patch to comment a constant which does not exist in eclipse 
3.7

Modified:

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.debug.ui/src/main/java/org/apache/uima/tm/dltk/internal/debug/ui/launchConfigurations/TextMarkerCommonTab.java

Modified: 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.debug.ui/src/main/java/org/apache/uima/tm/dltk/internal/debug/ui/launchConfigurations/TextMarkerCommonTab.java
URL: 
http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.debug.ui/src/main/java/org/apache/uima/tm/dltk/internal/debug/ui/launchConfigurations/TextMarkerCommonTab.java?rev=1153367r1=1153366r2=1153367view=diff
==
--- 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.debug.ui/src/main/java/org/apache/uima/tm/dltk/internal/debug/ui/launchConfigurations/TextMarkerCommonTab.java
 (original)
+++ 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.debug.ui/src/main/java/org/apache/uima/tm/dltk/internal/debug/ui/launchConfigurations/TextMarkerCommonTab.java
 Wed Aug  3 07:13:45 2011
@@ -8,6 +8,7 @@ import java.util.Iterator;
 import java.util.List;
 import java.util.Map;
 
+import org.apache.uima.tm.dltk.textmarker.launching.TextMarkerLaunchingPlugin;
 import org.eclipse.core.resources.IContainer;
 import org.eclipse.core.resources.IFile;
 import org.eclipse.core.resources.IProject;
@@ -74,8 +75,6 @@ import org.eclipse.ui.model.WorkbenchCon
 import org.eclipse.ui.model.WorkbenchLabelProvider;
 import org.eclipse.ui.views.navigator.ResourceSorter;
 
-import org.apache.uima.tm.dltk.textmarker.launching.TextMarkerLaunchingPlugin;
-
 /**
  * Launch configuration tab used to specify the location a launch 
configuration is stored in,
  * whether it should appear in the favorites list, and perspective switching 
behavior for an
@@ -171,8 +170,8 @@ public class TextMarkerCommonTab extends
   public void createControl(Composite parent) {
 Composite comp = new Composite(parent, SWT.NONE);
 setControl(comp);
-PlatformUI.getWorkbench().getHelpSystem().setHelp(getControl(),
-IDebugHelpContextIds.LAUNCH_CONFIGURATION_DIALOG_COMMON_TAB);
+PlatformUI.getWorkbench().getHelpSystem()
+.setHelp(getControl(), 
IDebugHelpContextIds.LAUNCH_CONFIGURATION_DIALOG_COMMON_TAB);
 comp.setLayout(new GridLayout(2, true));
 comp.setFont(parent.getFont());
 
@@ -248,8 +247,8 @@ public class TextMarkerCommonTab extends
   /**
* Creates the component set for the capture output composite
* 
-   * @param data.parent
-   *  the parent to add this component to
+   * @param data
+   *  .parent the parent to add this component to
*/
 
   private void test() {
@@ -780,7 +779,8 @@ public class TextMarkerCommonTab extends
   private boolean validateEncoding() {
 if (fAltEncodingButton.getSelection()) {
   if (fEncodingCombo.getSelectionIndex() == -1) {
-
setErrorMessage(LaunchConfigurationsMessages.CommonTab_No_Encoding_Selected);
+// TODO constant was removed in Eclipse 3.7, find a substitute
+// 
setErrorMessage(LaunchConfigurationsMessages.CommonTab_No_Encoding_Selected);
 return false;
   }
 }
@@ -878,8 +878,8 @@ public class TextMarkerCommonTab extends
 if (fUseDltkRadio.getSelection()) {
   configuration.setAttribute(DebugPlugin.ATTR_CAPTURE_OUTPUT, (String) 
null);
 
-  
configuration.setAttribute(ScriptLaunchConfigurationConstants.ATTR_DLTK_CONSOLE_ID,
 Long
-  .toString(System.currentTimeMillis()));
+  
configuration.setAttribute(ScriptLaunchConfigurationConstants.ATTR_DLTK_CONSOLE_ID,
+  Long.toString(System.currentTimeMillis()));
   IFileHandle proxyFile;
   try {
 IExecutionEnvironment exeEnv = (IExecutionEnvironment) 
EnvironmentManager




svn commit: r1153372 - in /uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textruler.whisk/src/main: java/ src/

2011-08-03 Thread joern
Author: joern
Date: Wed Aug  3 07:40:08 2011
New Revision: 1153372

URL: http://svn.apache.org/viewvc?rev=1153372view=rev
Log:
UIMA-2197 Renamed source folder

Added:

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textruler.whisk/src/main/java/
  - copied from r1153371, 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textruler.whisk/src/main/src/
Removed:

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textruler.whisk/src/main/src/



svn commit: r1153373 - in /uima/sandbox/trunk/TextMarker: org.apache.uima.tm.textruler.whisk/.classpath org.apache.uima.tm.textruler.wien/.classpath

2011-08-03 Thread joern
Author: joern
Date: Wed Aug  3 07:41:53 2011
New Revision: 1153373

URL: http://svn.apache.org/viewvc?rev=1153373view=rev
Log:
UIMA-2197 Fixed source folders.

Modified:
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textruler.whisk/.classpath
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textruler.wien/.classpath

Modified: 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textruler.whisk/.classpath
URL: 
http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textruler.whisk/.classpath?rev=1153373r1=1153372r2=1153373view=diff
==
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textruler.whisk/.classpath 
(original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textruler.whisk/.classpath 
Wed Aug  3 07:41:53 2011
@@ -1,6 +1,6 @@
 ?xml version=1.0 encoding=UTF-8?
 classpath
-   classpathentry kind=src path=src/main/src/
+   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/

Modified: 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textruler.wien/.classpath
URL: 
http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textruler.wien/.classpath?rev=1153373r1=1153372r2=1153373view=diff
==
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textruler.wien/.classpath 
(original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textruler.wien/.classpath 
Wed Aug  3 07:41:53 2011
@@ -1,6 +1,6 @@
 ?xml version=1.0 encoding=UTF-8?
 classpath
-   classpathentry kind=src path=src/src/main/java/
+   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/




svn commit: r1153375 - in /uima/sandbox/trunk/TextMarker: org.apache.uima.tm.cev/plugin.xml org.apache.uima.tm.dltk.core/plugin.xml

2011-08-03 Thread joern
Author: joern
Date: Wed Aug  3 07:44:40 2011
New Revision: 1153375

URL: http://svn.apache.org/viewvc?rev=1153375view=rev
Log:
UIMA-2191 fixed extension points to outdated namespace

Modified:
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev/plugin.xml
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/plugin.xml

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev/plugin.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev/plugin.xml?rev=1153375r1=1153374r2=1153375view=diff
==
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev/plugin.xml (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev/plugin.xml Wed Aug  3 
07:44:40 2011
@@ -14,48 +14,48 @@
 icon=icons/cevViewer.png
 
contributorClass=org.apache.uima.tm.cev.editor.CEVViewerContributor
 class=org.apache.uima.tm.cev.editor.CEVViewer
-id=de.uniwue.tm.cev.editor.CEVViewer
+id=org.apache.uima.tm.cev.editor.CEVViewer
   /editor
/extension
extension
  point=org.eclipse.ui.views
   category
-id=de.uniwue.tm.cev.views
+id=org.apache.uima.tm.cev.views
 name=CEV
   /category
   view
-category=de.uniwue.tm.cev.views
+category=org.apache.uima.tm.cev.views
 class=org.apache.uima.tm.cev.views.selection.CEVSelectionView
 icon=icons/views.png
-id=de.uniwue.tm.cev.views.selection
+id=org.apache.uima.tm.cev.views.selection
 name=Selection
   /view
   view
-category=de.uniwue.tm.cev.views
+category=org.apache.uima.tm.cev.views
 
class=org.apache.uima.tm.cev.views.annotationBrowser.CEVAnnotationBrowserView
 icon=icons/views.png
-id=de.uniwue.tm.cev.views.annotationBrowser
+id=org.apache.uima.tm.cev.views.annotationBrowser
 name=Annotation Browser
   /view
   view
-category=de.uniwue.tm.cev.views
+category=org.apache.uima.tm.cev.views
 class=org.apache.uima.tm.cev.views.editor.CEVAnnotationEditorView
 icon=icons/edit.png
-id=de.uniwue.tm.cev.views.editor
+id=org.apache.uima.tm.cev.views.editor
 name=Annotation Editor
   /view
   view
-category=de.uniwue.tm.cev.views
+category=org.apache.uima.tm.cev.views
 
class=org.apache.uima.tm.cev.views.palette.CEVAnnotationMarkerPaletteView
 icon=icons/edit.png
-id=de.uniwue.tm.cev.views.palette
+id=org.apache.uima.tm.cev.views.palette
 name=Marker Palette
   /view
   view
-category=de.uniwue.tm.cev.views
+category=org.apache.uima.tm.cev.views
 class=org.apache.uima.tm.cev.views.fsBrowser.CEVFSBrowserView
 icon=icons/views.png
-id=de.uniwue.tm.cev.views.fsBrowser
+id=org.apache.uima.tm.cev.views.fsBrowser
 name=FS only Browser
   /view
/extension
@@ -69,75 +69,75 @@
  point=org.eclipse.ui.preferencePages
   page
 
class=org.apache.uima.tm.cev.preferences.CEVViewerTreeViewPreferencePage
-id=de.uniwue.tm.cev.preferences.CEVViewerTreeViewPreferencePage
+
id=org.apache.uima.tm.cev.preferences.CEVViewerTreeViewPreferencePage
 name=CEV
   /page
   page
-
category=de.uniwue.tm.cev.preferences.CEVViewerTreeViewPreferencePage
+
category=org.apache.uima.tm.cev.preferences.CEVViewerTreeViewPreferencePage
 
class=org.apache.uima.tm.cev.preferences.CEVViewerAnnotationFilterPreferencePage
-
id=de.uniwue.tm.cev.preferences.CEVViewerAnnotationFilterPreferencePage
+
id=org.apache.uima.tm.cev.preferences.CEVViewerAnnotationFilterPreferencePage
 name=Annotation Filter
   /page
/extension
extension
- point=de.uniwue.tm.cev.cevEditors
+ point=org.apache.uima.tm.cev.cevEditors
   editor
-factory=de.uniwue.tm.cev.views.editor.CEVAnnotationEditorFactory
-id=de.uniwue.tm.textmarker.cev.extension.editor
+
factory=org.apache.uima.tm.cev.views.editor.CEVAnnotationEditorFactory
+id=org.apache.uima.tm.textmarker.cev.extension.editor
 priority=0
-viewId=de.uniwue.tm.cev.views.editor
+viewId=org.apache.uima.tm.cev.views.editor
   /editor
   editor
-
factory=de.uniwue.tm.cev.views.palette.CEVAnnotationMarkerPaletteFactory
-id=de.uniwue.tm.textmarker.cev.extension.palette
+
factory=org.apache.uima.tm.cev.views.palette.CEVAnnotationMarkerPaletteFactory
+id=org.apache.uima.tm.textmarker.cev.extension.palette
 

svn commit: r1153541 - in /uima/sandbox/trunk/TextMarker: org.apache.uima.tm.cev.feature/ org.apache.uima.tm.cev.html/ org.apache.uima.tm.cev.html/src/main/java/org/apache/uima/tm/cev/html/ org.apache

2011-08-03 Thread joern
Author: joern
Date: Wed Aug  3 15:31:51 2011
New Revision: 1153541

URL: http://svn.apache.org/viewvc?rev=1153541view=rev
Log:
UIMA-2189 Applied patch that adds AL 2.0 headers

Modified:

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev.feature/build.properties
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev.feature/feature.xml
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev.html/build.properties
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev.html/plugin.xml

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev.html/src/main/java/org/apache/uima/tm/cev/html/CEVHTMLPlugin.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev.html/src/main/java/org/apache/uima/tm/cev/html/artifactViewer/CEVDataHtmlExtension.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev.html/src/main/java/org/apache/uima/tm/cev/html/artifactViewer/HTMLVisitor.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev.html/src/main/java/org/apache/uima/tm/cev/html/artifactViewer/HtmlArtifactViewer.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev.html/src/main/java/org/apache/uima/tm/cev/html/artifactViewer/HtmlArtifactViewerFactory.java

Modified: 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev.feature/build.properties
URL: 
http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev.feature/build.properties?rev=1153541r1=1153540r2=1153541view=diff
==
--- 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev.feature/build.properties 
(original)
+++ 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev.feature/build.properties 
Wed Aug  3 15:31:51 2011
@@ -1 +1,20 @@
+# ***
+#  * 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.
+# ***
+
 bin.includes = feature.xml

Modified: 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev.feature/feature.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev.feature/feature.xml?rev=1153541r1=1153540r2=1153541view=diff
==
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev.feature/feature.xml 
(original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev.feature/feature.xml 
Wed Aug  3 15:31:51 2011
@@ -1,4 +1,23 @@
 ?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.
+--
+
 feature
   id=de.uniwue.tm.cev.feature
   label=CEV Feature

Modified: 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev.html/build.properties
URL: 
http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev.html/build.properties?rev=1153541r1=1153540r2=1153541view=diff
==
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev.html/build.properties 
(original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev.html/build.properties 
Wed Aug  3 15:31:51 2011
@@ -1,3 +1,22 @@
+# ***
+#  * 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 

svn commit: r1153543 [4/4] - in /uima/sandbox/trunk/TextMarker: org.apache.uima.tm.dltk.antlr/ org.apache.uima.tm.dltk.core/ org.apache.uima.tm.dltk.core/schema/ org.apache.uima.tm.dltk.core/src/main/

2011-08-03 Thread joern
Modified: 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerImportExpression.java
URL: 
http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerImportExpression.java?rev=1153543r1=1153542r2=1153543view=diff
==
--- 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerImportExpression.java
 (original)
+++ 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerImportExpression.java
 Wed Aug  3 15:38:33 2011
@@ -1,6 +1,22 @@
-/**
+/*
+ * 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.
+*/
+
 package org.apache.uima.tm.dltk.parser.ast.expressions;
 
 import org.eclipse.dltk.ast.expressions.ExpressionConstants;

Modified: 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerInnerListExpression.java
URL: 
http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerInnerListExpression.java?rev=1153543r1=1153542r2=1153543view=diff
==
--- 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerInnerListExpression.java
 (original)
+++ 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerInnerListExpression.java
 Wed Aug  3 15:38:33 2011
@@ -1,6 +1,22 @@
-/**
+/*
+ * 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.
+*/
+
 package org.apache.uima.tm.dltk.parser.ast.expressions;
 
 import org.apache.uima.tm.dltk.parser.ast.TMExpressionConstants;

Modified: 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerListExpression.java
URL: 
http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerListExpression.java?rev=1153543r1=1153542r2=1153543view=diff
==
--- 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerListExpression.java
 (original)
+++ 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/src/main/java/org/apache/uima/tm/dltk/parser/ast/expressions/TextMarkerListExpression.java
 Wed Aug  3 15:38:33 2011
@@ -1,3 +1,22 @@
+/*
+ * 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 

svn commit: r1153545 - in /uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.debugger: ./ src/main/java/org/apache/uima/tm/dltk/debugger/ src/main/java/org/apache/uima/tm/dltk/debugger/preferences

2011-08-03 Thread joern
Author: joern
Date: Wed Aug  3 15:43:27 2011
New Revision: 1153545

URL: http://svn.apache.org/viewvc?rev=1153545view=rev
Log:
UIMA-2189 Applied patch that adds AL 2.0 headers

Modified:

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.debugger/build.properties

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.debugger/plugin.properties
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.debugger/plugin.xml

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.debugger/src/main/java/org/apache/uima/tm/dltk/debugger/TextMarkerDebuggerPlugin.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.debugger/src/main/java/org/apache/uima/tm/dltk/debugger/TextMarkerDebuggerRunner.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.debugger/src/main/java/org/apache/uima/tm/dltk/debugger/TextMarkerDebuggerRunnerFactory.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.debugger/src/main/java/org/apache/uima/tm/dltk/debugger/preferences/PreferenceMessages.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.debugger/src/main/java/org/apache/uima/tm/dltk/debugger/preferences/PreferenceMessages.properties

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.debugger/src/main/java/org/apache/uima/tm/dltk/debugger/preferences/TextMarkerDebuggerPreferencePage.java

Modified: 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.debugger/build.properties
URL: 
http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.debugger/build.properties?rev=1153545r1=1153544r2=1153545view=diff
==
--- 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.debugger/build.properties 
(original)
+++ 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.debugger/build.properties 
Wed Aug  3 15:43:27 2011
@@ -1,3 +1,22 @@
+# ***
+#  * 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.
+# ***
+
 source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\

Modified: 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.debugger/plugin.properties
URL: 
http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.debugger/plugin.properties?rev=1153545r1=1153544r2=1153545view=diff
==
--- 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.debugger/plugin.properties
 (original)
+++ 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.debugger/plugin.properties
 Wed Aug  3 15:43:27 2011
@@ -1,3 +1,22 @@
+# ***
+#  * 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.
+# ***
+
 pluginProvider=University of Wuerzburg
 pluginName=Dynamic Languages Toolkit TextMarker debugging engine
 
@@ -5,4 +24,4 @@ PreferencePage.name = TextMarker
 PropertyPage.name = TextMarker
 
 DebuggingEngine.name = TextMarker debugging engine
-DebuggingEngine.description = TextMarker debugging engine
\ No newline at end of file
+DebuggingEngine.description = TextMarker debugging engine

Modified: 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.debugger/plugin.xml
URL: 

svn commit: r1153548 - in /uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter: ./ src/main/java/org/apache/uima/tm/dltk/formatter/ src/main/java/org/apache/uima/tm/dltk/formatter/internal

2011-08-03 Thread joern
Author: joern
Date: Wed Aug  3 15:45:45 2011
New Revision: 1153548

URL: http://svn.apache.org/viewvc?rev=1153548view=rev
Log:
UIMA-2189 Applied patch that adds AL 2.0 headers

Modified:

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/build.properties
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/plugin.xml

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/src/main/java/org/apache/uima/tm/dltk/formatter/TextMarkerFormatter.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/src/main/java/org/apache/uima/tm/dltk/formatter/TextMarkerFormatterConstants.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/src/main/java/org/apache/uima/tm/dltk/formatter/TextMarkerFormatterFactory.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/src/main/java/org/apache/uima/tm/dltk/formatter/internal/Messages.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/src/main/java/org/apache/uima/tm/dltk/formatter/internal/TextMarkerFormattedPrinter.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/src/main/java/org/apache/uima/tm/dltk/formatter/internal/TextMarkerFormatterContext.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/src/main/java/org/apache/uima/tm/dltk/formatter/internal/TextMarkerFormatterPlugin.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/src/main/java/org/apache/uima/tm/dltk/formatter/internal/TextMarkerFormatterPreferenceInitializer.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/src/main/java/org/apache/uima/tm/dltk/formatter/internal/messages.properties

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/src/main/java/org/apache/uima/tm/dltk/formatter/preferences/Messages.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/src/main/java/org/apache/uima/tm/dltk/formatter/preferences/TextMarkerFormatterBlankLinesPage.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/src/main/java/org/apache/uima/tm/dltk/formatter/preferences/TextMarkerFormatterIndentationTabPage.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/src/main/java/org/apache/uima/tm/dltk/formatter/preferences/TextMarkerFormatterLineWrappingPage.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/src/main/java/org/apache/uima/tm/dltk/formatter/preferences/TextMarkerFormatterModifyDialog.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/src/main/java/org/apache/uima/tm/dltk/formatter/preferences/messages.properties

Modified: 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/build.properties
URL: 
http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/build.properties?rev=1153548r1=1153547r2=1153548view=diff
==
--- 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/build.properties
 (original)
+++ 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/build.properties
 Wed Aug  3 15:45:45 2011
@@ -1,3 +1,22 @@
+# ***
+#  * 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.
+# ***
+
 source.. = src/
 output.. = bin/
 bin.includes = plugin.xml,\

Modified: 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/plugin.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/plugin.xml?rev=1153548r1=1153547r2=1153548view=diff
==
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/plugin.xml 
(original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.formatter/plugin.xml 
Wed Aug  3 15:45:45 2011
@@ -1,4 +1,23 @@
 ?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 

svn commit: r1153549 - in /uima/sandbox/trunk/TextMarker: org.apache.uima.tm.textmarker.feature/ org.apache.uima.tm.textmarker.query/ org.apache.uima.tm.textmarker.query/src/main/java/org/apache/uima/

2011-08-03 Thread joern
Author: joern
Date: Wed Aug  3 15:48:34 2011
New Revision: 1153549

URL: http://svn.apache.org/viewvc?rev=1153549view=rev
Log:
UIMA-2189 Applied patch that adds AL 2.0 headers

Modified:

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.feature/build.properties

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.feature/feature.xml

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.query/build.properties
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.query/plugin.xml

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.query/src/main/java/org/apache/uima/tm/textmarker/query/QueryPlugin.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.query/src/main/java/org/apache/uima/tm/textmarker/query/QuerySearchStrategy.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.query/src/main/java/org/apache/uima/tm/textmarker/query/QuerySearchStrategyFactory.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.query/src/main/java/org/apache/uima/tm/textmarker/query/ui/BasicEngine.xml

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.query/src/main/java/org/apache/uima/tm/textmarker/query/ui/BasicTypeSystem.xml

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.query/src/main/java/org/apache/uima/tm/textmarker/query/ui/ExportActionHandler.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.query/src/main/java/org/apache/uima/tm/textmarker/query/ui/InternalTypeSystem.xml

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.query/src/main/java/org/apache/uima/tm/textmarker/query/ui/QueryActionHandler.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.query/src/main/java/org/apache/uima/tm/textmarker/query/ui/QueryComposite.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.query/src/main/java/org/apache/uima/tm/textmarker/query/ui/QueryResult.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.query/src/main/java/org/apache/uima/tm/textmarker/query/ui/QueryResultContentProvider.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.query/src/main/java/org/apache/uima/tm/textmarker/query/ui/QueryResultLabelProvider.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.query/src/main/java/org/apache/uima/tm/textmarker/query/ui/QueryView.java

uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.query/src/main/java/org/apache/uima/tm/textmarker/query/ui/ResultListDialog.java

Modified: 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.feature/build.properties
URL: 
http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.feature/build.properties?rev=1153549r1=1153548r2=1153549view=diff
==
--- 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.feature/build.properties
 (original)
+++ 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.feature/build.properties
 Wed Aug  3 15:48:34 2011
@@ -1 +1,20 @@
+# ***
+#  * 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.
+# ***
+
 bin.includes = feature.xml

Modified: 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.feature/feature.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.feature/feature.xml?rev=1153549r1=1153548r2=1153549view=diff
==
--- 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.feature/feature.xml 
(original)
+++ 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.feature/feature.xml 
Wed Aug  3 15:48:34 2011
@@ -1,4 +1,23 @@
 ?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 

svn commit: r1153557 [2/2] - in /uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textruler: ./ schema/ src/main/java/org/apache/uima/tm/textruler/ src/main/java/org/apache/uima/tm/textruler/core/ src

2011-08-03 Thread joern
Modified: 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textruler/src/main/java/org/apache/uima/tm/textruler/ui/TextRulerView.java
URL: 
http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textruler/src/main/java/org/apache/uima/tm/textruler/ui/TextRulerView.java?rev=1153557r1=1153556r2=1153557view=diff
==
--- 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textruler/src/main/java/org/apache/uima/tm/textruler/ui/TextRulerView.java
 (original)
+++ 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textruler/src/main/java/org/apache/uima/tm/textruler/ui/TextRulerView.java
 Wed Aug  3 16:02:13 2011
@@ -1,3 +1,22 @@
+/*
+ * 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.
+*/
+
 package org.apache.uima.tm.textruler.ui;
 
 import java.io.File;

Modified: 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textruler/src/main/java/org/apache/uima/tm/textruler/ui/TextRulerViewComposite.java
URL: 
http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textruler/src/main/java/org/apache/uima/tm/textruler/ui/TextRulerViewComposite.java?rev=1153557r1=1153556r2=1153557view=diff
==
--- 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textruler/src/main/java/org/apache/uima/tm/textruler/ui/TextRulerViewComposite.java
 (original)
+++ 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textruler/src/main/java/org/apache/uima/tm/textruler/ui/TextRulerViewComposite.java
 Wed Aug  3 16:02:13 2011
@@ -1,3 +1,22 @@
+/*
+ * 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.
+*/
+
 package org.apache.uima.tm.textruler.ui;
 
 import java.io.File;




svn commit: r1153559 [3/3] - in /uima/sandbox/trunk/TextMarker: org.apache.uima.tm.textmarker.testing/ org.apache.uima.tm.textmarker.testing/schema/ org.apache.uima.tm.textmarker.testing/src/main/java

2011-08-03 Thread joern
Modified: 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/src/main/java/org/apache/uima/tm/textmarker/ui/convert/ConvertSyntaxParser.java
URL: 
http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/src/main/java/org/apache/uima/tm/textmarker/ui/convert/ConvertSyntaxParser.java?rev=1153559r1=1153558r2=1153559view=diff
==
--- 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/src/main/java/org/apache/uima/tm/textmarker/ui/convert/ConvertSyntaxParser.java
 (original)
+++ 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/src/main/java/org/apache/uima/tm/textmarker/ui/convert/ConvertSyntaxParser.java
 Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * 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.
+*/
+
 // $ANTLR 3.1.2 
D:\\work\\workspace-tm\\org.apache.uima.tm.textmarker.ui.utils\\src\\de\\uniwue\\tm\\textmarker\\ui\\convert\\ConvertSyntax.g
 2009-08-17 15:43:13
 
 package org.apache.uima.tm.textmarker.ui.convert;
@@ -8509,4 +8528,4 @@ public class ConvertSyntaxParser extends
   public static final BitSet 
FOLLOW_externalNumberFunction_in_synpred10_ConvertSyntax3174 = new BitSet(
   new long[] { 0x0002L });
 
-}
\ No newline at end of file
+}

Modified: 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/src/main/java/org/apache/uima/tm/textmarker/ui/twl/MultiTWLConverterHandler.java
URL: 
http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/src/main/java/org/apache/uima/tm/textmarker/ui/twl/MultiTWLConverterHandler.java?rev=1153559r1=1153558r2=1153559view=diff
==
--- 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/src/main/java/org/apache/uima/tm/textmarker/ui/twl/MultiTWLConverterHandler.java
 (original)
+++ 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/src/main/java/org/apache/uima/tm/textmarker/ui/twl/MultiTWLConverterHandler.java
 Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * 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.
+*/
+
 package org.apache.uima.tm.textmarker.ui.twl;
 
 import java.io.File;

Modified: 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/src/main/java/org/apache/uima/tm/textmarker/ui/twl/TWLConverterHandler.java
URL: 
http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/src/main/java/org/apache/uima/tm/textmarker/ui/twl/TWLConverterHandler.java?rev=1153559r1=1153558r2=1153559view=diff
==
--- 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/src/main/java/org/apache/uima/tm/textmarker/ui/twl/TWLConverterHandler.java
 (original)
+++ 
uima/sandbox/trunk/TextMarker/org.apache.uima.tm.textmarker.ui.utils/src/main/java/org/apache/uima/tm/textmarker/ui/twl/TWLConverterHandler.java
 Wed Aug  3 16:06:29 2011
@@ -1,3 +1,22 @@
+/*
+ * 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