Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-struts/src/main/java/org/xdoclet/plugin/struts/qtags
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19565/plugin-struts/src/main/java/org/xdoclet/plugin/struts/qtags

Modified Files:
        StrutsFormFieldTag.java 
Log Message:
Fix QTags warning, @ replaced by their HTML entity

Index: StrutsFormFieldTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-struts/src/main/java/org/xdoclet/plugin/struts/qtags/StrutsFormFieldTag.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** StrutsFormFieldTag.java     26 Apr 2005 07:23:31 -0000      1.4
--- StrutsFormFieldTag.java     27 Jun 2005 15:46:57 -0000      1.5
***************
*** 1 ****
! /*
 * Copyright (c) 2004
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.struts.qtags;

/**
 * Include property in specific struts form.
 * Applies to: property to be included.
 * 
 * @qtags.location method
 * @author Alexandre Martins
 * @author Konstantin Pribluda
 */
public interface StrutsFormFieldTag extends 
com.thoughtworks.qdox.model.DocletTag {

    /**
     * Specify the name of the form this field should belong to. Required if 
"name" defined on
     * 
     * @struts.form.
     */
    String getFormName();
}
--- 1 ----
! /*
 * Copyright (c) 2004
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.struts.qtags;

/**
 * Include property in specific struts form.
 * Applies to: property to be included.
 * 
 * @qtags.location method
 * @author Alexandre Martins
 * @author Konstantin Pribluda
 */
public interface StrutsFormFieldTag extends 
com.thoughtworks.qdox.model.DocletTag {

    /**
     * Specify the name of the form this field should belong to. Required if 
"name" defined on
     * @struts.form.
     */
    String getFormName();
}



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to