Skip to content

Commit

Permalink
Don't respecify defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Aug 24, 2010
1 parent 4f77b7a commit 2cf09ab
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 27 deletions.
3 changes: 0 additions & 3 deletions examples/jsf/login/pom.xml
Expand Up @@ -70,9 +70,6 @@
<profiles>
<profile>
<id>ftest-jboss-remote-60</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
Expand Down
7 changes: 0 additions & 7 deletions examples/jsf/numberguess/pom.xml
Expand Up @@ -542,10 +542,6 @@
<!-- functional tests -->
<profile>
<id>ftest-jboss-remote-60</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>

<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -573,9 +569,6 @@
</profile>
<profile>
<id>ftest-jboss-cluster-60</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
Expand Down
3 changes: 0 additions & 3 deletions examples/jsf/pastecode/pom.xml
Expand Up @@ -179,9 +179,6 @@
<profiles>
<profile>
<id>ftest-jboss-remote-60</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
Expand Down
3 changes: 0 additions & 3 deletions examples/jsf/permalink/pom.xml
Expand Up @@ -365,9 +365,6 @@
</profile>
<profile>
<id>ftest-jboss-remote-60</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
Expand Down
4 changes: 0 additions & 4 deletions examples/jsf/translator/ear/pom.xml
Expand Up @@ -59,10 +59,6 @@
<profiles>
<profile>
<id>ftest-jboss-remote-60</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>

<build>
<plugins>
<plugin>
Expand Down
7 changes: 0 additions & 7 deletions examples/pom.xml
Expand Up @@ -206,10 +206,6 @@
<profiles>
<profile>
<id>ftest-jboss-remote-60</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>

<properties>
<ftest.testsuite>jboss5x.xml</ftest.testsuite>
</properties>
Expand Down Expand Up @@ -440,9 +436,6 @@
<!-- PROFILE USED TO RUN CLUSTERING FTESTS ON JBOSS AS 6.0.* -->
<profile>
<id>ftest-jboss-cluster-60</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>

<properties>
<ftest.testsuite>jboss6x-cluster.xml</ftest.testsuite>
Expand Down

0 comments on commit 2cf09ab

Please sign in to comment.