mirror of https://github.com/apache/archiva.git
work on both jsp 2.0 and 2.1
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@428762 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c39db4fd13
commit
af0ff61f42
|
@ -18,6 +18,6 @@
|
|||
|
||||
<ww:textfield name="name" label="Name" size="50" />
|
||||
<ww:textfield name="directory" label="Directory" size="100" />
|
||||
<c:set var="list">\#{'default' : 'Maven 2.x Repository', 'legacy' : 'Maven 1.x Repository'}</c:set>
|
||||
<ww:select list="${list}" name="layout" label="Type" />
|
||||
<ww:select list="#@java.util.HashMap@{'default' : 'Maven 2.x Repository', 'legacy' : 'Maven 1.x Repository'}"
|
||||
name="layout" label="Type" />
|
||||
<ww:checkbox name="includeSnapshots" fieldValue="true" label="Snapshots Included" />
|
||||
|
|
Loading…
Reference in New Issue