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>