mirror of https://github.com/apache/maven.git
o Fixed invalid XML (which was successfully parsed nevertheless?!)
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@729794 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
52c6049ea3
commit
310d6d4172
|
@ -19,38 +19,40 @@ specific language governing permissions and limitations
|
|||
under the License.
|
||||
-->
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>PROFILE-A</id>
|
||||
<activation>
|
||||
<os>
|
||||
<family>winDOWS</family>
|
||||
</os>
|
||||
</activation>
|
||||
<properties>
|
||||
<profileProperty>PASSED</profileProperty>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>PROFILE-B</id>
|
||||
<activation>
|
||||
<os>
|
||||
<family>unIX</family>
|
||||
</os>
|
||||
</activation>
|
||||
<properties>
|
||||
<profileProperty>PASSED</profileProperty>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>PROFILE-C</id>
|
||||
<activation>
|
||||
<os>
|
||||
<family>mAC</family>
|
||||
</os>
|
||||
</activation>
|
||||
<properties>
|
||||
<profileProperty>PASSED</profileProperty>
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
<profilesXml>
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>PROFILE-A</id>
|
||||
<activation>
|
||||
<os>
|
||||
<family>winDOWS</family>
|
||||
</os>
|
||||
</activation>
|
||||
<properties>
|
||||
<profileProperty>PASSED</profileProperty>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>PROFILE-B</id>
|
||||
<activation>
|
||||
<os>
|
||||
<family>unIX</family>
|
||||
</os>
|
||||
</activation>
|
||||
<properties>
|
||||
<profileProperty>PASSED</profileProperty>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>PROFILE-C</id>
|
||||
<activation>
|
||||
<os>
|
||||
<family>mAC</family>
|
||||
</os>
|
||||
</activation>
|
||||
<properties>
|
||||
<profileProperty>PASSED</profileProperty>
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
</profilesXml>
|
||||
|
|
Loading…
Reference in New Issue