This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository dom4j.
commit 65905fcc2b3be66f613d58cfee4e4e2216aa0a69 Author: Marcus Better <[email protected]> Date: Sun Jul 12 12:06:30 2009 +0000 Merge fix-headless-tests branch. --- dom4j/xml/bean/gui.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dom4j/xml/bean/gui.xml b/dom4j/xml/bean/gui.xml index 2011e2e..00a385e 100644 --- a/dom4j/xml/bean/gui.xml +++ b/dom4j/xml/bean/gui.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <widgets> - <window class="javax.swing.JFrame" title="Frame #1"/> - <window class="javax.swing.JFrame" title="Frame #2"/> + <window class="java.awt.Canvas" title="Frame #1"/> + <window class="java.awt.Canvas" title="Frame #2"/> </widgets> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/dom4j.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

