summaryrefslogtreecommitdiffstats
path: root/sonar-application/assembly.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2017-01-02 11:25:54 +0100
committerJulien HENRY <julien.henry@sonarsource.com>2017-01-02 11:25:54 +0100
commita496a041875a8180e6fda19ce79308a9b8cf647a (patch)
tree04e3eae033900b043b170e655c5520f66597fec9 /sonar-application/assembly.xml
parent0fa4d55b5cbc8a208907deedca21ad70f3fe1df6 (diff)
downloadsonarqube-a496a041875a8180e6fda19ce79308a9b8cf647a.tar.gz
sonarqube-a496a041875a8180e6fda19ce79308a9b8cf647a.zip
Revert "Update comment regarding SCANNERAPI-167 and rename lib/batch by lib/scanner"
This reverts commit 0fa4d55b5cbc8a208907deedca21ad70f3fe1df6.
Diffstat (limited to 'sonar-application/assembly.xml')
-rw-r--r--sonar-application/assembly.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/sonar-application/assembly.xml b/sonar-application/assembly.xml
index bdb5076457e..dc2e1dadf0b 100644
--- a/sonar-application/assembly.xml
+++ b/sonar-application/assembly.xml
@@ -80,9 +80,8 @@
<scope>provided</scope>
</dependencySet>
- <!-- Scanner Engine that is returned by batch/index WS -->
<dependencySet>
- <outputDirectory>lib/scanner</outputDirectory>
+ <outputDirectory>lib/batch</outputDirectory>
<useTransitiveDependencies>false</useTransitiveDependencies>
<includes>
<include>org.sonarsource.sonarqube:sonar-scanner-engine-shaded</include>