rt/pom.xml
branchjdk8
changeset 1642 c178e0bdce5d
parent 1631 e9cfb1d23abf
child 1689 4440cfbcbee7
     1.1 --- a/rt/pom.xml	Mon Jun 09 22:07:29 2014 +0200
     1.2 +++ b/rt/pom.xml	Wed Jul 16 07:57:22 2014 +0200
     1.3 @@ -19,4 +19,14 @@
     1.4      <module>vmtest</module>
     1.5      <module>aot</module>
     1.6    </modules>
     1.7 +  <profiles>
     1.8 +      <profile>
     1.9 +          <activation>
    1.10 +              <jdk>1.8</jdk>
    1.11 +          </activation>
    1.12 +          <modules>
    1.13 +              <module>vm8</module>
    1.14 +          </modules>
    1.15 +      </profile>
    1.16 +  </profiles>
    1.17  </project>