Added profile in the main pom.xml to build with JDK 7u55.
Added new NPN module files for JDK 7u55, referencing the new NPN version required by JDK 7u55.
This commit is contained in:
parent
361d8e5bd2
commit
40c82a99ab
|
@ -0,0 +1,9 @@
|
|||
[name]
|
||||
npn-boot
|
||||
|
||||
[files]
|
||||
http://central.maven.org/maven2/org/mortbay/jetty/npn/npn-boot/1.1.7.v20140316/npn-boot-1.1.7.v20140316.jar:lib/npn/npn-boot-1.1.7.v20140316.jar
|
||||
|
||||
[ini-template]
|
||||
--exec
|
||||
-Xbootclasspath/p:lib/npn/npn-boot-1.1.7.v20140316.jar
|
|
@ -0,0 +1,9 @@
|
|||
[name]
|
||||
npn-boot
|
||||
|
||||
[files]
|
||||
http://central.maven.org/maven2/org/mortbay/jetty/npn/npn-boot/1.1.7.v20140316/npn-boot-1.1.7.v20140316.jar:lib/npn/npn-boot-1.1.7.v20140316.jar
|
||||
|
||||
[ini-template]
|
||||
--exec
|
||||
-Xbootclasspath/p:lib/npn/npn-boot-1.1.7.v20140316.jar
|
12
pom.xml
12
pom.xml
|
@ -936,6 +936,18 @@
|
|||
<npn.version>1.1.6.v20130911</npn.version>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>7u55</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>java.version</name>
|
||||
<value>1.7.0_55</value>
|
||||
</property>
|
||||
</activation>
|
||||
<properties>
|
||||
<npn.version>1.1.7.v20140316</npn.version>
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
||||
|
||||
|
|
Loading…
Reference in New Issue