debian/0000755000000000000000000000000012214762057007174 5ustar debian/maven.cleanIgnoreRules0000644000000000000000000000172412214160176013463 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.maven.plugins maven-deploy-plugin * * * * org.codehaus.mojo xmlbeans-maven-plugin * * * * org.codehaus.mojo javacc-maven-plugin * * * * debian/maven.ignoreRules0000644000000000000000000000442112214160176012515 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/ bsf bsf * * * * commons-jxpath commons-jxpath * * * * org.apache.geronimo.specs geronimo-stax-api_1.0_spec * * * * org.apache.lucene lucene-core * * * * org.apache.lucene lucene-highlighter * * * * org.apache.lucene lucene-memory * * * * org.apache.lucene lucene-snowball * * * * org.apache.maven.plugins maven-deploy-plugin * * * * org.apache.solr solr-core * * * * org.apache.solr solr-solrj * * * * org.apache.tika tika-core * * * * org.apache.tika tika-parsers * * * * org.easymock easymockclassextension * * * * org.eclipse.emf common * * * * org.eclipse.emf ecore * * * * org.eclipse.emf.ecore xmi * * * * org.apache.uima uimaj-ep-runtime * * * * # OSGI modules org.apache.uima BSFAnnotator-osgi * * * * org.apache.uima ConceptMapper-osgi * * * * org.apache.uima ConfigurableFeatureExtractor-osgi * * * * org.apache.uima DictionaryAnnotator-osgi * * * * org.apache.uima Lucas-osgi * * * * org.apache.uima OpenCalaisAnnotator-osgi * * * * org.apache.uima RegularExpressionAnnotator-osgi * * * * org.apache.uima SnowballAnnotator-osgi * * * * org.apache.uima Solrcas-osgi * * * * org.apache.uima Tagger-osgi * * * * org.apache.uima TikaAnnotator-osgi * * * * org.apache.uima WhitespaceTokenizer-osgi * * * * org.apache.uima alchemy-annotator-osgi * * * * # Ignore unbuilt modules org.apache.uima alchemy-annotator * * * * org.apache.uima BSFAnnotator * * * * org.apache.uima ConfigurableFeatureExtractor * * * * org.apache.uima Lucas * * * * org.apache.uima OpenCalaisAnnotator * * * * org.apache.uima Solrcas * * * * org.apache.uima TikaAnnotator * * * * debian/maven.publishedRules0000644000000000000000000000164212214160176013213 0ustar # Maven published rules - additional rules to publish, to help # the packaging work of Debian maintainers using mh_make # 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/ debian/maven.rules0000644000000000000000000000431312214160176011351 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/ org.apache.uima uimaj pom 2.3.1 * * log4j log4j jar s/1\.2\..*/1.2.x/ * * junit junit jar s/.*/4\.x/ * * commons-logging s/commons-logging-api/commons-logging/ * s/.*/debian/ * * s/ant/org.apache.ant/ * * s/.*/debian/ * * org.mortbay.jetty * * s/6\..*/6.x/ * * javax.servlet servlet-api jar s/.*/2.5/ * * s/org.apache.tomcat/javax.servlet/ servlet-api jar s/.*/2.5/ * * org.apache.uima BSFAnnotator jar s/.*/debian/ * * org.apache.uima ConceptMapper jar s/.*/debian/ * * org.apache.uima ConfigurableFeatureExtractor jar s/.*/debian/ * * org.apache.uima DictionaryAnnotator jar s/.*/debian/ * * org.apache.uima FsVariables jar s/.*/debian/ * * org.apache.uima Lucas jar s/.*/debian/ * * org.apache.uima OpenCalaisAnnotator jar s/.*/debian/ * * org.apache.uima PearPackagingAntTask jar s/.*/debian/ * * org.apache.uima RegularExpressionAnnotator jar s/.*/debian/ * * org.apache.uima SimpleServer jar s/.*/debian/ * * org.apache.uima SnowballAnnotator jar s/.*/debian/ * * org.apache.uima Solrcas jar s/.*/debian/ * * org.apache.uima Tagger jar s/.*/debian/ * * org.apache.uima TikaAnnotator jar s/.*/debian/ * * org.apache.uima WhitespaceTokenizer jar s/.*/debian/ * * org.apache.uima addons-osgi-runtime pom s/.*/debian/ * * org.apache.uima aggregate-addons pom s/.*/debian/ * * org.apache.uima uima-addons-parent pom s/.*/debian/ * * org.apache.uima uima-addons pom s/.*/debian/ * * debian/watch0000644000000000000000000000023512214160176010217 0ustar version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ http://www.apache.org/dist/uima/ \ uima-addons-(.*)-source-release.zip debian debian/orig-tar.sh debian/rules0000755000000000000000000000043212214160176010245 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/maven.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_MAVEN_DOC_TARGET := javadoc:aggregate get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/changelog0000644000000000000000000000127012214160176011040 0ustar uima-addons (2.3.1-3) unstable; urgency=low * Team upload. * Removed the unused dependency on libgoogle-collections-java * Updated Standards-Version to 3.9.4 (no changes) * Use canonical URLs for the Vcs-* fields -- Emmanuel Bourg Wed, 11 Sep 2013 23:27:25 +0200 uima-addons (2.3.1-2) unstable; urgency=low * Add links for uimaj-addons JAR into /usr/share/uima/lib/. * d/copyright: Fix for DEP-5 format compliance. -- Damien Raude-Morvan Sun, 04 Sep 2011 23:22:53 +0200 uima-addons (2.3.1-1) unstable; urgency=low * Initial release (Closes: #631443). -- Damien Raude-Morvan Thu, 01 Sep 2011 23:09:58 +0200 debian/libuima-addons-java.links0000644000000000000000000000142312214160176014037 0ustar /usr/share/java/uima-ConceptMapper.jar /usr/share/uima/lib/uima-ConceptMapper.jar /usr/share/java/uima-DictionaryAnnotator.jar /usr/share/uima/lib/uima-DictionaryAnnotator.jar /usr/share/java/uima-FsVariables.jar /usr/share/uima/lib/uima-FsVariables.jar /usr/share/java/uima-RegularExpressionAnnotator.jar /usr/share/uima/lib/uima-RegularExpressionAnnotator.jar /usr/share/java/uima-SimpleServer.jar /usr/share/uima/lib/uima-SimpleServer.jar /usr/share/java/uima-SnowballAnnotator.jar /usr/share/uima/lib/uima-SnowballAnnotator.jar /usr/share/java/uima-Tagger.jar /usr/share/uima/lib/uima-Tagger.jar /usr/share/java/uima-WhitespaceTokenizer.jar /usr/share/uima/lib/uima-WhitespaceTokenizer.jar debian/patches/0000755000000000000000000000000012214160176010615 5ustar debian/patches/maven_modules.diff0000644000000000000000000000243212214160176014306 0ustar Index: b/pom.xml =================================================================== --- a/pom.xml +++ b/pom.xml @@ -60,21 +60,21 @@ uima-addons-parent - AlchemyAPIAnnotator - BSFAnnotator + + ConceptMapper - ConfigurableFeatureExtractor + DictionaryAnnotator FsVariables - Lucas - OpenCalaisAnnotator + + PearPackagingAntTask RegularExpressionAnnotator SimpleServer SnowballAnnotator - Solrcas + Tagger - TikaAnnotator + WhitespaceTokenizer @@ -159,4 +159,4 @@ - \ No newline at end of file + debian/patches/series0000644000000000000000000000004312214160176012027 0ustar maven_modules.diff httpclient.diff debian/patches/httpclient.diff0000644000000000000000000000151612214160176013630 0ustar Index: b/SimpleServer/src/main/java/org/apache/uima/simpleserver/util/HttpClientUtils.java =================================================================== --- a/SimpleServer/src/main/java/org/apache/uima/simpleserver/util/HttpClientUtils.java +++ b/SimpleServer/src/main/java/org/apache/uima/simpleserver/util/HttpClientUtils.java @@ -44,13 +44,13 @@ url = new URL("http", host, port, file); method = new HttpGet(url.toString()); HttpResponse response = null; - try { + //try { response = httpClient.execute(method); - } catch (InterruptedException e) { + //} catch (InterruptedException e) { // If we get here, something's seriously wrong - e.printStackTrace(); - return null; - } + //e.printStackTrace(); + //return null; + //} return response; } debian/maven.properties0000644000000000000000000000020612214160176012410 0ustar # Include here properties to pass to Maven during the build. maven.test.skip=true maven.compiler.source=1.5 maven.compiler.target=1.5 debian/orig-tar.sh0000755000000000000000000000035612214160176011255 0ustar #!/bin/sh -e # $2 version # $3 original tarball ZIP=$3 TAR=uima-addons_$2.orig.tar.gz DIR=uima-addons-$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 exit 0 debian/source/0000755000000000000000000000000012214160176010466 5ustar debian/source/format0000644000000000000000000000001412214160176011674 0ustar 3.0 (quilt) debian/README.source0000644000000000000000000000044712214160176011352 0ustar Information about uima-addons ------------------------------ This package was debianized using the mh_make command from the maven-debian-helper package. The build system uses Maven but prevents it from downloading anything from the Internet, making the build compliant with the Debian policy. debian/orig-tar.exclude0000644000000000000000000000027312214160176012267 0ustar DictionaryAnnotator/src/test/resources/DictionaryCreatorTest/WhitespaceTokenizer.pear # Serialized files ? Tagger/resources/german/TuebaModel.dat Tagger/resources/english/BrownModel.dat debian/compat0000644000000000000000000000000212214160176010364 0ustar 7 debian/libuima-addons-java-doc.doc-base.api0000644000000000000000000000052712214160176015713 0ustar Document: libuima-addons-java Title: API Javadoc for UIMA-Addons: uima-addons Author: UIMA-Addons: uima-addons developers Abstract: This is the API Javadoc provided for the libuima-addons-java library. Section: Programming Format: HTML Index: /usr/share/doc/libuima-addons-java/api/index.html Files: /usr/share/doc/libuima-addons-java/api/* debian/copyright0000644000000000000000000000101412214160176011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Apache UIMA Addons and Sandbox Upstream-Contact: The Apache Software Foundation Source: http://www.apache.org/dist/uima/ Files: * Copyright: 2011, The Apache Software Foundation License: Apache-2.0 Files: debian/* Copyright: 2011, Damien Raude-Morvan License: Apache-2.0 License: Apache-2.0 On Debian systems you can find the complete text of the Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0' debian/libuima-addons-java-doc.install0000644000000000000000000000007512214160176015132 0ustar target/site/apidocs/* usr/share/doc/libuima-addons-java/api debian/libuima-addons-java.poms0000644000000000000000000000522212214160176013676 0ustar # List of POM files for the package # Format of this file is: # [option]* # where option can be: # --ignore: ignore this POM and its artifact if any # --ignore-pom: don't install the POM. To use on POM files that are created # temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms] # --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. [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. [mh_install] # --classifier=: Optional, the classifier for the jar. Empty by default. # --site-xml=: Optional, the location for site.xml if it needs to be installed. # Empty by default. [mh_install] # uima-addons-parent/pom.xml --no-parent --has-package-version pom.xml --no-parent --has-package-version ConceptMapper/pom.xml --has-package-version --usj-name=uima-ConceptMapper DictionaryAnnotator/pom.xml --has-package-version --usj-name=uima-DictionaryAnnotator FsVariables/pom.xml --has-package-version --usj-name=uima-FsVariables PearPackagingAntTask/pom.xml --has-package-version --usj-name=uima-PearPackagingAntTask RegularExpressionAnnotator/pom.xml --has-package-version --usj-name=uima-RegularExpressionAnnotator SimpleServer/pom.xml --has-package-version --usj-name=uima-SimpleServer SnowballAnnotator/pom.xml --has-package-version --usj-name=uima-SnowballAnnotator Tagger/pom.xml --has-package-version --usj-name=uima-Tagger WhitespaceTokenizer/pom.xml --has-package-version --usj-name=uima-WhitespaceTokenizer AlchemyAPIAnnotator/pom.xml --ignore-pom BSFAnnotator/pom.xml --ignore-pom ConfigurableFeatureExtractor/pom.xml --ignore-pom Lucas/pom.xml --ignore-pom OpenCalaisAnnotator/pom.xml --ignore-pom Solrcas/pom.xml --ignore-pom TikaAnnotator/pom.xml --ignore-pom debian/control0000644000000000000000000000544512214160176010601 0ustar Source: uima-addons Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Damien Raude-Morvan Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4.5) Build-Depends-Indep: libmaven-antrun-plugin-java, libmaven-bundle-plugin-java, libmaven-dependency-plugin-java, ant, bsh, libcommons-io-java, libcommons-logging-java, libhttpclient-java, libjetty-java, liblog4j1.2-java, librhino-java, libservlet2.5-java, libslf4j-java, libuima-core-java, libxmlbeans-java, ant-doc, default-jdk-doc, libcommons-logging-java-doc, libjetty-java-doc, liblog4j1.2-java-doc, libservlet2.5-java-doc, libmaven-javadoc-plugin-java, libxmlbeans-maven-plugin-java (>= 2.3.3-3), libmaven-install-plugin-java, libjavacc-maven-plugin-java Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-java/uima-addons.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/uima-addons.git Homepage: http://uima.apache.org/sandbox.html Package: libuima-addons-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Suggests: libuima-addons-java-doc Description: Apache UIMA Addons 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. . UIMA Addons is a collection of Annotators extracted for sandbox for official distribution. It also provide Simple Server and Pear packaging tools. Package: libuima-addons-java-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${maven:DocDepends} Recommends: ${maven:DocOptionalDepends} Suggests: libuima-addons-java Description: Documentation for Apache UIMA Addons 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. . UIMA Addons is a collection of Annotators extracted for sandbox for official distribution. It also provide Simple Server and Pear packaging tools. . This package contains the API documentation of libuima-addons-java.