Author: juanpablo
Date: Sat Apr 6 14:14:58 2013
New Revision: 1465248
URL: http://svn.apache.org/r1465248
Log:
updated site's changelog
Modified:
incubator/jspwiki/site/trunk/content/jspwiki/development/changelog.mdtext
Modified:
incubator/jspwiki/site/trunk/content/jspwiki/development/changelog.mdtext
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/site/trunk/content/jspwiki/development/changelog.mdtext?rev=1465248&r1=1465247&r2=1465248&view=diff
==============================================================================
--- incubator/jspwiki/site/trunk/content/jspwiki/development/changelog.mdtext
(original)
+++ incubator/jspwiki/site/trunk/content/jspwiki/development/changelog.mdtext
Sat Apr 6 14:14:58 2013
@@ -1,5 +1,29 @@
## Changelog
+#### 2013-04-04 Glen Mazza (glenmazza AT apache DOT org)
+
+* Updated pom.xml by removing Jaxen transitive dependencies and providing
+ comments on how to deploy via tomcat7:run-war and tomcat7:redeploy
+
+#### 2013-04-02 Glen Mazza (glenmazza AT apache DOT org)
+
+* Removed apparently unused stripes library from WAR created by build.xml
+
+* Updated Maven WAR plugin to bring in WEB-INF artifacts: classes, JARs, etc.
+
+#### 2013-04-01 Glen Mazza (glenmazza AT apache DOT org)
+
+* Added YUICompressor Maven plugin into pom.xml to do the same compression
+ done by the Ant build script to CSS and JS files in webdocs/scripts and
/templates
+
+* Updated Maven WAR plugin to bring in the webdocs/scripts and /templates
files.
+
+#### 2013-03-24 Glen Mazza (glenmazza AT apache DOT org)
+
+* Removed empty src/applets folder
+
+* More work on Maven WAR plugin configuration
+
#### 2013-03-21 Juan Pablo Santos (juanpablo AT apache DOT org)
* [JSPWIKI 651][JIRA-651]: added m2e configuration to pom.xml
@@ -17,14 +41,14 @@
* fixed [JSPWIKI 765][JIRA-765]): lucene search returns 3 results at max,
discovered by Dave Koelmeyer
-2013-03-6 Glen Mazza (glenmazza AT apache DOT org)
+#### 2013-03-06 Glen Mazza (glenmazza AT apache DOT org)
- * Upgraded Maven's tomcat plugin to latest version 2.1
+* Upgraded Maven's tomcat plugin to latest version 2.1
- * Placed in a more helpful error message in RCSFileProvider.java
- to let newbies know RCS needs to be installed on their machine
+* Placed in a more helpful error message in RCSFileProvider.java
+ to let newbies know RCS needs to be installed on their machine
- * Updated location in build.xml and pom.xml for JSTL library.
+* Updated location in build.xml and pom.xml for JSTL library.
#### 2013-02-19 Juan Pablo Santos (juanpablo AT apache DOT org)