Update of
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-qtags/src/main/java/org/xdoclet/plugin/qtags
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20073/plugin-qtags/src/main/java/org/xdoclet/plugin/qtags
Modified Files:
QTagUtils.java
Log Message:
fix for XDP-156 , raised generame version to current snapshot
Index: QTagUtils.java
===================================================================
RCS file:
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-qtags/src/main/java/org/xdoclet/plugin/qtags/QTagUtils.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** QTagUtils.java 13 Dec 2005 03:52:56 -0000 1.13
--- QTagUtils.java 23 Jan 2006 09:50:26 -0000 1.14
***************
*** 60,64 ****
public String getDocletTagParameterName(JavaMethod method) {
! String result = hyphenate(method.getPropertyName(), false);
if (method.getName().equals("getName") ||
method.getName().equals("getValue")) {
--- 60,69 ----
public String getDocletTagParameterName(JavaMethod method) {
! String result = null;
! if (method.getTagByName("qtags.verbatim") == null) {
! result = hyphenate(method.getPropertyName(), false);
! } else {
! result = method.getPropertyName();
! }
if (method.getName().equals("getName") ||
method.getName().equals("getValue")) {
***************
*** 196,198 ****
});
}
! }
\ No newline at end of file
--- 201,203 ----
});
}
! }
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits