Changeset 1286
- Timestamp:
- 09/19/08 06:18:44
- Files:
-
- qPloneComments/trunk/HISTORY.txt (modified) (1 diff)
- qPloneComments/trunk/configure.zcml (modified) (1 diff)
- qPloneComments/trunk/profiles/default/metadata.xml (modified) (1 diff)
- qPloneComments/trunk/version.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneComments/trunk/HISTORY.txt
r1169 r1286 2 2 ========= 3 3 4 3.1.0 - Unreleased 4 3.1.1 - September 19, 2008 5 ------------------ 6 7 - Fixed bug in registration of product also as a package. 8 9 3.1.0 - August 28, 2008 5 10 ------------------ 6 11 qPloneComments/trunk/configure.zcml
r1162 r1286 7 7 8 8 <include package="plone.browserlayer" /> 9 10 <five:registerPackage package="." />11 9 12 10 <cmf:registerDirectory name="skins" directory="skins" recursive="True" /> qPloneComments/trunk/profiles/default/metadata.xml
r1155 r1286 1 1 <?xml version="1.0"?> 2 2 <metadata> 3 <version>3.1 </version>3 <version>3.1.1</version> 4 4 </metadata> qPloneComments/trunk/version.txt
r1160 r1286 1 3.1 1 3.1.1
