r13484 - in Products.ATVocabularyManager/trunk: . Products/ATVocabularyManager/profiles/default
"Jens W. Klein" <[email protected]> Tue, 22 Feb 2011 11:24:12 +0000
| Newsgroups | gmane.comp.web.zope.plone.archetypes.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jensens
Date: Tue Feb 22 11:24:12 2011
New Revision: 13484
Modified:
Products.ATVocabularyManager/trunk/HISTORY.txt
Products.ATVocabularyManager/trunk/Products/ATVocabularyManager/profiles/default/metadata.xml
Products.ATVocabularyManager/trunk/setup.py
Log:
prefer final release because it just works
Modified: Products.ATVocabularyManager/trunk/HISTORY.txt
==============================================================================
--- Products.ATVocabularyManager/trunk/HISTORY.txt (original)
+++ Products.ATVocabularyManager/trunk/HISTORY.txt Tue Feb 22 11:24:12 2011
@@ -2,10 +2,10 @@
History for Products.ATVocabularyManager
========================================
-unreleased
-==========
+2011-02-22 1.6
+==============
--/-
+* dont fetch version and shortdesc from metadata.xml - this is wrong. [jensens]
2011-02-18 1.6.0a2
==================
Modified: Products.ATVocabularyManager/trunk/Products/ATVocabularyManager/profiles/default/metadata.xml
==============================================================================
--- Products.ATVocabularyManager/trunk/Products/ATVocabularyManager/profiles/default/metadata.xml (original)
+++ Products.ATVocabularyManager/trunk/Products/ATVocabularyManager/profiles/default/metadata.xml Tue Feb 22 11:24:12 2011
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<metadata>
<description>A central pluggable vocabulary library for use within Plone.</description>
- <version>1.6.0a3</version>
+ <version>2</version>
</metadata>
Modified: Products.ATVocabularyManager/trunk/setup.py
==============================================================================
--- Products.ATVocabularyManager/trunk/setup.py (original)
+++ Products.ATVocabularyManager/trunk/setup.py Tue Feb 22 11:24:12 2011
@@ -8,13 +8,8 @@
'Framework :: Plone',
]
-mdfile = os.path.join(os.path.dirname(__file__), 'Products',
- 'ATVocabularyManager', 'profiles', 'default',
- 'metadata.xml')
-metadata = parse(mdfile)
-assert metadata.documentElement.tagName == "metadata"
-version = metadata.getElementsByTagName("version")[0].childNodes[0].data
-shortdesc = metadata.getElementsByTagName("description")[0].childNodes[0].data
+version = '1.6'
+shortdesc = 'Vocabulary library Plone. Central, Pluggable, TTW, with IMS VDEX Support'
readme = open(os.path.join(os.path.dirname(__file__), 'README.txt')).read()
changes = open(os.path.join(os.path.dirname(__file__),
'HISTORY.txt')).read().strip()
@@ -22,13 +17,11 @@
setup(name='Products.ATVocabularyManager',
version=version,
- author='Jens Klein',
- author_email='[email protected]',
- maintainer='Jens Klein',
- maintainer_email='[email protected]',
+ author='BlueDynamics Alliance',
+ author_email='[email protected]',
classifiers=CLASSIFIERS,
- keywords='Plone Vocabulary Manager Zope',
- url='http://plone.org/products/atvocabularymanager',
+ keywords='Plone Vocabulary Manager Zope IMS VDEX Tree Taxonomie Onthology',
+ url='https://svn.plone.org/svn/archetypes/Products.ATVocabularyManager/',
description=shortdesc,
long_description=long_description,
packages=['Products', 'Products.ATVocabularyManager'],
------------------------------------------------------------------------------
Index, Search & Analyze Logs and other IT data in Real-Time with Splunk
Collect, index and harness all the fast moving IT data generated by your
applications, servers and devices whether physical, virtual or in the cloud.
Deliver compliance at lower cost and gain new business insights.
Free Software Download: http://p.sf.net/sfu/splunk-dev2dev