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: <[email protected]> Date: Wed, Jun 22, 2011 at 7:05 AM Subject: svn commit: r1138302 - /incubator/stanbol/trunk/defaultdata/pom.xml To: [email protected] 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 [email protected] | Bodenlehenstraße 11 ++43-699-11108907 | A-5500 Bischofshofen
