Description: Force javacc to use StringBuffer instead of StringBuilder
Author: Ludovico Cavedon <cavedon@debian.org>
Bug: https://sourceforge.net/tracker/?func=detail&aid=3031328&group_id=82996&atid=567969

Index: cssparser/pom.xml
===================================================================
--- cssparser.orig/pom.xml	2010-07-18 22:09:15.872291144 +0200
+++ cssparser/pom.xml	2010-07-18 22:16:40.820279023 +0200
@@ -58,6 +58,9 @@
 						</goals>
 					</execution>
 				</executions>
+				<configuration>
+					<jdkVersion>1.4</jdkVersion>
+				</configuration>
 			</plugin>
 			<plugin>
 				<!-- always generate a source JAR -->
