Skip to content

Commit

Permalink
rename profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Aug 3, 2010
1 parent 184ec26 commit 33b834f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions impl/pom.xml
Expand Up @@ -125,9 +125,11 @@

<profiles>
<profile>
<id>default</id>
<id>embedded-tests</id>
<activation>
<activeByDefault>true</activeByDefault>
<property>
<name>!incontainer</name>
</property>
</activation>
<dependencies>
<dependency>
Expand All @@ -139,7 +141,7 @@
</dependencies>
</profile>
<profile>
<id>incontainer</id>
<id>incontainer-tests</id>
<activation>
<property>
<name>incontainer</name>
Expand Down

0 comments on commit 33b834f

Please sign in to comment.