diff --git a/dev-tools.tar.xz b/dev-tools.tar.xz
new file mode 100644
index 0000000..30f2f85
Binary files /dev/null and b/dev-tools.tar.xz differ
diff --git a/lucene-3.6.2-analysis-OSGi-MANIFEST.MF b/lucene-3.6.2-analysis-OSGi-MANIFEST.MF
new file mode 100644
index 0000000..ce0af8d
--- /dev/null
+++ b/lucene-3.6.2-analysis-OSGi-MANIFEST.MF
@@ -0,0 +1,67 @@
+Manifest-Version: 1.0
+Implementation-Vendor: The Apache Software Foundation
+Bundle-Localization: plugin
+X-Compile-Target-JDK: 1.5
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-SymbolicName: org.apache.lucene.analysis
+Require-Bundle: org.apache.lucene.core;bundle-version="[3.6.0,4.0.0)"
+Export-Package: org.apache.lucene.analysis.ar;version="3.6.2",
+ org.apache.lucene.analysis.bg;version="3.6.2",
+ org.apache.lucene.analysis.br;version="3.6.2",
+ org.apache.lucene.analysis.ca;version="3.6.2",
+ org.apache.lucene.analysis.cjk;version="3.6.2",
+ org.apache.lucene.analysis.cn;version="3.6.2",
+ org.apache.lucene.analysis.compound;version="3.6.2",
+ org.apache.lucene.analysis.compound.hyphenation;version="3.6.2",
+ org.apache.lucene.analysis.cz;version="3.6.2",
+ org.apache.lucene.analysis.da;version="3.6.2",
+ org.apache.lucene.analysis.de;version="3.6.2",
+ org.apache.lucene.analysis.el;version="3.6.2",
+ org.apache.lucene.analysis.en;version="3.6.2",
+ org.apache.lucene.analysis.es;version="3.6.2",
+ org.apache.lucene.analysis.eu;version="3.6.2",
+ org.apache.lucene.analysis.fa;version="3.6.2",
+ org.apache.lucene.analysis.fi;version="3.6.2",
+ org.apache.lucene.analysis.fr;version="3.6.2",
+ org.apache.lucene.analysis.gl;version="3.6.2",
+ org.apache.lucene.analysis.hi;version="3.6.2",
+ org.apache.lucene.analysis.hu;version="3.6.2",
+ org.apache.lucene.analysis.hunspell;version="3.6.2",
+ org.apache.lucene.analysis.hy;version="3.6.2",
+ org.apache.lucene.analysis.id;version="3.6.2",
+ org.apache.lucene.analysis.in;version="3.6.2",
+ org.apache.lucene.analysis.it;version="3.6.2",
+ org.apache.lucene.analysis.lv;version="3.6.2",
+ org.apache.lucene.analysis.miscellaneous;version="3.6.2",
+ org.apache.lucene.analysis.ngram;version="3.6.2",
+ org.apache.lucene.analysis.nl;version="3.6.2",
+ org.apache.lucene.analysis.no;version="3.6.2",
+ org.apache.lucene.analysis.path;version="3.6.2",
+ org.apache.lucene.analysis.payloads;version="3.6.2",
+ org.apache.lucene.analysis.position;version="3.6.2",
+ org.apache.lucene.analysis.pt;version="3.6.2",
+ org.apache.lucene.analysis.query;version="3.6.2",
+ org.apache.lucene.analysis.reverse;version="3.6.2",
+ org.apache.lucene.analysis.ro;version="3.6.2",
+ org.apache.lucene.analysis.ru;version="3.6.2",
+ org.apache.lucene.analysis.shingle;version="3.6.2",
+ org.apache.lucene.analysis.sinks;version="3.6.2",
+ org.apache.lucene.analysis.snowball;version="3.6.2",
+ org.apache.lucene.analysis.sv;version="3.6.2",
+ org.apache.lucene.analysis.synonym;version="3.6.2",
+ org.apache.lucene.analysis.th;version="3.6.2",
+ org.apache.lucene.analysis.tr;version="3.6.2",
+ org.apache.lucene.analysis.util;version="3.6.2",
+ org.apache.lucene.analysis.wikipedia;version="3.6.2"
+Bundle-Version: 3.6.2
+Specification-Title: Lucene Search Engine: analyzers
+Specification-Vendor: The Apache Software Foundation
+Bundle-Vendor: fedoraproject.org
+Bundle-Name: Lucene contributed extensions
+Extension-Name: org.apache.lucene
+Implementation-Title: org.apache.lucene
+Import-Package: org.xml.sax;resolution:=optional,
+ javax.xml.parsers;resolution:=optional,
+ org.xml.sax.helpers;resolution:=optional
+Bundle-ManifestVersion: 2
+
diff --git a/lucene-3.6.2-core-OSGi-MANIFEST.MF b/lucene-3.6.2-core-OSGi-MANIFEST.MF
new file mode 100644
index 0000000..4851717
--- /dev/null
+++ b/lucene-3.6.2-core-OSGi-MANIFEST.MF
@@ -0,0 +1,28 @@
+Manifest-Version: 1.0
+Implementation-Vendor: The Apache Software Foundation
+Bundle-Localization: plugin
+X-Compile-Target-JDK: 1.5
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-SymbolicName: org.apache.lucene.core
+Import-Package: javax.management
+Export-Package: org.apache.lucene;version="3.6.2",
+ org.apache.lucene.analysis;version="3.6.2",
+ org.apache.lucene.analysis.standard;version="3.6.2",
+ org.apache.lucene.analysis.standard.std31;version="3.6.2",
+ org.apache.lucene.analysis.tokenattributes;version="3.6.2",
+ org.apache.lucene.collation;version="3.6.2",
+ org.apache.lucene.document;version="3.6.2",
+ org.apache.lucene.index;version="3.6.2",
+ org.apache.lucene.queryParser;version="3.6.2",
+ org.apache.lucene.search;version="3.6.2",
+ org.apache.lucene.search.function;version="3.6.2",
+ org.apache.lucene.search.payloads;version="3.6.2",
+ org.apache.lucene.search.spans;version="3.6.2",
+ org.apache.lucene.store;version="3.6.2",
+ org.apache.lucene.util;version="3.6.2",
+ org.apache.lucene.util.fst;version="3.6.2",
+ org.apache.lucene.util.packed;version="3.6.2"
+Bundle-Version: 3.6.2
+Bundle-Vendor: fedoraproject.org
+Bundle-Name: High-performance, full-featured text search engine
+Bundle-ManifestVersion: 2
\ No newline at end of file
diff --git a/lucene-3.6.2-hamcrest-core.patch b/lucene-3.6.2-hamcrest-core.patch
new file mode 100644
index 0000000..9533469
--- /dev/null
+++ b/lucene-3.6.2-hamcrest-core.patch
@@ -0,0 +1,33 @@
+diff -Nru lucene-3.6.2/build.xml lucene-3.6.2.hamcrest-core/build.xml
+--- lucene-3.6.2/build.xml 2012-04-04 07:32:32.000000000 +0200
++++ lucene-3.6.2.hamcrest-core/build.xml 2015-08-07 17:17:28.683822710 +0200
+@@ -258,6 +258,7 @@
+
+
+
++
+
+
+
+diff -Nru lucene-3.6.2/common-build.xml lucene-3.6.2.hamcrest-core/common-build.xml
+--- lucene-3.6.2/common-build.xml 2012-07-21 19:25:04.000000000 +0200
++++ lucene-3.6.2.hamcrest-core/common-build.xml 2015-08-07 17:17:28.644824541 +0200
+@@ -1004,6 +1004,7 @@
+ windowtitle="${Name} ${version} API"
+ doctitle="@{title}"
+ maxmemory="${javadoc.maxmemory}"
++ additionalparam="-Xdoclint:none"
+ bottom="Copyright © ${year} Apache Software Foundation. All Rights Reserved.">
+
+diff -Nru lucene-3.6.2/test-framework/build.xml lucene-3.6.2.hamcrest-core/test-framework/build.xml
+--- lucene-3.6.2/test-framework/build.xml 2012-04-02 19:06:33.000000000 +0200
++++ lucene-3.6.2.hamcrest-core/test-framework/build.xml 2015-08-07 17:17:28.614825950 +0200
+@@ -28,6 +28,7 @@
+
+
+
++
+
+
+