NIFI-4645 now being very specific to include if not ppc. This closes #2309

This commit is contained in:
joewitt 2017-11-30 13:37:01 -05:00 committed by Matt Gilman
parent 103a345e85
commit 9fdab10c7c
No known key found for this signature in database
GPG Key ID: DF61EC19432AEE37
2 changed files with 4 additions and 6 deletions

View File

@ -534,11 +534,10 @@ language governing permissions and limitations under the License. -->
</dependencies> </dependencies>
<profiles> <profiles>
<profile> <profile>
<id>supportpowerpc</id> <id>includeifnotppc</id>
<activation> <activation>
<os> <os>
<family>unix</family> <arch>!ppc64le</arch>
<arch>ppc</arch>
</os> </os>
</activation> </activation>
<dependencies> <dependencies>

View File

@ -135,11 +135,10 @@
</properties> </properties>
</profile> </profile>
<profile> <profile>
<id>supportpowerpc</id> <id>includeifnotppc</id>
<activation> <activation>
<os> <os>
<family>unix</family> <arch>!ppc64le</arch>
<arch>ppc</arch>
</os> </os>
</activation> </activation>
<modules> <modules>