MRM-377 Applied patch submitted by Dawn Angelito. Updated the value attribute of repositoryForm.jspf with the appropriate object fields.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@542496 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maria Odea B. Ching 2007-05-29 11:59:30 +00:00
parent d29e5f02ff
commit 999bd10d0d
1 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
<ww:select list="#@java.util.LinkedHashMap@{'default' : 'Maven 2.x Repository', 'legacy' : 'Maven 1.x Repository'}"
name="repository.layout" label="Type"/>
<ww:textfield name="repository.refreshCronExpression" label="Cron" size="40" required="true" />
<ww:checkbox name="repository.releases" value="previousRepoConfig.releases" label="Releases Included"/>
<ww:checkbox name="repository.snapshots" value="previousRepoConfig.snapshots" label="Snapshots Included"/>
<ww:checkbox name="repository.indexed" value="previousRepoConfig.indexed" label="Scannable"/>
<ww:checkbox name="repository.releases" value="repository.releases" label="Releases Included"/>
<ww:checkbox name="repository.snapshots" value="repository.snapshots" label="Snapshots Included"/>
<ww:checkbox name="repository.indexed" value="repository.indexed" label="Scannable"/>