[Jamwiki-commit] SF.net SVN: jamwiki:[3027] wiki/trunk/jamwiki-core/src/main/java/org/ jamwiki/pars
Brought to you by:
wrh2
From: <wr...@us...> - 2010-04-24 04:08:58
|
Revision: 3027 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=3027&view=rev Author: wrh2 Date: 2010-04-24 03:41:08 +0000 (Sat, 24 Apr 2010) Log Message: ----------- Parser: * Split WikiLinkTag in two, creating a new ImageLinkTag class for parsing images. While the syntax for these two tags is similar, the processing is completely different so it is cleaner to split them apart. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/JFlexLexer.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/WikiLinkTag.java Added Paths: ----------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/ImageLinkTag.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |