Author: rwesten Date: Mon Jun 4 13:48:50 2012 New Revision: 1345968 URL: http://svn.apache.org/viewvc?rev=1345968&view=rev Log: STANBOL-644: changed the download location for the dbpedia default data index to
http://dev.iks-project.eu/downloads/stanbol-indices/dbpedia_43k.solrindex.zip So now it is hosted on the same server as the OpenNLP models Modified: incubator/stanbol/trunk/data/sites/dbpedia/pom.xml Modified: incubator/stanbol/trunk/data/sites/dbpedia/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/sites/dbpedia/pom.xml?rev=1345968&r1=1345967&r2=1345968&view=diff ============================================================================== --- incubator/stanbol/trunk/data/sites/dbpedia/pom.xml (original) +++ incubator/stanbol/trunk/data/sites/dbpedia/pom.xml Mon Jun 4 13:48:50 2012 @@ -57,7 +57,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <dbpedia.default.index.url>http://www.salzburgresearch.at/~rwesten/stanbol/dbpedia_43k.solrindex.zip</dbpedia.default.index.url> + <dbpedia.default.index.url>http://dev.iks-project.eu/downloads/stanbol-indices/dbpedia_43k.solrindex.zip</dbpedia.default.index.url> <dbpedia.default.path>org/apache/stanbol/data/site/dbpedia/default</dbpedia.default.path> <dbpedia.default.index.path>${dbpedia.default.path}/index</dbpedia.default.index.path> <dbpedia.default.config.path>${dbpedia.default.path}/config</dbpedia.default.config.path>