src: windows compilation fixes

* fixed msvc compiler error
* updated required jar names
This commit is contained in:
mlangkabel
2017-12-21 12:42:37 +01:00
parent f849c9d01d
commit 30d4e61bb6
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -9,14 +9,13 @@ namespace utility
std::vector<std::string> getRequiredJarNames()
{
std::vector<std::string> jarNames = {
"gradle-tooling-api-4.2.jar",
"java-indexer.jar",
"org.eclipse.core.commands-3.9.0.jar",
"org.eclipse.core.contenttype-3.6.0.jar",
"org.eclipse.core.expressions-3.6.0.jar",
"org.eclipse.core.filesystem-1.7.0.jar",
"org.eclipse.core.jobs-3.9.1.jar",
"org.eclipse.core.jobs-3.9.2.jar",
"org.eclipse.core.resources-3.12.0.jar",
"org.eclipse.core.runtime-3.13.0.jar",
"org.eclipse.equinox.app-1.3.400.jar",