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>
<profiles>
<profile>
<id>supportpowerpc</id>
<id>includeifnotppc</id>
<activation>
<os>
<family>unix</family>
<arch>ppc</arch>
<arch>!ppc64le</arch>
</os>
</activation>
<dependencies>

View File

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