Remove double activation tag from pull request #352

This commit is contained in:
Ole Hejlskov 2016-02-04 11:00:46 +01:00
parent 5b83b99549
commit f2f5698a3b

View File

@ -866,7 +866,7 @@
<profile>
<id>enforce-sdk-rules</id>
<activation>
<activation><file><missing>does-not-exist.tmp</missing></file></activation><!-- turn on this profile (by triggering on a file that is not expected to exist) -->
<file><missing>does-not-exist.tmp</missing></file><!-- turn on this profile (by triggering on a file that is not expected to exist) -->
</activation>
<build>
<plugins>