aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaria Odea B. Ching <oching@apache.org>2009-05-20 07:20:56 +0000
committerMaria Odea B. Ching <oching@apache.org>2009-05-20 07:20:56 +0000
commit1cc84d7fdc03fda552ac9c16299df2c59bc78b0c (patch)
tree15bddb1424732ef18a9067078755c0f96c687fc5
parent135e4e7c1568551a7128cb075970ede30d92cb05 (diff)
downloadarchiva-1cc84d7fdc03fda552ac9c16299df2c59bc78b0c.tar.gz
archiva-1cc84d7fdc03fda552ac9c16299df2c59bc78b0c.zip
[MRM-1157]
o added back identifier fields in archiva model git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@776598 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--archiva-modules/archiva-base/archiva-model/src/main/mdo/archiva-base.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/archiva-modules/archiva-base/archiva-model/src/main/mdo/archiva-base.xml b/archiva-modules/archiva-base/archiva-model/src/main/mdo/archiva-base.xml
index f8bfa38c4..87efdb007 100644
--- a/archiva-modules/archiva-base/archiva-model/src/main/mdo/archiva-base.xml
+++ b/archiva-modules/archiva-base/archiva-model/src/main/mdo/archiva-base.xml
@@ -1449,6 +1449,7 @@
<fields>
<field stash.maxSize="250">
<name>name</name>
+ <identifier>true</identifier>
<version>1.0.0+</version>
<description><![CDATA[The full name of the organization.]]></description>
<type>String</type>
@@ -1543,6 +1544,7 @@
<fields>
<field stash.maxSize="250">
<name>url</name>
+ <identifier>true</identifier>
<version>1.0.0+</version>
<description><![CDATA[URL for the issue management system used by the project.]]></description>
<type>String</type>
@@ -1571,6 +1573,7 @@
<field stash.maxSize="250">
<name>url</name>
<version>1.0.0+</version>
+ <identifier>true</identifier>
<description>
<![CDATA[URL for the continuous integration system used by the project if it has a web interface.]]></description>
<type>String</type>
@@ -1604,6 +1607,7 @@
<fields>
<field stash.maxSize="250">
<name>email</name>
+ <identifier>true</identifier>
<version>1.0.0+</version>
<description><![CDATA[The email address of the individual.]]></description>
<type>String</type>