Removing Webjars

This commit is contained in:
Julien Dubois 2013-03-02 00:19:53 +01:00
parent bb1b399771
commit 2b3ed81a9b
2 changed files with 9556 additions and 2 deletions

View file

@ -16,8 +16,7 @@ PetClinic :: a Spring Framework demonstration
<spring:url value="/resources/css/petclinic.css" var="petclinicCss"/>
<link href="${petclinicCss}" rel="stylesheet"/>
<spring:url value="/webjars/jquery/1.9.0/jquery.js" var="jQuery"/>
<script src="${jQuery}"></script>
<script src="/petclinic/resources/js/jquery.js"></script>
<spring:url value="/webjars/jquery-ui/1.9.2/js/jquery-ui-1.9.2.custom.js" var="jQueryUi"/>
<script src="${jQueryUi}"></script>

9555
src/main/webapp/resources/js/jquery.js vendored Normal file

File diff suppressed because it is too large Load diff