You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stanbol.apache.org by Rupert Westenthaler <ru...@gmail.com> on 2011/06/22 07:13:36 UTC

Fwd: svn commit: r1138302 - /incubator/stanbol/trunk/defaultdata/pom.xml

Hi Olivier,

can you pleas update the defaultdata bundle on the Nuxeo Maven Server,
because my work on STANBOL-234 and STANBOL-235 needs this updated
bundle with the additional header fields.
Committing this before this bundle is available would break the built.

best
Rupert Westenthaler


---------- Forwarded message ----------
From:  <rw...@apache.org>
Date: Wed, Jun 22, 2011 at 7:05 AM
Subject: svn commit: r1138302 - /incubator/stanbol/trunk/defaultdata/pom.xml
To: stanbol-commits@incubator.apache.org


Author: rwesten
Date: Wed Jun 22 05:05:37 2011
New Revision: 1138302

URL: http://svn.apache.org/viewvc?rev=1138302&view=rev
Log:
STANBOL-234: Adds the "Data-Files" and "Data-Files-Priority" header to
the defaultdata bundle so that the resources of this Bundle are
available via the DataFileProvider.
This also upgrates the version from "0.0.1" to "0.0.2"

Modified:
   incubator/stanbol/trunk/defaultdata/pom.xml

Modified: incubator/stanbol/trunk/defaultdata/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/defaultdata/pom.xml?rev=1138302&r1=1138301&r2=1138302&view=diff
==============================================================================
--- incubator/stanbol/trunk/defaultdata/pom.xml (original)
+++ incubator/stanbol/trunk/defaultdata/pom.xml Wed Jun 22 05:05:37 2011
@@ -14,7 +14,7 @@
    See also:
    https://issues.apache.org/jira/browse/OPENNLP-68
  -->
-  <version>0.0.1</version>
+  <version>0.0.2</version>
  <packaging>bundle</packaging>

  <name>Apache Stanbol Default Data</name>
@@ -56,6 +56,20 @@
            <Export-Package>
              org.apache.stanbol.defaultdata.opennlp;version="${pom.version}"
            </Export-Package>
+            <!--
+              Extension used to provide files in that directory to the
+              DataFileProvider
+              -->
+            <Data-Files>
+              org/apache/stanbol/defaultdata/opennlp
+            </Data-Files>
+            <!--
+              Use a priority lower than 0 to allow providers without a
+              defined ranking to override this default data.
+             -->
+            <Data-Files-Priority>
+              -100
+            </Data-Files-Priority>
          </instructions>
        </configuration>
      </plugin>





-- 
| Rupert Westenthaler             rupert.westenthaler@gmail.com
| Bodenlehenstraße 11                             ++43-699-11108907
| A-5500 Bischofshofen

Re: svn commit: r1138302 - /incubator/stanbol/trunk/defaultdata/pom.xml

Posted by Rupert Westenthaler <ru...@gmail.com>.
On Wed, Jun 22, 2011 at 11:37 AM, Olivier Grisel
<ol...@ensta.org> wrote:
>
> Done. You did not include the English pos tagger and chunker models
> that you will probably require in the future though. We will have to
> do a 0.1.0 bundle at that point.
>
Thanks. You are write This additional models will be needed. However I
think we could also create own bundles for
different languages. Especially for languages other than English.

best
Rupert

-- 
| Rupert Westenthaler             rupert.westenthaler@gmail.com
| Bodenlehenstraße 11                             ++43-699-11108907
| A-5500 Bischofshofen

Re: svn commit: r1138302 - /incubator/stanbol/trunk/defaultdata/pom.xml

Posted by Olivier Grisel <ol...@ensta.org>.
2011/6/22 Rupert Westenthaler <ru...@gmail.com>:
> Hi Olivier,
>
> can you pleas update the defaultdata bundle on the Nuxeo Maven Server,
> because my work on STANBOL-234 and STANBOL-235 needs this updated
> bundle with the additional header fields.
> Committing this before this bundle is available would break the built.

Done. You did not include the English pos tagger and chunker models
that you will probably require in the future though. We will have to
do a 0.1.0 bundle at that point.

-- 
Olivier
http://twitter.com/ogrisel - http://github.com/ogrisel