data: add java dependencies to repository

* this helps us prevent non-intended software updates which would require changes in code and windows installer
This commit is contained in:
mlangkabel
2019-01-14 10:02:19 +01:00
parent 2bc90c07bf
commit 2d2f8f4f31
22 changed files with 129 additions and 28 deletions
+9 -9
View File
@@ -21,19 +21,19 @@ namespace utility
L"gradle-tooling-api-4.2.jar",
L"java-indexer.jar",
L"org.eclipse.core.commands-3.9.200.jar",
L"org.eclipse.core.contenttype-3.7.100.jar",
L"org.eclipse.core.contenttype-3.7.200.jar",
L"org.eclipse.core.expressions-3.6.200.jar",
L"org.eclipse.core.filesystem-1.7.200.jar",
L"org.eclipse.core.jobs-3.10.100.jar",
L"org.eclipse.core.resources-3.13.100.jar",
L"org.eclipse.core.runtime-3.15.0.jar",
L"org.eclipse.equinox.app-1.3.600.jar",
L"org.eclipse.equinox.common-3.10.100.jar",
L"org.eclipse.core.jobs-3.10.200.jar",
L"org.eclipse.core.resources-3.13.200.jar",
L"org.eclipse.core.runtime-3.15.100.jar",
L"org.eclipse.equinox.app-1.4.0.jar",
L"org.eclipse.equinox.common-3.10.200.jar",
L"org.eclipse.equinox.preferences-3.7.200.jar",
L"org.eclipse.equinox.registry-3.8.100.jar",
L"org.eclipse.equinox.registry-3.8.200.jar",
L"org.eclipse.jdt.core-3.13.102.jar",
L"org.eclipse.osgi-3.13.100.jar",
L"org.eclipse.text-3.7.0.jar",
L"org.eclipse.osgi-3.13.200.jar",
L"org.eclipse.text-3.8.0.jar",
L"slf4j-api-1.7.10.jar",
L"slf4j-simple-1.7.10.jar"
};