vrfs-360: updated xml.jar in jnlp

This commit is contained in:
Jonathan Kolyer 2013-06-19 09:53:52 -05:00
parent cada9fff95
commit f624f33899
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ class UsersController < ApplicationController
end
xml.resources do
xml.j2se(:version => "1.6+", :href => "http://java.sun.com/products/autodl/j2se")
xml.jar(:href => 'ping.jar', :main => 'true')
xml.jar(:href => 'http://www.jamkazam.com/ping.jar', :main => 'true')
end
xml.tag!('application-desc',
:name => "Ping",