Fixed AR-451: Display both current version of repo and installed version of repo

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2485 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2006-02-23 16:40:53 +00:00
parent 75fe6196f4
commit d7a8ab1065
10 changed files with 167 additions and 42 deletions

View File

@@ -9,4 +9,12 @@
<sys:versionSchema>${version.schema}</sys:versionSchema>
</sys:descriptor>
<sys:descriptor view:childName="${system.descriptor.current.childname}">
<sys:versionMajor>${version.major}</sys:versionMajor>
<sys:versionMinor>${version.minor}</sys:versionMinor>
<sys:versionRevision>${version.revision}</sys:versionRevision>
<sys:versionLabel>${version.label}</sys:versionLabel>
<sys:versionSchema>${version.schema}</sys:versionSchema>
</sys:descriptor>
</view:view>

View File

@@ -715,6 +715,7 @@
<prop key="version.label">${version.label}</prop>
<prop key="version.schema">${version.schema}</prop>
<prop key="system.descriptor.childname">${system.descriptor.childname}</prop>
<prop key="system.descriptor.current.childname">${system.descriptor.current.childname}</prop>
</props>
</property>
</bean>

View File

@@ -23,7 +23,7 @@
</type>
<type name="sys:descriptor">
<title>Descriptor</title>
<title>Descriptor</title>
<parent>sys:base</parent>
<properties>
<property name="sys:versionMajor">
@@ -44,7 +44,7 @@
<property name="sys:versionSchema">
<type>d:int</type>
<mandatory>true</mandatory>
<default>0</default>
<default>0</default>
</property>
</properties>
</type>

View File

@@ -71,6 +71,7 @@ mail.password=
system.store=system://system
system.descriptor.childname=sys:descriptor
system.descriptor.current.childname=sys:descriptor-current
# User config