debian/0000755000000000000000000000000012162571532007172 5ustar debian/maven.rules0000644000000000000000000000171612137514042011354 0ustar # Maven rules - transform Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # - a regular expression of the form s/match/replace/ # in this case, elements that match are transformed using # the regex rule. # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ junit junit jar s/.*/3.x/ * * log4j log4j jar s/1\.2\..*/1.2.x/ * * org.apache.uima * jar s/.*/debian/ * * debian/uima-utils.install0000644000000000000000000000162412137513403012651 0ustar # .sh are deleted thereafter in debian/rules debian/freedesktop/UIMA.xpm usr/share/pixmaps/ debian/freedesktop/uima-annotationviewer.desktop /usr/share/applications/ debian/freedesktop/uima-cpegui.desktop /usr/share/applications/ debian/freedesktop/uima-documentanalyzer.desktop /usr/share/applications/ src/main/properties/FileConsoleLogger.properties /etc/uima/ src/main/properties/Logger.properties /etc/uima/ src/main/scripts/annotationViewer.sh /usr/bin/ src/main/scripts/cpeGui.sh /usr/bin/ src/main/scripts/documentAnalyzer.sh /usr/bin/ src/main/scripts/jcasgen.sh /usr/bin/ src/main/scripts/runAE.sh /usr/bin/ src/main/scripts/runPearInstaller.sh /usr/bin/ src/main/scripts/runPearMerger.sh /usr/bin/ src/main/scripts/runPearPackager.sh /usr/bin/ src/main/scripts/runUimaClass.sh /usr/share/uima/bin/ src/main/scripts/setUimaClassPath.sh /usr/share/uima/bin/ src/main/scripts/validateDescriptor.sh /usr/bin/ debian/README.source0000644000000000000000000000057312137513403011351 0ustar Files removed from upstream source tarball ========================================== Removed: * uima-docbook-tool/tools/common-lib/*.jar * uimaj-eclipse-update-site/features/*.jar Retained: * uimaj-core/src/test/resources/ClassLoaderTest/classLoadingTest.jar: - source code is here : uimaj-core/src/test/java/org/apache/uima/internal/util/ClassloadingTestClass.java debian/rules0000755000000000000000000000370012137574665010266 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/maven.mk VERSION := $(DEB_UPSTREAM_VERSION) DEB_COMPRESS_EXCLUDE := .pdf JAVA_HOME := /usr/lib/jvm/default-java # Enough memory to aggregate Javadoc JAVA_OPTS += -Xmx512m # Use new javadoc:aggregate target to generate Javadoc DEB_MAVEN_BUILD_TARGET := install DEB_MAVEN_DOC_TARGET := javadoc:aggregate # Manpages generation DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl XP=xsltproc -''-nonet UIMA_MANPAGES := annotationViewer.1 documentAnalyzer.1 cpeGui.1 jcasgen.1 runAE.1 runPearInstaller.1 runPearInstaller.1 runPearMerger.1 runPearPackager.1 validateDescriptor.1 build/uima-utils:: $(UIMA_MANPAGES) %.1: debian/manpages/%.xml $(XP) $(DB2MAN) $< get-orig-source: uscan --force-download --rename clean:: mh_clean -rm $(UIMA_MANPAGES) binary-install/uima-utils:: # Remove suffixes on binaries mv debian/uima-utils/usr/bin/annotationViewer.sh debian/uima-utils/usr/bin/annotationViewer mv debian/uima-utils/usr/bin/cpeGui.sh debian/uima-utils/usr/bin/cpeGui mv debian/uima-utils/usr/bin/documentAnalyzer.sh debian/uima-utils/usr/bin/documentAnalyzer mv debian/uima-utils/usr/bin/jcasgen.sh debian/uima-utils/usr/bin/jcasgen #mv debian/uima-utils/usr/bin/runCPE.sh debian/uima-utils/usr/bin/runCPE mv debian/uima-utils/usr/bin/runAE.sh debian/uima-utils/usr/bin/runAE mv debian/uima-utils/usr/bin/runPearInstaller.sh debian/uima-utils/usr/bin/runPearInstaller mv debian/uima-utils/usr/bin/runPearMerger.sh debian/uima-utils/usr/bin/runPearMerger mv debian/uima-utils/usr/bin/runPearPackager.sh debian/uima-utils/usr/bin/runPearPackager mv debian/uima-utils/usr/bin/validateDescriptor.sh debian/uima-utils/usr/bin/validateDescriptor # Set correct perms (on runUimaClass.sh and setUimaClassPath.sh) chmod +x debian/uima-utils/usr/share/uima/bin/*.sh debian/maven.cleanIgnoreRules0000644000000000000000000000156412137513403013464 0ustar # Maven clean ignore rules - ignore some Maven dependencies and plugins # during the clean phase of a Maven build # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM before mvn clean is called # junit junit jar s/3\\..*/3.x/ org.apache.rat apache-rat-plugin maven-plugin * * *debian/changelog0000644000000000000000000001201412137573164011047 0ustar uimaj (2.4.0-3) unstable; urgency=low * Team upload. * Removed the dependency on libgeronimo-activation-1.1-spec-java * Updated Standards-Version to 3.9.4 (no changes) -- Emmanuel Bourg Tue, 30 Apr 2013 00:38:35 +0200 uimaj (2.4.0-2) unstable; urgency=low * d/patches/java7-compat.diff: Fix FTBFS with Java7. * d/control: Bump Standards-Version to 3.9.3: no changes needed. * d/copyright: Update to copyright format 1.0. -- Damien Raude-Morvan Wed, 27 Jun 2012 00:26:11 +0200 uimaj (2.4.0-1) unstable; urgency=low * New upstream release. * Refresh all patches. * d/rules: Remove DEB_BUILDDIR as pom.xml is now at root of tarball. * d/rules: Use DEB_MAVEN_BUILD_TARGET to install before Javadoc - Add Build-Depends on libmaven-install-plugin-java. * d/libuima-core-java.poms: Use this file to install JARs instead of d/rules. * d/control, d/*.install: Wrap-and-sort -- Damien Raude-Morvan Fri, 20 Jan 2012 00:44:30 +0100 uimaj (2.3.1-2) unstable; urgency=low * Team upload. * Add Build-Depends on libmaven-plugin-tools-java (>= 2.8). (Closes: #652806). * Fix several lintian warning with copyright file. -- Miguel Landaeta Fri, 23 Dec 2011 00:55:34 +0100 uimaj (2.3.1-1) unstable; urgency=low * New upstream release. * Disable docs generation, for now. Upstream build system use too much unpackaged components: - d/uima-doc.install: Don't install documentation. - d/rules: Don't build Docbook documentation. - d/*.doc-base.*: Disabled. * d/maven.rules: force usage of "debian" release number for Maven artifacts. * d/maven.properties: Force 1.5 bytecode format during build. * d/patches/disable_internal_javadoc: Disable upstram javadoc handling since debian-maven-helper already launch that. * d/patches/build-helper-verison.diff: Add mandatory "goal" parameter for Debian builder helper maven-plugin version. * d/control: Bump Standards-Version to 3.9.2: no changes needed. * d/control: Add Build-Depends on libbuild-helper-maven-plugin-java. -- Damien Raude-Morvan Mon, 22 Aug 2011 23:11:58 +0200 uimaj (2.3.0-2) unstable; urgency=low * d/control: Fix Homepage URL as UIMA project as been promoted to Top Level project by ASF. * d/control: Bump Standards-Version to 3.9.1: no changes needed. * d/rules: Use mh_clean (do B-D on maven-debian-helper >= 1.1). * d/rules, d/*.poms: reorganisation of POMs patching. All POMs files are now declared in d/libuima-core-java.poms (so that patch/unpatch all together) but installed in each packages manually. Closes: #591143. * Drop all patches regarding disabled Maven plugins and handle that in d/maven.ignoreRules and d/maven.cleanIgnoreRules. -- Damien Raude-Morvan Thu, 05 Aug 2010 16:32:47 +0200 uimaj (2.3.0-1) unstable; urgency=low * New upstream release. * Initial release for Debian (Closes: #567777) -- Damien Raude-Morvan Mon, 26 Apr 2010 22:22:45 +0200 uimaj (2.2.2-0ubuntu11) hardy; urgency=low * Added sources into the JAR * Corrected upstream version in libraries files names -- Fabien Poulard Fri, 19 Sep 2008 12:20:00 +0200 uimaj (2.2.2-0ubuntu10) hardy; urgency=low * Added uima-examples.jar into uima-examples package * Moved sources into another package * Added menu entries, freedesktop compliants -- Fabien Poulard Tue, 9 Sep 2008 18:20:00 +0200 uimaj (2.2.2-0ubuntu9) hardy; urgency=low * Fixed documentation storage -- Fabien Poulard Mon, 10 Jul 2008 15:31:00 +0200 uimaj (2.2.2-0ubuntu8) hardy; urgency=low * Fixed the jcasgen script that was failing to launch -- Fabien Poulard Mon, 09 Jul 2008 18:11:00 +0200 uimaj (2.2.2-0ubuntu7) hardy; urgency=low * Add examples package, need to be reworked -- Fabien Poulard Mon, 08 Jul 2008 17:51:00 +0200 uimaj (2.2.2-0ubuntu6) hardy; urgency=low * Change section to be in multiverse -- Fabien Poulard Mon, 07 Jul 2008 11:17:00 +0200 uimaj (2.2.2-0ubuntu5) hardy; urgency=low * Now configUIMA.sh take care of adding components jars into the UIMA_CLASSPATH -- Fabien Poulard Mon, 07 Jul 2008 10:44:45 +0200 uimaj (2.2.2-0ubuntu4) hardy; urgency=low * Fix bug in configUIMA.sh -- Fabien Poulard Fri, 04 Jul 2008 19:04:58 +0200 uimaj (2.2.2-0ubuntu3) hardy; urgency=low * Fixes concerning Debian Policy -- Fabien Poulard Fri, 04 Jul 2008 17:38:58 +0200 uimaj (2.2.2-0ubuntu2) hardy; urgency=low * Fix bug : erasing the value of UIMA_CLASSPATH -- Fabien Poulard Fri, 04 Jul 2008 09:46:41 +0200 uimaj (2.2.2-0ubuntu1) hardy; urgency=low * Initial release -- Fabien Poulard Thu, 03 Jul 2008 16:45:34 +0200 debian/libuima-adapter-soap-java.README.Debian0000644000000000000000000000064412137513403016150 0ustar This document explains how to develop and use components providing SOAP web service or using it within the UIMA framework. When compiling and running apps using the UIMA framework and especially the SOAP connecter, you need to add "/usr/share/java/uimaj-adapter-soap.jar" to the CLASSPATH. E.g. export CLASSPATH="/usr/share/java/uimaj-adapter-soap.jar:/usr/share/java:." javac Whatever.java java Whatever debian/compat0000644000000000000000000000000212137513403010363 0ustar 7 debian/uima-doc.doc-base.api0000644000000000000000000000040212137513403013026 0ustar Document: uima-api Title: API JavaDoc for UIMA Java SDK Author: Apache Software Foundation Abstract: Javadocs programmer API of UIMA Java SDK Section: Programming Format: HTML Index: /usr/share/doc/uima/api/index.html Files: /usr/share/doc/uima/api/*.html debian/maven.properties0000644000000000000000000000011212137513403012403 0ustar maven.test.skip=true maven.compiler.source=1.5 maven.compiler.target=1.5 debian/copyright0000644000000000000000000000225212137513403011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Apache UIMA Java SDK Upstream-Contact: The Apache Software Foundation Source: http://www.apache.org/dist/incubator/uima/source/ Files: * Copyright: Copyright 2006, 2010 The Apache Software Foundation License: Apache-2.0 Files: debian/* Copyright: Copyright 2008, Fabien Poulard Copyright 2010, Damien Raude-Morvan License: Apache-2.0 License: Apache-2.0 Licensed 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. . The full text of the Apache-2.0 license can be found in `/usr/share/common-licenses/Apache-2.0' on Debian systems. debian/uima-doc.doc-base-old.ref0000644000000000000000000000056212137513403013614 0ustar Document: uima-ref Title: Reference for UIMA Java SDK Author: Apache Software Foundation Abstract: Reference for UIMA Java SDK Section: Science/Data Analysis Format: HTML Index: /usr/share/doc/uima/manuals/references/references.html Files: /usr/share/doc/uima/manuals/references/references.html Format: PDF Files: /usr/share/doc/uima/manuals/references/references.pdf debian/uima-doc.install0000644000000000000000000000170012137513403012251 0ustar #uima-docbook-tool/styles/uima-style/css/ /usr/share/doc/uima/manuals/ #uima-docbooks/target/images /usr/share/doc/uima/manuals/ #uima-docbooks/target/index.html /usr/share/doc/uima/manuals/ #uima-docbooks/target/overview_and_setup/*.html /usr/share/doc/uima/manuals/overview_and_setup/ #uima-docbooks/target/overview_and_setup/*.pdf /usr/share/doc/uima/manuals/overview_and_setup/ #uima-docbooks/target/references/*.html /usr/share/doc/uima/manuals/references/ #uima-docbooks/target/references/*.pdf /usr/share/doc/uima/manuals/references/ #uima-docbooks/target/tools/*.html /usr/share/doc/uima/manuals/tools/ #uima-docbooks/target/tools/*.pdf /usr/share/doc/uima/manuals/tools/ #uima-docbooks/target/tutorials_and_users_guides/*.html /usr/share/doc/uima/manuals/tutorials_and_users_guides/ #uima-docbooks/target/tutorials_and_users_guides/*.pdf /usr/share/doc/uima/manuals/tutorials_and_users_guides/ target/site/apidocs/* /usr/share/doc/uima/api/ debian/uima-examples.docs0000644000000000000000000000007412137513403012607 0ustar uimaj-examples/src/main/eclipseProject/ecore_src_readme.txt debian/orig-tar.exclude0000644000000000000000000000012312137513403012260 0ustar uima-docbook-tool/tools/common-lib/*.jar uimaj-eclipse-update-site/features/*.jar debian/maven.ignoreRules0000644000000000000000000000165412137565027012532 0ustar # Maven ignore rules - ignore some Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM # junit junit jar s/3\\..*/3.x/ org.apache.maven.plugins maven-eclipse-plugin maven-plugin * * * org.apache.rat apache-rat-plugin maven-plugin * * * org.apache.geronimo.specs geronimo-activation_1.0.2_spec * * * * debian/uima-doc.doc-base-old.tutorials0000644000000000000000000000077012137513403015067 0ustar Document: uima-tutorials Title: Tutorials and Users Guide for UIMA Java SDK Author: Apache Software Foundation Abstract: Tutorials and Users Guide for UIMA Java SDK Section: Science/Data Analysis Format: HTML Index: /usr/share/doc/uima/manuals/tutorials_and_users_guides/tutorials_and_users_guides.html Files: /usr/share/doc/uima/manuals/tutorials_and_users_guides/tutorials_and_users_guides.html Format: PDF Files: /usr/share/doc/uima/manuals/tutorials_and_users_guides/tutorials_and_users_guides.pdf debian/uima-utils.links0000644000000000000000000000131012137513403012313 0ustar /etc/uima /usr/share/uima/config /usr/share/java/uimaj-bootstrap.jar /usr/share/uima/lib/uimaj-bootstrap.jar /usr/share/java/uimaj-core.jar /usr/share/uima/lib/uima-core.jar /usr/share/java/uimaj-document-annotation.jar /usr/share/uima/lib/uima-document-annotation.jar /usr/share/java/uimaj-cpe.jar /usr/share/uima/lib/uima-cpe.jar /usr/share/java/uimaj-tools.jar /usr/share/uima/lib/uima-tools.jar ##/lib/uima-examples.jar /usr/share/java/uimaj-adapter-soap.jar /usr/share/uima/lib/uima-adapter-soap.jar /usr/share/java/uimaj-adapter-vinci.jar /usr/share/uima/lib/uima-adapter-vinci.jar /usr/share/java/jVinci.jar /usr/share/uima/lib/jVinci.jar ##uimaj-as-core.jar ##uimaj-as-activemq.jar ##uimaj-as-jms.jar debian/freedesktop/0000755000000000000000000000000012137513403011500 5ustar debian/freedesktop/UIMA.xpm0000644000000000000000000001632112137513403012764 0ustar /* XPM */ static char *UIMA[] = { /* columns rows colors chars-per-pixel */ "32 32 232 2", " c #0437007800DF", ". c #040406060B0B", "X c #03600A390B22", "o c #11110B8B0000", "O c #050516960202", "+ c #060618180202", "@ c #0E2E1DBE01E2", "# c #1B1B13940000", "$ c #10101F1F0202", "% c #030308081010", "& c #05050C0C1C1C", "* c #111123230202", "= c #1C1C37370101", "- c #1F1F3D3D0404", "; c #32B321210000", ": c #3A3A26260000", "> c #3D3D29290000", ", c #20203DE80404", "< c #04B80EF5206D", "1 c #060610102323", "2 c #0C0C10102525", "3 c #131319193C3C", "4 c #424200000909", "5 c #585800001010", "6 c #6E6E00000E0E", "7 c #6E6E00001515", "8 c #74CA00001616", "9 c #7AD600001237", "0 c #76761A1A1212", "q c #42C22C2C0383", "w c #49492C2C0000", "e c #5A5A3B3B0000", "r c #797927271212", "t c #6C6C3A9011BC", "y c #7F7F31311616", "u c #4B4B38382020", "i c #1F1F46460404", "p c #1F1F4B4B0404", "a c #272747470505", "s c #296945850585", "d c #242449CA042F", "f c #3CE7772103AE", "g c #323279F90202", "h c #3BE67C2605B0", "j c #3F3F7F7F0808", "k c #484845450808", "l c #4B4B58580808", "z c #5D5D5A5A0E0E", "x c #6BC145F00000", "c c #686848480000", "v c #75F64CCC0000", "b c #79F94DCE0000", "n c #646440401010", "m c #68684E4E1111", "M c #737346461313", "N c #70C649F41212", "B c #656551511010", "V c #6AC05C5C10BB", "C c #797954541414", "Z c #76765C5C1313", "A c #7A7A5B5B1414", "S c #48C869690A8A", "D c #5BDC64E40D8D", "F c #565669690D0D", "G c #5CDC6EEF0D0D", "H c #40407E7E0707", "J c #47477B7B0909", "K c #4ACB79790989", "L c #585874740D0D", "P c #51517D7D0A0A", "I c #63236A2A0EEF", "U c #6EC4650F1111", "Y c #727257573636", "T c #7F7F5F5F3737", "R c #737357573838", "E c #747458583A3A", "W c #15E31E0444C4", "Q c #11921E1E5313", "! c #161620204ECF", "~ c #187F20874A7D", "^ c #1495202051D2", "/ c #262634347F7F", "( c #28BB36367E7E", ") c #33333C3C7575", "_ c #32DD3D937D27", "` c #3CBD41C27373", "' c #3B3B42987E28", "] c #59594B4B4C4C", "[ c #4E4E45455151", "{ c #4E4E48485E5E", "} c #59034D4D55AB", "| c #58584F4F5F5F", " . c #64E452D34A4A", ".. c #71F15A5A45C6", "X. c #74CA5D074949", "o. c #78785F5F4949", "O. c #6A6A58585454", "+. c #666658585E5E", "@. c #6AEB5ADB59D9", "#. c #7B7B60604545", "$. c #757561615B5B", "%. c #4BF6489E6565", "&. c #424244446E6E", "*. c #4C4C49496868", "=. c #53134C8C63A3", "-. c #53534D4D6969", ";. c #575750506565", ":. c #5C5C55556D17", ">. c #434346067474", ",. c #4E4E4DCE75F6", "<. c #4C4C4DCE7C7C", "1. c #50504E4E7272", "2. c #575752A87373", "3. c #6161575769EA", "4. c #868600001212", "5. c #979700001C1C", "6. c #92920E0E1818", "7. c #9A9A0C0C1919", "8. c #9E9E1A1A1D1D", "9. c #A5A510101F1F", "0. c #A6A618181E1E", "q. c #A9A91E1E1E1E", "w. c #921125251A1A", "e. c #999926261C1C", "r. c #8A6A32F31818", "t. c #8A8A38381818", "y. c #929232321A1A", "u. c #999934341A1A", "i. c #93D33CBD1959", "p. c #9E9E3C3C1B1B", "a. c #A72720A01D9E", "s. c #B0B024241F1F", "d. c #A2A231871C1C", "f. c #ACAC31311E1E", "g. c #A2A238381C1C", "h. c #ADAD00002020", "j. c #B53501012161", "k. c #BC7C00A12303", "l. c #B2B208082121", "z. c #B5351A1A2121", "x. c #BABA2D2D2121", "c. c #C3EE0101244F", "v. c #C3C30A0A2424", "b. c #CE230D0D257B", "n. c #D42905B02727", "m. c #D2D20A0A2727", "M. c #D8D80F0F2727", "N. c #D7D700C12828", "B. c #DC0E010128D3", "V. c #C0C0171723A4", "C. c #E50F00112AA2", "Z. c #EBD700002BDD", "A. c #E9E90A0A2B2B", "S. c #F14600002CD7", "D. c #808054540000", "F. c #8A345AB00000", "G. c #863044C516C1", "H. c #8E8E43431818", "J. c #9B1B65E60000", "K. c #A34D6AC00000", "L. c #AFAF73730505", "P. c #B5B576760000", "I. c #BB107A7A0000", "U. c #BBBB7B7B0B0B", "Y. c #A8FE741E1AC5", "T. c #B0B077771111", "R. c #B5B57A7A12BD", "E. c #929267672424", "W. c #9F9F6F6F2020", "Q. c #9B1A72723CBC", "!. c #A8A879793333", "~. c #A52579793F3F", "^. c #C1C17F7F0000", "/. c #838363634040", "(. c #8C8C6CEC4949", "). c #92926F6F4A4A", "_. c #979772724747", "`. c #87876A6A5252", "'. c #A0A077774646", "]. c #2F2F8A8A0404", "[. c #32F383830545", "{. c #3CE783D906B1", "}. c #35F68C4C0545", "|. c #3AD88CB40613", " X c #31CB9595046B", ".X c #41418A8A0707", "XX c #4343844B0816", "oX c #494981810909", "OX c #448489080808", "+X c #48488C8C0808", "@X c #BEBE81811919", "#X c #BE1384DA25D0", "$X c #C2C280800000", "%X c #CACA85850303", "&X c #C5C584840E0E", "*X c #C8C885850F0F", "=X c #D36C8AF10134", "-X c #DA2F8E8E0157", ";X c #D47E8CE20A60", ":X c #DCDC90900000", ">X c #C0C081811414", ",X c #C0C085851F1F", ".-X3X2X3X:Xo zX", "zXzX- |.I N.C.r.}.XXXX|.G.M |.@ zXb 7X2X2X6X!.aX%. o zXzXzXzX", "zXzX= f f g l r 7.6.0 k g f f @ zXzXzXc > # zXzXzXzXzXzXzXzXzX", "zXzXzXX X X X X X . X X X . X zXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzX", "zXzX3 ( ( ( 0X0X( ( ( / 0XeX( & 6 c.k.k.k.c.c.c.k.k.k.c.5.zXzXzX", "zXzXW jXjX:.~.).hXjXgXdX'.~.=.< 9 S.C.C.C.p.U i.C.C.C.Z.j. zXzX", "zXzXW hXyX' 3XX>.kXE.rX3.2X=X&.gXfX< 9 M.XX[.9.Z.B.C.b.J ].z.j. zXzX", "zXzX~ ,.| >.jXsXjX-.=.=.>.jXjX1 4.A.e.8.B.Z.C.Z.Z.z.w.b.k. zXzX", "zXzX2 ^ Q ! ~ ! ~ Q Q Q ^ ~ ~ % 4 9 8 8 8 7 7 7 7 8 8 8 5 zXzX", "zXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzX", "zXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzXzX" }; debian/freedesktop/uima-annotationviewer.desktop0000644000000000000000000000036512137513403017424 0ustar [Desktop Entry] Type=Application Name=UIMA Annotation Viewer Name[fr]=Visionneur d'annotations UIMA Comment=Viewer for UIMA annotations Comment[fr]=Visionneur d'annotations UIMA Categories=Education;Science;Java; Exec=annotationViewer Icon=UIMA debian/freedesktop/uima-cpegui.desktop0000644000000000000000000000036212137513403015301 0ustar [Desktop Entry] Type=Application Name=UIMA CPE Gui Name[fr]=UIMA CPE Gui Comment=Graphical interface to build UIMA CPE Comment[fr]=Interface graphique pour construire des chaƮnes UIMA Categories=Education;Science;Java; Exec=cpeGui Icon=UIMA debian/freedesktop/uima-documentanalyzer.desktop0000644000000000000000000000040712137513403017411 0ustar [Desktop Entry] Type=Application Name=UIMA Document Analyzer Name[fr]=Analyseur de documents pour UIMA Comment=Simple UIMA analysis engine runner Comment[fr]=Lanceur simplifiƩ de composants UIMA Categories=Education;Science;Java; Exec=documentAnalyzer Icon=UIMA debian/uima-utils.docs0000644000000000000000000000004112137513403012123 0ustar NOTICE README RELEASE_NOTES.html debian/uima-utils.manpages0000644000000000000000000000022612137513403012773 0ustar annotationViewer.1 cpeGui.1 documentAnalyzer.1 jcasgen.1 runAE.1 #runCPE.1 runPearInstaller.1 runPearMerger.1 runPearPackager.1 validateDescriptor.1 debian/manpages/0000755000000000000000000000000012137513403010760 5ustar debian/manpages/validateDescriptor.xml0000644000000000000000000001001612137513403015330 0ustar Fabien"> Poulard"> juillet 3, 2008"> 1"> fabien.poulard@univ-nantes.fr"> UIMA-UTILS"> Debian"> GNU"> ]>
&dhemail;
2010 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; simple component descriptor validator &dhpackage; DESCRIPTION This manual page documents briefly the &dhpackage; and bar commands. This manual page was written for the &debian; distribution because the original program does not have a manual page. Instead, it has documentation in the &gnu; Info format; see below. &dhpackage; is a program that... OPTIONS These programs follow the usual &gnu; command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files. Show summary of options. Show version of program. SEE ALSO bar (1), baz (1). The programs are documented fully by The Rise and Fall of a Fooish Bar available via the Info system. AUTHOR This manual page was written by &dhusername; &dhemail; for the &debian; system (but may be used by others). Licensed 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. On Debian systems, the complete text of the Apache 2.0 License can be found in /usr/share/common-licenses/Apache-2.0.
debian/manpages/runPearInstaller.xml0000644000000000000000000001006112137513403014772 0ustar Fabien"> Poulard"> juillet 3, 2008"> 1"> fabien.poulard@univ-nantes.fr"> UIMA-UTILS"> Debian"> GNU"> ]>
&dhemail;
2010 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; GUI based Java application that helps installing UIMA compliant components &dhpackage; DESCRIPTION This manual page documents briefly the &dhpackage; and bar commands. This manual page was written for the &debian; distribution because the original program does not have a manual page. Instead, it has documentation in the &gnu; Info format; see below. &dhpackage; is a program that... OPTIONS These programs follow the usual &gnu; command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files. Show summary of options. Show version of program. SEE ALSO bar (1), baz (1). The programs are documented fully by The Rise and Fall of a Fooish Bar available via the Info system. AUTHOR This manual page was written by &dhusername; &dhemail; for the &debian; system (but may be used by others). Licensed 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. On Debian systems, the complete text of the Apache 2.0 License can be found in /usr/share/common-licenses/Apache-2.0.
debian/manpages/cpeGui.xml0000644000000000000000000001002312137513403012712 0ustar Fabien"> Poulard"> juillet 3, 2008"> 1"> fabien.poulard@univ-nantes.fr"> UIMA-UTILS"> Debian"> GNU"> ]>
&dhemail;
2010 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; graphical tool that allows you to assemble and run CPE &dhpackage; DESCRIPTION This manual page documents briefly the &dhpackage; and bar commands. This manual page was written for the &debian; distribution because the original program does not have a manual page. Instead, it has documentation in the &gnu; Info format; see below. &dhpackage; is a program that... OPTIONS These programs follow the usual &gnu; command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files. Show summary of options. Show version of program. SEE ALSO bar (1), baz (1). The programs are documented fully by The Rise and Fall of a Fooish Bar available via the Info system. AUTHOR This manual page was written by &dhusername; &dhemail; for the &debian; system (but may be used by others). Licensed 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. On Debian systems, the complete text of the Apache 2.0 License can be found in /usr/share/common-licenses/Apache-2.0.
debian/manpages/runCPE.xml0000644000000000000000000000776412137513403012654 0ustar Fabien"> Poulard"> juillet 3, 2008"> 1"> fabien.poulard@univ-nantes.fr"> UIMA-UTILS"> Debian"> GNU"> ]>
&dhemail;
2010 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; program to do something &dhpackage; DESCRIPTION This manual page documents briefly the &dhpackage; and bar commands. This manual page was written for the &debian; distribution because the original program does not have a manual page. Instead, it has documentation in the &gnu; Info format; see below. &dhpackage; is a program that... OPTIONS These programs follow the usual &gnu; command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files. Show summary of options. Show version of program. SEE ALSO bar (1), baz (1). The programs are documented fully by The Rise and Fall of a Fooish Bar available via the Info system. AUTHOR This manual page was written by &dhusername; &dhemail; for the &debian; system (but may be used by others). Licensed 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. On Debian systems, the complete text of the Apache 2.0 License can be found in /usr/share/common-licenses/Apache-2.0.
debian/manpages/jcasgen.xml0000644000000000000000000001004512137513403013114 0ustar Fabien"> Poulard"> juillet 3, 2008"> 1"> fabien.poulard@univ-nantes.fr"> UIMA-UTILS"> Debian"> GNU"> ]>
&dhemail;
2010 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; create Java source files for classes that enable JCas access to the CAS &dhpackage; DESCRIPTION This manual page documents briefly the &dhpackage; and bar commands. This manual page was written for the &debian; distribution because the original program does not have a manual page. Instead, it has documentation in the &gnu; Info format; see below. &dhpackage; is a program that... OPTIONS These programs follow the usual &gnu; command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files. Show summary of options. Show version of program. SEE ALSO bar (1), baz (1). The programs are documented fully by The Rise and Fall of a Fooish Bar available via the Info system. AUTHOR This manual page was written by &dhusername; &dhemail; for the &debian; system (but may be used by others). Licensed 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. On Debian systems, the complete text of the Apache 2.0 License can be found in /usr/share/common-licenses/Apache-2.0.
debian/manpages/runAE.xml0000644000000000000000000000777712137513403012536 0ustar Fabien"> Poulard"> juillet 3, 2008"> 1"> fabien.poulard@univ-nantes.fr"> UIMA-UTILS"> Debian"> GNU"> ]>
&dhemail;
2010 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; launcher for an UIMA Analyze Engine &dhpackage; DESCRIPTION This manual page documents briefly the &dhpackage; and bar commands. This manual page was written for the &debian; distribution because the original program does not have a manual page. Instead, it has documentation in the &gnu; Info format; see below. &dhpackage; is a program that... OPTIONS These programs follow the usual &gnu; command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files. Show summary of options. Show version of program. SEE ALSO bar (1), baz (1). The programs are documented fully by The Rise and Fall of a Fooish Bar available via the Info system. AUTHOR This manual page was written by &dhusername; &dhemail; for the &debian; system (but may be used by others). Licensed 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. On Debian systems, the complete text of the Apache 2.0 License can be found in /usr/share/common-licenses/Apache-2.0.
debian/manpages/annotationViewer.xml0000644000000000000000000001003512137513403015035 0ustar Fabien"> Poulard"> juillet 3, 2008"> 1"> fabien.poulard@univ-nantes.fr"> UIMA-UTILS"> Debian"> GNU"> ]>
&dhemail;
2010 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; tool for viewing analysis results that have been saved &dhpackage; DESCRIPTION This manual page documents briefly the &dhpackage; and bar commands. This manual page was written for the &debian; distribution because the original program does not have a manual page. Instead, it has documentation in the &gnu; Info format; see below. &dhpackage; is a program that... OPTIONS These programs follow the usual &gnu; command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files. Show summary of options. Show version of program. SEE ALSO bar (1), baz (1). The programs are documented fully by The Rise and Fall of a Fooish Bar available via the Info system. AUTHOR This manual page was written by &dhusername; &dhemail; for the &debian; system (but may be used by others). Licensed 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. On Debian systems, the complete text of the Apache 2.0 License can be found in /usr/share/common-licenses/Apache-2.0.
debian/manpages/runPearMerger.xml0000644000000000000000000001003212137513403014254 0ustar Fabien"> Poulard"> juillet 3, 2008"> 1"> fabien.poulard@univ-nantes.fr"> UIMA-UTILS"> Debian"> GNU"> ]>
&dhemail;
2010 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; takes two or more PEAR files and merges their contents &dhpackage; DESCRIPTION This manual page documents briefly the &dhpackage; and bar commands. This manual page was written for the &debian; distribution because the original program does not have a manual page. Instead, it has documentation in the &gnu; Info format; see below. &dhpackage; is a program that... OPTIONS These programs follow the usual &gnu; command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files. Show summary of options. Show version of program. SEE ALSO bar (1), baz (1). The programs are documented fully by The Rise and Fall of a Fooish Bar available via the Info system. AUTHOR This manual page was written by &dhusername; &dhemail; for the &debian; system (but may be used by others). Licensed 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. On Debian systems, the complete text of the Apache 2.0 License can be found in /usr/share/common-licenses/Apache-2.0.
debian/manpages/documentAnalyzer.xml0000644000000000000000000001001212137513403015020 0ustar Fabien"> Poulard"> juillet 3, 2008"> 1"> fabien.poulard@univ-nantes.fr"> UIMA-UTILS"> Debian"> GNU"> ]>
&dhemail;
2010 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; tool for testing annotators and AEs &dhpackage; DESCRIPTION This manual page documents briefly the &dhpackage; and bar commands. This manual page was written for the &debian; distribution because the original program does not have a manual page. Instead, it has documentation in the &gnu; Info format; see below. &dhpackage; is a program that... OPTIONS These programs follow the usual &gnu; command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files. Show summary of options. Show version of program. SEE ALSO bar (1), baz (1). The programs are documented fully by The Rise and Fall of a Fooish Bar available via the Info system. AUTHOR This manual page was written by &dhusername; &dhemail; for the &debian; system (but may be used by others). Licensed 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. On Debian systems, the complete text of the Apache 2.0 License can be found in /usr/share/common-licenses/Apache-2.0.
debian/manpages/runPearPackager.xml0000644000000000000000000001003212137513403014550 0ustar Fabien"> Poulard"> juillet 3, 2008"> 1"> fabien.poulard@univ-nantes.fr"> UIMA-UTILS"> Debian"> GNU"> ]>
&dhemail;
2010 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; takes some PEAR settings to create an UIMA PEAR file &dhpackage; DESCRIPTION This manual page documents briefly the &dhpackage; and bar commands. This manual page was written for the &debian; distribution because the original program does not have a manual page. Instead, it has documentation in the &gnu; Info format; see below. &dhpackage; is a program that... OPTIONS These programs follow the usual &gnu; command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files. Show summary of options. Show version of program. SEE ALSO bar (1), baz (1). The programs are documented fully by The Rise and Fall of a Fooish Bar available via the Info system. AUTHOR This manual page was written by &dhusername; &dhemail; for the &debian; system (but may be used by others). Licensed 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. On Debian systems, the complete text of the Apache 2.0 License can be found in /usr/share/common-licenses/Apache-2.0.
debian/control0000644000000000000000000002263212137572554010611 0ustar Source: uimaj Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Fabien Poulard , Damien Raude-Morvan , Emmanuel Bourg Build-Depends: cdbs, debhelper (>= 7), default-jdk, libmaven2-core-java (>> 2.2.1-1), maven-debian-helper (>= 1.1), maven-repo-helper (>= 1.5.2), maven2 (>> 2.2.1-2) Build-Depends-Indep: ant, ant-contrib, default-jdk-doc, docbook-xml, docbook-xsl, fop, junit, libaxis-java, libbuild-helper-maven-plugin-java, libcommons-io-java, libjaxp1.3-java, liblog4j1.2-java, libmaven-install-plugin-java, libmaven-javadoc-plugin-java, libmaven-plugin-tools-java (>= 2.8), libmaven-site-plugin-java, libsaxon-java, libxerces2-java, libxml-commons-resolver1.1-java, xsltproc Standards-Version: 3.9.4 Vcs-Git: git://git.debian.org/pkg-java/uimaj.git Vcs-Browser: http://git.debian.org/?p=pkg-java/uimaj.git Homepage: http://uima.apache.org/ Package: libuima-core-java Architecture: all Depends: ${misc:Depends} Recommends: liblog4j1.2-java Description: Core library for the UIMA framework Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: . . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . This library implements in Java the core features of the UIMA specification. Package: libuima-vinci-java Architecture: all Depends: ${misc:Depends} Description: Library to handle Vinci web service protocol Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: . . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . This library is part of the UIMA framework. It implements in Java the code necessary to handle the Vinci web service protocol. Package: libuima-adapter-soap-java Architecture: all Depends: libaxis-java, libuima-core-java (>= ${source:Version}), ${misc:Depends} Description: Library to provide SOAP web services within UIMA Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: . . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . This library implements in Java an adapter to connect a SOAP web service with the UIMA framework. Package: libuima-adapter-vinci-java Architecture: all Depends: libuima-core-java (>= ${source:Version}), ${misc:Depends} Recommends: libuima-vinci-java (>= ${source:Version}) Description: Library to provide Vinci web services within UIMA Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: . . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . This library implements in Java an adapter to connect a Vinci web service with the UIMA framework. Package: libuima-cpe-java Architecture: all Depends: libuima-core-java (>= ${source:Version}), ${misc:Depends} Suggests: libuima-adapter-vinci-java (>= ${source:Version}) Description: Library for the UIMA Collection Processing Engine Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: . . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . This library implements in Java the collection processing engine for the UIMA framework. Package: libuima-document-annotation-java Architecture: all Depends: libuima-core-java (>= ${source:Version}), ${misc:Depends} Description: Library for the UIMA document annotation Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: . . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . This library implements in Java the document annotation for the UIMA framework. Package: libuima-tools-java Architecture: all Depends: libuima-core-java (>= ${source:Version}), ${misc:Depends} Suggests: libmaven2-core-java Description: UIMA library for the UIMA tools Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: . . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . This library implements in Java the classes for the tools provided with the Apache UIMA framework. Package: uima-utils Architecture: all Depends: default-jre | java5-runtime, libuima-core-java (>= ${source:Version}), libuima-tools-java (>= ${source:Version}), ${misc:Depends} Recommends: libuima-adapter-soap-java (>= ${source:Version}), libuima-adapter-vinci-java (>= ${source:Version}), libuima-cpe-java (>= ${source:Version}), libuima-document-annotation-java (>= ${source:Version}) Description: UIMA tools Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: . . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . This package provides the UIMA tools : annotationViewer, cpeGui, documentAnalyzer, jcasgen, runAE, runCPE, runPearInstaller, runPearMerger, runPearPackager Package: uima-examples Architecture: all Depends: libuima-core-java (>= ${source:Version}), ${misc:Depends} Description: Examples of UIMA components Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: . . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . This package provides some examples of UIMA components. Package: uima-doc Architecture: all Section: doc Depends: ${misc:Depends} Recommends: default-jdk-doc Description: Documentation for the Apache UIMA framework Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: . . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . All the documentations to run the UIMA framework. debian/watch0000644000000000000000000000017112137513403010215 0ustar version=3 http://www.apache.org/dist/uima/uimaj-(?:[\d\.]+)/uimaj-([\d\.]+)-source-release.zip debian debian/orig-tar.sh debian/uima-examples.install0000644000000000000000000002400612137513403013326 0ustar uimaj-examples/src/main/data/Apache_UIMA.txt /usr/share/uima/examples/data/text/ uimaj-examples/src/main/data/IBM_LifeSciences.txt /usr/share/uima/examples/data/text/ uimaj-examples/src/main/data/New_IBM_Fellows.txt /usr/share/uima/examples/data/text/ uimaj-examples/src/main/data/SeminarChallengesInSpeechRecognition.txt /usr/share/uima/examples/data/text/ uimaj-examples/src/main/data/TrainableInformationExtractionSystems.txt /usr/share/uima/examples/data/text/ uimaj-examples/src/main/data/UIMASummerSchool2003.txt /usr/share/uima/examples/data/text/ uimaj-examples/src/main/data/UIMA_Seminars.txt /usr/share/uima/examples/data/text/ uimaj-examples/src/main/data/WatsonConferenceRooms.txt /usr/share/uima/examples/data/text/ uimaj-examples/src/main/data/xml/IBM_LifeSciences.xml /usr/share/uima/examples/data/xml/ uimaj-examples/src/main/data/xml/New_IBM_Fellows.xml /usr/share/uima/examples/data/xml/ uimaj-examples/src/main/data/xml/SeminarChallengesInSpeechRecognition.xml /usr/share/uima/examples/data/xml/ uimaj-examples/src/main/data/xml/TrainableInformationExtractionSystems.xml /usr/share/uima/examples/data/xml/ uimaj-examples/src/main/data/xml/UIMASummerSchool2003.xml /usr/share/uima/examples/data/xml/ uimaj-examples/src/main/data/xml/UIMA_Seminars.xml /usr/share/uima/examples/data/xml/ uimaj-examples/src/main/data/xml/WatsonConferenceRooms.xml /usr/share/uima/examples/data/xml/ uimaj-examples/src/main/deploy/soap/Deploy_GovernmentTitleRecognizer.wsdd /usr/share/uima/examples/services/soap/ uimaj-examples/src/main/deploy/soap/Deploy_NamesAndPersonTitles.wsdd /usr/share/uima/examples/services/soap/ uimaj-examples/src/main/deploy/soap/Deploy_PersonTitleAnnotator.wsdd /usr/share/uima/examples/services/soap/ uimaj-examples/src/main/deploy/soap/Deploy_SimpleNameRecognizer.wsdd /usr/share/uima/examples/services/soap/ uimaj-examples/src/main/deploy/soap/Undeploy_GovernmentTitleRecognizer.wsdd /usr/share/uima/examples/services/soap/ uimaj-examples/src/main/deploy/soap/Undeploy_NamesAndPersonTitles.wsdd /usr/share/uima/examples/services/soap/ uimaj-examples/src/main/deploy/soap/Undeploy_PersonTitleAnnotator.wsdd /usr/share/uima/examples/services/soap/ uimaj-examples/src/main/deploy/soap/Undeploy_SimpleNameRecognizer.wsdd /usr/share/uima/examples/services/soap/ uimaj-examples/src/main/deploy/vinci/Deploy_MeetingDetectorTAE.xml /usr/share/uima/examples/services/vinci/ uimaj-examples/src/main/deploy/vinci/Deploy_PersonTitleAnnotator.xml /usr/share/uima/examples/services/vinci/ uimaj-examples/src/main/deploy/vinci/Deploy_XmiWriterWithTutorialTypeSystem.xml /usr/share/uima/examples/services/vinci/ uimaj-examples/src/main/descriptors/MixedAggregate.xml /usr/share/uima/examples/components/ uimaj-examples/src/main/descriptors/analysis_engine/GovernmentOfficialRecognizer_RegEx_TAE.xml /usr/share/uima/examples/descriptors/analysisEngine/text/ uimaj-examples/src/main/descriptors/analysis_engine/NamesAndGovernmentOfficials_TAE.xml /usr/share/uima/examples/descriptors/analysisEngine/text/ uimaj-examples/src/main/descriptors/analysis_engine/NamesAndPersonTitles_TAE.xml /usr/share/uima/examples/descriptors/analysisEngine/text/ uimaj-examples/src/main/descriptors/analysis_engine/PersonTitleAnnotator.xml /usr/share/uima/examples/descriptors/analysisEngine/text/ uimaj-examples/src/main/descriptors/analysis_engine/PersonTitleAnnotator_WithinNamesOnly.xml /usr/share/uima/examples/descriptors/analysisEngine/text/ uimaj-examples/src/main/descriptors/analysis_engine/RegExAnnotator.xml /usr/share/uima/examples/descriptors/analysisEngine/text/ uimaj-examples/src/main/descriptors/analysis_engine/SimpleEmailRecognizer_RegEx_TAE.xml /usr/share/uima/examples/descriptors/analysisEngine/text/ uimaj-examples/src/main/descriptors/analysis_engine/SimpleNameRecognizer_RegEx_TAE.xml /usr/share/uima/examples/descriptors/analysisEngine/text/ uimaj-examples/src/main/descriptors/analysis_engine/SimpleTokenAndSentenceAnnotator.xml /usr/share/uima/examples/descriptors/analysisEngine/text/ uimaj-examples/src/main/descriptors/analysis_engine/SofaExampleAnnotator.xml /usr/share/uima/examples/descriptors/analysisEngine/text/ uimaj-examples/src/main/descriptors/analysis_engine/UIMA_Analysis_Example.xml /usr/share/uima/examples/descriptors/analysisEngine/text/ uimaj-examples/src/main/descriptors/analysis_engine/XmlDetagger.xml /usr/share/uima/examples/descriptors/analysisEngine/text/ uimaj-examples/src/main/descriptors/cas_consumer/AnnotationPrinter.xml /usr/share/uima/examples/descriptors/casConsumer/ uimaj-examples/src/main/descriptors/cas_consumer/InlineXmlCasConsumer.xml /usr/share/uima/examples/descriptors/casConsumer/ uimaj-examples/src/main/descriptors/cas_consumer/XCasWriterCasConsumer.xml /usr/share/uima/examples/descriptors/casConsumer/ uimaj-examples/src/main/descriptors/cas_consumer/XmiEcoreCasConsumer.xml /usr/share/uima/examples/descriptors/casConsumer/ uimaj-examples/src/main/descriptors/cas_consumer/XmiWriterCasConsumer.xml /usr/share/uima/examples/descriptors/casConsumer/ uimaj-examples/src/main/descriptors/cas_consumer/XmiWriterWithTutorialTypeSystem.xml /usr/share/uima/examples/descriptors/casConsumer/ uimaj-examples/src/main/descriptors/cas_multiplier/Segment_Annotate_Merge_AE.xml /usr/share/uima/examples/descriptors/casMultiplier/ uimaj-examples/src/main/descriptors/cas_multiplier/SegmenterAndTokenizerAE.xml /usr/share/uima/examples/descriptors/casMultiplier/ uimaj-examples/src/main/descriptors/cas_multiplier/SimpleTextMerger.xml /usr/share/uima/examples/descriptors/casMultiplier/ uimaj-examples/src/main/descriptors/cas_multiplier/SimpleTextSegmenter.xml /usr/share/uima/examples/descriptors/casMultiplier/ uimaj-examples/src/main/descriptors/collection_processing_engine/MeetingFinderCPE_Integrated.xml /usr/share/uima/examples/descriptors/components/cpe/ uimaj-examples/src/main/descriptors/collection_processing_engine/MeetingFinderCPE_Managed_Unix.xml /usr/share/uima/examples/descriptors/components/cpe/ uimaj-examples/src/main/descriptors/collection_processing_engine/MeetingFinderCPE_Managed_Windows.xml /usr/share/uima/examples/descriptors/components/cpe/ uimaj-examples/src/main/descriptors/collection_processing_engine/MeetingFinderCPE_NonManaged.xml /usr/share/uima/examples/descriptors/components/cpe/ uimaj-examples/src/main/descriptors/collection_processing_engine/MeetingFinderCPE_NonManagedCasConsumer.xml /usr/share/uima/examples/descriptors/components/cpe/ uimaj-examples/src/main/descriptors/collection_processing_engine/MeetingFinderCPE_WithXmlDetagging.xml /usr/share/uima/examples/descriptors/components/cpe/ uimaj-examples/src/main/descriptors/collection_reader/FileSystemCollectionReader.xml /usr/share/uima/examples/descriptors/collectionReader/ uimaj-examples/src/main/descriptors/collection_reader/XmiCollectionReader.xml /usr/share/uima/examples/descriptors/collectionReader/ uimaj-examples/src/main/descriptors/flow_controller/AdvancedFixedFlowController.xml /usr/share/uima/examples/descriptors/flowController/ uimaj-examples/src/main/descriptors/flow_controller/MeetingDetectorTAE_AdvancedFixedFlow.xml /usr/share/uima/examples/descriptors/flowController/ uimaj-examples/src/main/descriptors/flow_controller/MeetingDetectorTAE_Whiteboard.xml /usr/share/uima/examples/descriptors/flowController/ uimaj-examples/src/main/descriptors/flow_controller/WhiteboardFlowController.xml /usr/share/uima/examples/descriptors/flowController/ uimaj-examples/src/main/descriptors/soapService/GovernmentTitleRecognizerService.xml /usr/share/uima/examples/descriptors/soapService/ uimaj-examples/src/main/descriptors/soapService/NamesAndPersonTitlesService.xml /usr/share/uima/examples/descriptors/soapService/ uimaj-examples/src/main/descriptors/soapService/PersonTitleAnnotatorService.xml /usr/share/uima/examples/descriptors/soapService/ uimaj-examples/src/main/descriptors/soapService/SimpleNameRecognizerService.xml /usr/share/uima/examples/descriptors/soapService/ uimaj-examples/src/main/descriptors/vinciService/MeetingDetectorVinciService.xml /usr/share/uima/examples/descriptors/vinciService/ uimaj-examples/src/main/descriptors/vinciService/PersonTitleVinciService.xml /usr/share/uima/examples/descriptors/vinciService/ uimaj-examples/src/main/descriptors/vinciService/XmiWriterVinciServiceWithTutorialTypeSystem.xml /usr/share/uima/examples/descriptors/vinciService/ uimaj-examples/src/main/java/org/apache/uima/examples/*.java /usr/share/uima/examples/src/org/apache/uima/examples/ uimaj-examples/src/main/java/org/apache/uima/examples/cas/*.java /usr/share/uima/examples/src/org/apache/uima/examples/cas/ uimaj-examples/src/main/java/org/apache/uima/examples/cas/package.html /usr/share/uima/examples/src/org/apache/uima/examples/cas/ uimaj-examples/src/main/java/org/apache/uima/examples/casMultiplier/*.java /usr/share/uima/examples/src/org/apache/uima/examples/casMultiplier/ uimaj-examples/src/main/java/org/apache/uima/examples/cpe/*.java /usr/share/uima/examples/src/org/apache/uima/examples/cpe/ uimaj-examples/src/main/java/org/apache/uima/examples/cpe/package.html /usr/share/uima/examples/src/org/apache/uima/examples/cpe/ uimaj-examples/src/main/java/org/apache/uima/examples/flow/*.java /usr/share/uima/examples/src/org/apache/uima/examples/flow/ uimaj-examples/src/main/java/org/apache/uima/examples/package.html /usr/share/uima/examples/src/org/apache/uima/examples/ uimaj-examples/src/main/java/org/apache/uima/examples/tokenizer/*.java /usr/share/uima/examples/src/org/apache/uima/examples/tokenizer/ uimaj-examples/src/main/java/org/apache/uima/examples/xmi/* /usr/share/uima/examples/src/org/apache/uima/examples/xmi/ uimaj-examples/src/main/resources/GovernmentTitlePatterns.dat /usr/share/uima/examples/resources/ uimaj-examples/src/main/resources/org/apache/uima/examples/SourceDocumentInformation.xml /usr/share/uima/examples/resources/ uimaj-examples/src/main/resources/org/apache/uima/examples/cas/RegExAnnotator_Messages.properties /usr/share/uima/examples/resources/ uimaj-examples/src/main/resources/org/apache/uima/examples/casMultiplier/ExampleCasMultiplierMessages.properties /usr/share/uima/examples/resources/ debian/orig-tar.sh0000755000000000000000000000055512137513403011255 0ustar #!/bin/sh -e # $2 version # $3 original tarball ZIP=$3 TAR=uimaj_$2.orig.tar.gz DIR=uimaj-$2 # clean up the upstream tarball unzip $ZIP GZIP=--best tar -c -z -f $TAR -X debian/orig-tar.exclude $DIR rm -rf $DIR rm $3 # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi exit 0 debian/uima-doc.doc-base-old.tools0000644000000000000000000000052412137513403014176 0ustar Document: uima-tools Title: Tools for UIMA Java SDK Author: Apache Software Foundation Abstract: Tools guide for UIMA Java SDK Section: Science/Data Analysis Format: HTML Index: /usr/share/doc/uima/manuals/tools/tools.html Files: /usr/share/doc/uima/manuals/tools/tools.html Format: PDF Files: /usr/share/doc/uima/manuals/tools/tools.pdf debian/uima-doc.doc-base-old.overview0000644000000000000000000000067112137513403014707 0ustar Document: uima-overview Title: Overview and Setup for UIMA Java SDK Author: Apache Software Foundation Abstract: Overview and Setup for UIMA Java SDK Section: Science/Data Analysis Format: HTML Index: /usr/share/doc/uima/manuals/overview_and_setup/overview_and_setup.html Files: /usr/share/doc/uima/manuals/overview_and_setup/overview_and_setup.html Format: PDF Files: /usr/share/doc/uima/manuals/overview_and_setup/overview_and_setup.pdf debian/patches/0000755000000000000000000000000012137513403010614 5ustar debian/patches/script.diff0000644000000000000000000001411212137513403012751 0ustar Description: Set default UIMA_HOME=/usr/share/uima/ in scripts Author: Damien Raude-Morvan Last-Update: 2010-03-21 Forwarded: not-needed --- a/src/main/scripts/adjustExamplePaths.sh +++ b/src/main/scripts/adjustExamplePaths.sh @@ -19,8 +19,7 @@ if [ "$UIMA_HOME" = "" ] then - echo UIMA_HOME environment variable is not set - exit 1 + UIMA_HOME=/usr/share/uima/ fi if [ "$JAVA_HOME" = "" ] --- a/src/main/scripts/annotationViewer.sh +++ b/src/main/scripts/annotationViewer.sh @@ -19,8 +19,7 @@ if [ "$UIMA_HOME" = "" ] then - echo UIMA_HOME environment variable is not set - exit 1 + UIMA_HOME=/usr/share/uima/ fi "$UIMA_HOME/bin/runUimaClass.sh" org.apache.uima.tools.AnnotationViewerMain --- a/src/main/scripts/cpeGui.sh +++ b/src/main/scripts/cpeGui.sh @@ -19,8 +19,7 @@ if [ "$UIMA_HOME" = "" ] then - echo UIMA_HOME environment variable is not set - exit 1 + UIMA_HOME=/usr/share/uima/ fi "$UIMA_HOME/bin/runUimaClass.sh" org.apache.uima.tools.cpm.CpmFrame --- a/src/main/scripts/cvd.sh +++ b/src/main/scripts/cvd.sh @@ -19,8 +19,7 @@ if [ "$UIMA_HOME" = "" ] then - echo UIMA_HOME environment variable is not set - exit 1 + UIMA_HOME=/usr/share/uima/ fi UIMA_CVDMAN="-Duima.tools.cvd.manpath=$UIMA_HOME/docs/d" --- a/src/main/scripts/deploytool.sh +++ b/src/main/scripts/deploytool.sh @@ -19,8 +19,7 @@ if [ "$UIMA_HOME" = "" ] then - echo UIMA_HOME environment variable is not set - exit 1 + UIMA_HOME=/usr/share/uima/ fi "$UIMA_HOME/bin/runUimaClass.sh" org.apache.axis.client.AdminClient -lhttp://localhost:8080/axis/services/AdminService $1 --- a/src/main/scripts/documentAnalyzer.sh +++ b/src/main/scripts/documentAnalyzer.sh @@ -19,8 +19,7 @@ if [ "$UIMA_HOME" = "" ] then - echo UIMA_HOME environment variable is not set - exit 1 + UIMA_HOME=/usr/share/uima/ fi "$UIMA_HOME/bin/runUimaClass.sh" org.apache.uima.tools.docanalyzer.DocumentAnalyzer --- a/src/main/scripts/ibmUimaToApacheUima.sh +++ b/src/main/scripts/ibmUimaToApacheUima.sh @@ -19,8 +19,7 @@ if [ "$UIMA_HOME" = "" ] then - echo UIMA_HOME environment variable is not set - exit 1 + UIMA_HOME=/usr/share/uima/ fi if [ "$JAVA_HOME" = "" ] --- a/src/main/scripts/jcasgen.sh +++ b/src/main/scripts/jcasgen.sh @@ -19,8 +19,7 @@ if [ "$UIMA_HOME" = "" ] then - echo UIMA_HOME environment variable is not set - exit 1 + UIMA_HOME=/usr/share/uima/ fi if [ $# -ge 1 ] @@ -43,4 +42,4 @@ else "$UIMA_HOME/bin/runUimaClass.sh" $MAIN -jcasgeninput "$firstarg" -jcasgenoutput "$secondarg" fi -fi \ No newline at end of file +fi --- a/src/main/scripts/jcasgen_merge.sh +++ b/src/main/scripts/jcasgen_merge.sh @@ -19,8 +19,7 @@ if [ "$UIMA_HOME" = "" ] then - echo UIMA_HOME environment variable is not set - exit 1 + UIMA_HOME=/usr/share/uima/ fi --- a/src/main/scripts/runAE.sh +++ b/src/main/scripts/runAE.sh @@ -19,8 +19,7 @@ if [ "$UIMA_HOME" = "" ] then - echo UIMA_HOME environment variable is not set - exit 1 + UIMA_HOME=/usr/share/uima/ fi "$UIMA_HOME/bin/runUimaClass.sh" org.apache.uima.tools.RunAE $@ --- a/src/main/scripts/runCPE.sh +++ b/src/main/scripts/runCPE.sh @@ -19,8 +19,7 @@ if [ "$UIMA_HOME" = "" ] then - echo UIMA_HOME environment variable is not set - exit 1 + UIMA_HOME=/usr/share/uima/ fi "$UIMA_HOME/bin/runUimaClass.sh" org.apache.uima.examples.cpe.SimpleRunCPE $@ --- a/src/main/scripts/runPearInstaller.sh +++ b/src/main/scripts/runPearInstaller.sh @@ -19,8 +19,7 @@ if [ "$UIMA_HOME" = "" ] then - echo UIMA_HOME environment variable is not set - exit 1 + UIMA_HOME=/usr/share/uima/ fi "$UIMA_HOME/bin/runUimaClass.sh" org.apache.uima.tools.pear.install.InstallPear --- a/src/main/scripts/runPearMerger.sh +++ b/src/main/scripts/runPearMerger.sh @@ -19,8 +19,7 @@ if [ "$UIMA_HOME" = "" ] then - echo UIMA_HOME environment variable is not set - exit 1 + UIMA_HOME=/usr/share/uima/ fi "$UIMA_HOME/bin/runUimaClass.sh" org.apache.uima.tools.pear.merger.PMController $@ --- a/src/main/scripts/runPearPackager.sh +++ b/src/main/scripts/runPearPackager.sh @@ -19,8 +19,7 @@ if [ "$UIMA_HOME" = "" ] then - echo UIMA_HOME environment variable is not set - exit 1 + UIMA_HOME=/usr/share/uima/ fi "$UIMA_HOME/bin/runUimaClass.sh" org.apache.uima.tools.pear.packager.PearPackager $@ --- a/src/main/scripts/runUimaClass.sh +++ b/src/main/scripts/runUimaClass.sh @@ -19,8 +19,7 @@ if [ "$UIMA_HOME" = "" ] then - echo UIMA_HOME environment variable is not set - exit 1 + UIMA_HOME=/usr/share/uima/ fi # set default ActiveMQ home @@ -37,6 +36,8 @@ fi #Set jar search order of: UIMA_CLASSPATH uima activemq(optional) tomcat(optional) CLASSPATH +# Debian: Include /usr/share/uima/components/, /usr/local/share/uima/components/ and $HOME/.uima/components/ +UIMA_CLASSPATH=$UIMA_CLASSPATH:/usr/share/uima/components/:/usr/local/share/uima/components/:$HOME/.uima/components/ UIMA_CLASSPATH=$UIMA_CLASSPATH:$UIMA_HOME/examples/resources UIMA_CLASSPATH=$UIMA_CLASSPATH:$UIMA_HOME/lib if [ -e "$ACTIVEMQ_HOME" ] --- a/src/main/scripts/setUimaClassPath.sh +++ b/src/main/scripts/setUimaClassPath.sh @@ -19,8 +19,7 @@ if [ "$UIMA_HOME" = "" ] then - echo UIMA_HOME environment variable is not set - exit 1 + UIMA_HOME=/usr/share/uima/ fi LOCAL_SAVED_UIMA_CLASSPATH=$UIMA_CLASSPATH UIMA_CLASSPATH=$UIMA_HOME/examples/resources --- a/src/main/scripts/startVNS.sh +++ b/src/main/scripts/startVNS.sh @@ -19,8 +19,7 @@ if [ "$UIMA_HOME" = "" ] then - echo UIMA_HOME environment variable is not set - exit 1 + UIMA_HOME=/usr/share/uima/ fi if [ "$JAVA_HOME" = "" ] --- a/src/main/scripts/startVinciService.sh +++ b/src/main/scripts/startVinciService.sh @@ -19,8 +19,7 @@ if [ "$UIMA_HOME" = "" ] then - echo UIMA_HOME environment variable is not set - exit 1 + UIMA_HOME=/usr/share/uima/ fi if [ "$1" = "" ]; --- a/src/main/scripts/validateDescriptor.sh +++ b/src/main/scripts/validateDescriptor.sh @@ -19,8 +19,7 @@ if [ "$UIMA_HOME" = "" ] then - echo UIMA_HOME environment variable is not set - exit 1 + UIMA_HOME=/usr/share/uima/ fi "$UIMA_HOME/bin/runUimaClass.sh" org.apache.uima.tools.ValidateDescriptor $@ debian/patches/java7-compat.diff0000644000000000000000000001204512137513403013741 0ustar Description: Fix compat with Java 7: Force usage of org.apache.uima.cas.Type instead of new Type inner class in java.awt.Window. Author: Damien Raude-Morvan --- a/uimaj-tools/src/main/java/org/apache/uima/tools/cvd/AnnotationDisplayCustomizationFrame.java +++ b/uimaj-tools/src/main/java/org/apache/uima/tools/cvd/AnnotationDisplayCustomizationFrame.java @@ -336,17 +336,17 @@ private TreeModel createTreeModel(TypeSystem ts) { String typeName = CAS.TYPE_NAME_ANNOTATION; DefaultMutableTreeNode node = new DefaultMutableTreeNode(typeName); - Type type = ts.getType(typeName); + org.apache.uima.cas.Type type = ts.getType(typeName); addChildren(node, type, ts); DefaultTreeModel treeModel = new DefaultTreeModel(node); return treeModel; } @SuppressWarnings("unchecked") - private static void addChildren(DefaultMutableTreeNode node, Type type, TypeSystem ts) { - List dtrs = ts.getDirectSubtypes(type); + private static void addChildren(DefaultMutableTreeNode node, org.apache.uima.cas.Type type, TypeSystem ts) { + List dtrs = ts.getDirectSubtypes(type); DefaultMutableTreeNode dtrNode; - Type dtrType; + org.apache.uima.cas.Type dtrType; for (int i = 0; i < dtrs.size(); i++) { dtrType = dtrs.get(i); dtrNode = new DefaultMutableTreeNode(dtrType.getName()); --- a/uimaj-tools/src/main/java/org/apache/uima/tools/cvd/MainFrame.java +++ b/uimaj-tools/src/main/java/org/apache/uima/tools/cvd/MainFrame.java @@ -1654,12 +1654,12 @@ } @SuppressWarnings("unchecked") - private DefaultMutableTreeNode createTypeTree(Type type, TypeSystem ts, String label, + private DefaultMutableTreeNode createTypeTree(org.apache.uima.cas.Type type, TypeSystem ts, String label, FSIndexRepository ir) { int size = ir.getIndex(label, type).size(); TypeTreeNode typeNode = new TypeTreeNode(type, label, size); DefaultMutableTreeNode node = new DefaultMutableTreeNode(typeNode); - List types = ts.getDirectSubtypes(type); + List types = ts.getDirectSubtypes(type); final int max = types.size(); for (int i = 0; i < max; i++) { if (ir.getIndex(label, types.get(i)) == null) { --- a/uimaj-tools/src/main/java/org/apache/uima/tools/cvd/tsview/MainFrame.java +++ b/uimaj-tools/src/main/java/org/apache/uima/tools/cvd/tsview/MainFrame.java @@ -69,7 +69,7 @@ if (node == null) { return; } - Type t = (Type) node.getUserObject(); + org.apache.uima.cas.Type t = (org.apache.uima.cas.Type) node.getUserObject(); if (t != null) { MainFrame.this.selectedType = t; updateFeatureTable(); @@ -79,7 +79,7 @@ TypeSystem ts = null; - private Type selectedType; + private org.apache.uima.cas.Type selectedType; private JTable featureTable = null; @@ -181,12 +181,12 @@ ((FeatureTableModel) this.featureTable.getModel()).setType(this.selectedType); } - private DefaultMutableTreeNode createTypeTree(Type type) { + private DefaultMutableTreeNode createTypeTree(org.apache.uima.cas.Type type) { DefaultMutableTreeNode node = new DefaultMutableTreeNode(type); List types = this.ts.getDirectSubtypes(type); final int max = types.size(); for (int i = 0; i < max; i++) { - DefaultMutableTreeNode child = createTypeTree((Type) types.get(i)); + DefaultMutableTreeNode child = createTypeTree((org.apache.uima.cas.Type) types.get(i)); node.add(child); } return node; @@ -198,11 +198,11 @@ } DefaultMutableTreeNode rootNode = (DefaultMutableTreeNode) this.typeTree.getModel().getRoot(); rootNode.removeAllChildren(); - Type top = this.ts.getTopType(); + org.apache.uima.cas.Type top = this.ts.getTopType(); rootNode.setUserObject(top); List types = this.ts.getDirectSubtypes(top); for (int i = 0; i < types.size(); i++) { - rootNode.add(createTypeTree((Type) types.get(i))); + rootNode.add(createTypeTree((org.apache.uima.cas.Type) types.get(i))); } DefaultTreeModel model = (DefaultTreeModel) this.typeTree.getModel(); // 1.3 compatability hack. --- a/uimaj-tools/src/main/java/org/apache/uima/tools/docanalyzer/DocumentAnalyzer.java +++ b/uimaj-tools/src/main/java/org/apache/uima/tools/docanalyzer/DocumentAnalyzer.java @@ -1192,12 +1192,12 @@ if (outputs[j].isType()) { outputTypeList.add(outputs[j].getName()); // also add subsumed types - Type t = currentTypeSystem.getType(outputs[j].getName()); + org.apache.uima.cas.Type t = currentTypeSystem.getType(outputs[j].getName()); if (t != null) { List subsumedTypes = currentTypeSystem.getProperlySubsumedTypes(t); Iterator it = subsumedTypes.iterator(); while (it.hasNext()) { - outputTypeList.add(((Type) it.next()).getName()); + outputTypeList.add(((org.apache.uima.cas.Type) it.next()).getName()); } } } debian/patches/series0000644000000000000000000000021112137513403012023 0ustar modules.diff script.diff disable_ecore.diff #docbook_tool.diff build-helper-version.diff disable_internal_javadoc.diff java7-compat.diff debian/patches/build-helper-version.diff0000644000000000000000000000067512137513403015515 0ustar --- a/uimaj-core/pom.xml +++ b/uimaj-core/pom.xml @@ -156,6 +156,12 @@ 1.5 + parse-version + + parse-version + + + addVersionSrc add-source debian/patches/docbook_tool.diff0000644000000000000000000001376412137513403014136 0ustar Description: uima-docbooks & tools: fix classpath and use system wide fop / saxon / docbook-xsl Author: Damien Raude-Morvan Last-Update: 2010-04-05 Forwarded: not-needed --- a/uima-docbook-tool/build/build-docbook.xml +++ b/uima-docbook-tool/build/build-docbook.xml @@ -91,8 +91,8 @@ - - + + - - - - + + + + + + + + + + make-temp-dir"> @@ -204,4 +210,4 @@ - \ No newline at end of file + --- a/uima-docbooks/src/styles/top/html-single.xsl +++ b/uima-docbooks/src/styles/top/html-single.xsl @@ -28,7 +28,7 @@ and their href strings must be literal (no variables allowed) --> - + --- a/uima-docbooks/src/styles/top/pdf.xsl +++ b/uima-docbooks/src/styles/top/pdf.xsl @@ -28,7 +28,7 @@ and their href strings must be literal (no variables allowed) --> - + --- a/uima-docbook-tool/catalog/docbook.version_4.5/xml-catalog.xml +++ b/uima-docbook-tool/catalog/docbook.version_4.5/xml-catalog.xml @@ -27,18 +27,18 @@ + rewritePrefix="/usr/share/xml/docbook/schema/dtd/4.5/"/> + rewritePrefix="/usr/share/xml/docbook/stylesheet/docbook-xsl/"/> + catalog="/usr/share/xml/docbook/schema/dtd/4.5/catalog.xml"/> + rewritePrefix="/usr/share/xml/docbook/stylesheet/docbook-xsl/"/> --- a/uima-docbook-tool/build/process-one-book.xml +++ b/uima-docbook-tool/build/process-one-book.xml @@ -125,14 +125,15 @@ - - + + + - + @@ -235,4 +236,4 @@ - \ No newline at end of file + debian/patches/disable_ecore.diff0000644000000000000000000000252612137513403014233 0ustar Description: uima-examples: disable ecore (Eclipse EMF) by using "excludes" parameter of maven-compiler-plugin Author: Damien Raude-Morvan Last-Update: 2010-04-05 Forwared: not-needed --- a/uimaj-examples/pom.xml +++ b/uimaj-examples/pom.xml @@ -83,7 +83,8 @@ uimaj-tools ${project.parent.version} compile - + + uima-examples @@ -124,7 +126,18 @@ - + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + **/org/apache/uima/examples/xmi/**.java + + + debian/patches/modules.diff0000644000000000000000000000322412137513403013117 0ustar Description: Disable some modules: - eclipse-plugin-superPom - distr-superPom Author: Damien Raude-Morvan Last-Update: 2010-03-21 Forwarded: not-needed --- a/aggregate-uimaj-eclipse-plugins/pom.xml +++ b/aggregate-uimaj-eclipse-plugins/pom.xml @@ -60,6 +60,7 @@ + --- a/aggregate-uimaj/pom.xml +++ b/aggregate-uimaj/pom.xml @@ -68,7 +68,6 @@ ../uimaj-test-util ../uimaj-component-test-util ../jVinci - ../aggregate-uimaj-eclipse-plugins ../aggregate-uimaj-docbooks ../uimaj-document-annotation @@ -79,4 +78,4 @@ ../uimaj-bootstrap - \ No newline at end of file + --- a/pom.xml +++ b/pom.xml @@ -108,6 +108,7 @@ uimaj-tools ${project.version} + debian/patches/disable_internal_javadoc.diff0000644000000000000000000000137712137513403016444 0ustar --- a/pom.xml +++ b/pom.xml @@ -169,8 +169,8 @@ javadocs-distr - prepare-package - + + deploy javadoc debian/uima-utils.README.Debian0000644000000000000000000000060112137513403013313 0ustar UIMA in Debian ============== To ease user and system's administrator work, we set "org.apache.uima.jarpath" system property to include the following directories: * /usr/share/uima/components/ * /usr/local/share/uima/components/ * $HOME/.uima/components/ This will allow UIMA to include every JAR in those directories directly in its classpath (for PEAR components for examples). debian/libuima-core-java.poms0000644000000000000000000000665712137513403013372 0ustar # List of POM files for the package # Format of this file is: # [option]* # where option can be: # --ignore: ignore this POM or # --no-parent: remove the tag from the POM # --package=: an alternative package to use when installing this POM # and its artifact # --has-package-version: to indicate that the original version of the POM is the same as the upstream part # of the version for the package. # --keep-elements=: a list of XML elements to keep in the POM # during a clean operation with mh_cleanpom or mh_installpom # --artifact=: path to the build artifact associated with this POM, # it will be installed when using the command mh_install # --java-lib: install the jar into /usr/share/java to comply with Debian # packaging guidelines # --usj-name=: name to use when installing the library in /usr/share/java # --usj-version=: version to use when installing the library in /usr/share/java # --no-usj-versionless: don't install the versionless link in /usr/share/java # --dest-jar=: the destination for the real jar # it will be installed with mh_install. # --classifier=: Optional, the classifier for the jar. Empty by default. # --ignore-pom: don't install the POM with mh_install or mh_installpoms. To use with POM files that are created # temporarily for certain artifacts such as Javadoc jars. uimaj-parent/pom.xml --no-parent --has-package-version pom.xml --has-package-version aggregate-uimaj/pom.xml --has-package-version aggregate-uimaj-docbooks/pom.xml --has-package-version uimaj-core/pom.xml --has-package-version --java-lib --artifact=uimaj-core/target/uima-core.jar uimaj-test-util/pom.xml --has-package-version --java-lib --artifact=uimaj-test-util/target/uimaj-test-util-*.jar uimaj-component-test-util/pom.xml --has-package-version --java-lib --artifact=uimaj-component-test-util/target/uimaj-component-test-util-*.jar uimaj-adapter-soap/pom.xml --has-package-version --package=libuima-adapter-soap-java --java-lib --artifact=uimaj-adapter-soap/target/uima-adapter-soap.jar uimaj-adapter-vinci/pom.xml --has-package-version --package=libuima-adapter-vinci-java --java-lib --artifact=uimaj-adapter-vinci/target/uima-adapter-vinci.jar uimaj-cpe/pom.xml --has-package-version --package=libuima-cpe-java --java-lib --artifact=uimaj-cpe/target/uima-cpe.jar uimaj-document-annotation/pom.xml --has-package-version --package=libuima-document-annotation-java --java-lib --artifact=uimaj-document-annotation/target/uima-document-annotation.jar uimaj-tools/pom.xml --has-package-version --package=libuima-tools-java --java-lib --artifact=uimaj-tools/target/uima-tools.jar uimaj-bootstrap/pom.xml --has-package-version --package=libuima-tools-java --java-lib --artifact=uimaj-bootstrap/target/uimaj-bootstrap-$(VERSION).jar PearPackagingMavenPlugin/pom.xml --has-package-version --package=libuima-tools-java --java-lib --artifact=PearPackagingMavenPlugin/target/uima-pear-maven-plugin.jar jVinci/pom.xml --has-package-version --package=libuima-vinci-java --java-lib --artifact=jVinci/target/jVinci.jar uimaj-examples/pom.xml --has-package-version --package=uima-examples --java-lib --artifact=uimaj-examples/target/uima-examples.jar uima-docbook-overview-and-setup/pom.xml --ignore-pom uima-docbook-references/pom.xml --ignore-pom uima-docbook-tools/pom.xml --ignore-pom uima-docbook-tutorials-and-users-guides/pom.xml --ignore-pom debian/source/0000755000000000000000000000000012137513403010465 5ustar debian/source/format0000644000000000000000000000001412137513403011673 0ustar 3.0 (quilt) debian/uima-doc.links0000644000000000000000000000050312137513403011723 0ustar /usr/share/doc/uima/manuals/css /usr/share/doc/uima/manuals/overview_and_setup/css /usr/share/doc/uima/manuals/css /usr/share/doc/uima/manuals/references/css /usr/share/doc/uima/manuals/css /usr/share/doc/uima/manuals/tools/css /usr/share/doc/uima/manuals/css /usr/share/doc/uima/manuals/tutorials_and_users_guides/css