Author: tv
Date: Wed Aug 10 18:05:06 2011
New Revision: 1156282
URL: http://svn.apache.org/viewvc?rev=1156282&view=rev
Log:
Use maven-2 standards
Added:
commons/proper/jcs/trunk/src/changes/changes.xml
- copied, changed from r1152515,
commons/proper/jcs/trunk/xdocs/changes.xml
Copied: commons/proper/jcs/trunk/src/changes/changes.xml (from r1152515,
commons/proper/jcs/trunk/xdocs/changes.xml)
URL:
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/changes/changes.xml?p2=commons/proper/jcs/trunk/src/changes/changes.xml&p1=commons/proper/jcs/trunk/xdocs/changes.xml&r1=1152515&r2=1156282&rev=1156282&view=diff
==============================================================================
--- commons/proper/jcs/trunk/xdocs/changes.xml (original)
+++ commons/proper/jcs/trunk/src/changes/changes.xml Wed Aug 10 18:05:06 2011
@@ -20,6 +20,16 @@
</properties>
<body>
<release version="2.0" date="unreleased" description="JDK 1.5
based major release">
+ <action dev="tv" type="update">
+ Update build files to make JCS a true Apache Commons
component. The
+ artifact id is now commons-jcs
+ </action>
+ <action dev="tv" type="update">
+ Set UTF-8 encoding on all source files
+ </action>
+ <action dev="tv" type="update">
+ Move site generation to Maven 2. Integrate site into Apache
Commons.
+ </action>
<action dev="tv" type="fix">
Fix VelocityServlet deprecation
</action>