clarified links for dandelion-datatables and migrated to dandelion 0.8.8

This commit is contained in:
Mic 2013-03-20 17:57:07 +08:00
parent df0d048782
commit 0cb2b68eee
2 changed files with 3 additions and 2 deletions

View file

@ -68,7 +68,7 @@
<webjars-bootstrap.version>2.3.0</webjars-bootstrap.version> <webjars-bootstrap.version>2.3.0</webjars-bootstrap.version>
<webjars-jquery-ui.version>1.9.2</webjars-jquery-ui.version> <webjars-jquery-ui.version>1.9.2</webjars-jquery-ui.version>
<webjars-jquery.version>1.9.0</webjars-jquery.version> <webjars-jquery.version>1.9.0</webjars-jquery.version>
<dandelion.datatables.version>0.8.7</dandelion.datatables.version> <dandelion.datatables.version>0.8.8</dandelion.datatables.version>
<mysql.version>5.1.22</mysql.version> <mysql.version>5.1.22</mysql.version>

View file

@ -78,9 +78,10 @@ File -> Import -> Maven -> Existing Maven project
</td> </td>
</tr> </tr>
<tr> <tr>
<td>Dandelion</td> <td>Dandelion-datatables</td>
<td> <td>
<a href="/SpringSource/spring-petclinic/tree/master/src/main/webapp/WEB-INF/jsp/owners/ownersList.jsp">ownersList.jsp</a> <a href="/SpringSource/spring-petclinic/tree/master/src/main/webapp/WEB-INF/jsp/owners/ownersList.jsp">ownersList.jsp</a>
<a href="/SpringSource/spring-petclinic/tree/master/src/main/webapp/WEB-INF/jsp/vets/vetList.jsp">vetList.jsp</a>
<a href="/SpringSource/spring-petclinic/tree/master/src/main/webapp/WEB-INF/web.xml">web.xml</a> <a href="/SpringSource/spring-petclinic/tree/master/src/main/webapp/WEB-INF/web.xml">web.xml</a>
</td> </td>
</tr> </tr>