diff --git a/plugin/build/syncDependencies.sh b/plugin/build/syncDependencies.sh index d9a46cc4..2e6ce98a 100755 --- a/plugin/build/syncDependencies.sh +++ b/plugin/build/syncDependencies.sh @@ -19,7 +19,7 @@ if [ ! -f "$manifest_file" ]; then fi # Initialize the Bundle-Classpath entry -bundle_classpath="Bundle-Classpath: target/classes/,\n" +bundle_classpath="Bundle-Classpath: .,\n" # Loop through the JAR files in the dependency directory for jar in "$dependency_dir"/*.jar; do