diff --git a/.idea/libraries/sqlite.xml b/.idea/libraries/sqlite.xml new file mode 100644 index 000000000000..54ed24ede12e --- /dev/null +++ b/.idea/libraries/sqlite.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/build/scripts/libLicenses.gant b/build/scripts/libLicenses.gant index e37ccfb6446c..597590909bc1 100644 --- a/build/scripts/libLicenses.gant +++ b/build/scripts/libLicenses.gant @@ -308,6 +308,7 @@ libraryLicense(name: "Velocity", version: "1.7", license: "Apache 2.0", url: "ht libraryLicense(name: "winp", version: "1.23", license: "MIT", url: "http://java.net/projects/winp", licenseUrl: "http://opensource.org/licenses/mit-license.php") libraryLicense(name: "Xalan", libraryName:"Xalan-2.7.1", version: "2.7.1", license: "Apache 2.0", url: "http://xml.apache.org/xalan-j/", licenseUrl: "http://xml.apache.org/xalan-j/") libraryLicense(name: "Xerces", version: "2.11", license: "Apache 2.0", url: "http://xerces.apache.org/xerces2-j/", licenseUrl: "http://xerces.apache.org/xerces2-j/") +libraryLicense(name: "Xerial SQLite JDBC", libraryName: "sqlite", version: "3.6.20.1", license: "Apache 2.0", url: "https://github.com/xerial/sqlite-jdbc") libraryLicense(name: "XML-RPC", libraryName: "XmlRPC", version: "2.0", license: "Apache 2.0", url: "http://ws.apache.org/xmlrpc/xmlrpc2/", licenseUrl: "http://ws.apache.org/xmlrpc/xmlrpc2/license.html") libraryLicense(name: "XML Commons (xml-apis.jar, resolver.jar)", version: "", license: "Apache 2.0, W3C Software License , public domain", url: "http://xml.apache.org/commons/", licenseUrl: "http://xml.apache.org/commons/licenses.html") libraryLicense(name: "XMLBeans", libraryName: "XmlBeans", version: "2.3.0", license: "Apache 2.0", url: "http://xmlbeans.apache.org/", licenseUrl: "http://svn.jetbrains.org/idea/Trunk/bundled/WebServices/resources/lib/xmlbeans-2.3.0/xmlbeans.LICENSE") diff --git a/lib/required_for_dist.txt b/lib/required_for_dist.txt index 19c275f29735..65aa9a757933 100644 --- a/lib/required_for_dist.txt +++ b/lib/required_for_dist.txt @@ -65,6 +65,7 @@ sanselan-0.98-snapshot.jar SceneBuilderKit-8.1.1.jar serviceMessages.jar snappy-in-java-0.3.1.jar +sqlite-jdbc-3.6.20.1.jar swingx-core-1.6.2.jar slf4j-api-1.7.10.jar slf4j-log4j12-1.7.10.jar diff --git a/lib/sqlite-jdbc-3.6.20.1.jar b/lib/sqlite-jdbc-3.6.20.1.jar new file mode 100644 index 000000000000..442d76b0ef95 Binary files /dev/null and b/lib/sqlite-jdbc-3.6.20.1.jar differ