Skip to main content
summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorkhussey2006-02-24 17:13:31 +0000
committerkhussey2006-02-24 17:13:31 +0000
commit9931446265755d38876e28aae0bbd979012354b2 (patch)
tree146a9b8ea7282a256042567bbebe2cadf56e0b6f /doc
parentb10c3ee3473a009a9e054f13bd4249c42c40ee45 (diff)
downloadorg.eclipse.uml2-9931446265755d38876e28aae0bbd979012354b2.tar.gz
org.eclipse.uml2-9931446265755d38876e28aae0bbd979012354b2.tar.xz
org.eclipse.uml2-9931446265755d38876e28aae0bbd979012354b2.zip
[87260] Making changes required to support build version qualifiers.
Diffstat (limited to 'doc')
-rw-r--r--doc/org.eclipse.uml2.doc-feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/org.eclipse.uml2.doc-feature/feature.xml b/doc/org.eclipse.uml2.doc-feature/feature.xml
index 4efc4514f..c2d52f195 100644
--- a/doc/org.eclipse.uml2.doc-feature/feature.xml
+++ b/doc/org.eclipse.uml2.doc-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.uml2.doc"
label="%feature.label"
- version="2.0.0"
+ version="2.0.0.qualifier"
provider-name="%feature.provider-name"
image="eclipse_update_120.jpg">
@@ -27,6 +27,6 @@
id="org.eclipse.uml2.doc"
download-size="0"
install-size="0"
- version="2.0.0"/>
+ version="0.0.0"/>
</feature>

Back to the top