diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2015-02-12 16:59:35 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2015-02-13 10:01:56 +0100 |
commit | e876fb13a14f70ee0901fa609a5efd8878ae2949 (patch) | |
tree | 92f5fa754bc01875ee48cd6bbd1ddf6f0469883b /sonar-application/assembly.xml | |
parent | bd4b14c25abce830d074b4d302cf5b3bda1b1a08 (diff) | |
download | sonarqube-e876fb13a14f70ee0901fa609a5efd8878ae2949.tar.gz sonarqube-e876fb13a14f70ee0901fa609a5efd8878ae2949.zip |
SONAR-6110 Drop support files for Linux PPC 64
Diffstat (limited to 'sonar-application/assembly.xml')
-rw-r--r-- | sonar-application/assembly.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sonar-application/assembly.xml b/sonar-application/assembly.xml index f2578a18dc5..42c02c0dd81 100644 --- a/sonar-application/assembly.xml +++ b/sonar-application/assembly.xml @@ -58,9 +58,6 @@ <scope>provided</scope> </dependencySet> - - - <dependencySet> <outputDirectory>lib/search</outputDirectory> <useProjectArtifact>false</useProjectArtifact> @@ -165,6 +162,8 @@ <exclude>**/*.bat</exclude> <exclude>**/sample*/**</exclude> <exclude>**/macosx-universal-32/**</exclude> + <!-- SONAR-6110 - Drop support files for Linux PPC 64 --> + <exclude>**/linux-ppc-64/**</exclude> </excludes> </unpackOptions> <fileMode>0755</fileMode> |