minesweeper/pom.xml
branchteavm
changeset 92 8697860c6af0
parent 91 c20135305ad2
child 94 9aab40420432
     1.1 --- a/minesweeper/pom.xml	Tue Mar 04 09:28:20 2014 +0100
     1.2 +++ b/minesweeper/pom.xml	Tue Mar 04 09:59:53 2014 +0100
     1.3 @@ -134,6 +134,9 @@
     1.4                    <value>bck2brwsr</value>
     1.5                </property>
     1.6            </activation>
     1.7 +          <properties>
     1.8 +              <bck2brwsr>--</bck2brwsr>
     1.9 +          </properties>
    1.10            <build>
    1.11                <plugins>
    1.12                    <plugin>
    1.13 @@ -300,6 +303,9 @@
    1.14        </profile>
    1.15        <profile>
    1.16            <id>teabrwsr</id>
    1.17 +          <properties>
    1.18 +              <teabrwsr>--</teabrwsr>
    1.19 +          </properties>
    1.20            <build>
    1.21                <plugins>
    1.22                    <plugin>