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

Modified Files:
        QtagsAliasTag.java QtagsAllowedValueTag.java 
        QtagsDefaultTag.java QtagsDeprecatedTag.java 
        QtagsIgnoreTag.java QtagsLocationTag.java QtagsOnceTag.java 
        QtagsRequiredTag.java 
Log Message:
Reformating with Jalopy

Index: QtagsLocationTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-qtags/src/main/java/org/xdoclet/plugin/qtags/qtags/QtagsLocationTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** QtagsLocationTag.java       7 May 2004 16:34:15 -0000       1.1
--- QtagsLocationTag.java       31 May 2005 11:28:57 -0000      1.2
***************
*** 1,5 ****
--- 1,11 ----
+ /*
+  * Copyright (c) 2003
+  * XDoclet Team
+  * All rights reserved.
+  */
  package org.xdoclet.plugin.qtags.qtags;
  
  import com.thoughtworks.qdox.model.DocletTag;
+ 
  /**
   * class level tag to specify allowed locations. this tag cab ne used only on 
class level to specify
***************
*** 8,14 ****
   * @qtags.allowed-value class
   * @qtags.allowed-value method
!  * @qtags.allowed-value constructor 
!  * @qtags.allowed-value field 
   */
  public interface QtagsLocationTag extends DocletTag {
! }
--- 14,20 ----
   * @qtags.allowed-value class
   * @qtags.allowed-value method
!  * @qtags.allowed-value constructor
!  * @qtags.allowed-value field
   */
  public interface QtagsLocationTag extends DocletTag {
! }
\ No newline at end of file

Index: QtagsDefaultTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-qtags/src/main/java/org/xdoclet/plugin/qtags/qtags/QtagsDefaultTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** QtagsDefaultTag.java        7 May 2004 16:34:15 -0000       1.1
--- QtagsDefaultTag.java        31 May 2005 11:28:57 -0000      1.2
***************
*** 1,2 ****
--- 1,7 ----
+ /*
+  * Copyright (c) 2003
+  * XDoclet Team
+  * All rights reserved.
+  */
  package org.xdoclet.plugin.qtags.qtags;
  
***************
*** 4,8 ****
  
  /**
!  * specify default value for tag or tag parameter. this can be used only 
   * on  method level.
   *
--- 9,13 ----
  
  /**
!  * specify default value for tag or tag parameter. this can be used only
   * on  method level.
   *
***************
*** 13,16 ****
   */
  public interface QtagsDefaultTag extends DocletTag {
! }
! 
--- 18,20 ----
   */
  public interface QtagsDefaultTag extends DocletTag {
! }
\ No newline at end of file

Index: QtagsDeprecatedTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-qtags/src/main/java/org/xdoclet/plugin/qtags/qtags/QtagsDeprecatedTag.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** QtagsDeprecatedTag.java     27 Oct 2004 08:51:50 -0000      1.2
--- QtagsDeprecatedTag.java     31 May 2005 11:28:57 -0000      1.3
***************
*** 1,2 ****
--- 1,7 ----
+ /*
+  * Copyright (c) 2003
+  * XDoclet Team
+  * All rights reserved.
+  */
  package org.xdoclet.plugin.qtags.qtags;
  
***************
*** 9,11 ****
   */
  public interface QtagsDeprecatedTag extends DocletTag {
! }
--- 14,16 ----
   */
  public interface QtagsDeprecatedTag extends DocletTag {
! }
\ No newline at end of file

Index: QtagsIgnoreTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-qtags/src/main/java/org/xdoclet/plugin/qtags/qtags/QtagsIgnoreTag.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** QtagsIgnoreTag.java 7 May 2004 16:34:15 -0000       1.4
--- QtagsIgnoreTag.java 31 May 2005 11:28:57 -0000      1.5
***************
*** 1,2 ****
--- 1,7 ----
+ /*
+  * Copyright (c) 2003
+  * XDoclet Team
+  * All rights reserved.
+  */
  package org.xdoclet.plugin.qtags.qtags;
  
***************
*** 11,13 ****
   */
  public interface QtagsIgnoreTag extends DocletTag {
! }
--- 16,18 ----
   */
  public interface QtagsIgnoreTag extends DocletTag {
! }
\ No newline at end of file

Index: QtagsRequiredTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-qtags/src/main/java/org/xdoclet/plugin/qtags/qtags/QtagsRequiredTag.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** QtagsRequiredTag.java       11 Dec 2004 13:40:48 -0000      1.5
--- QtagsRequiredTag.java       31 May 2005 11:28:57 -0000      1.6
***************
*** 1,2 ****
--- 1,7 ----
+ /*
+  * Copyright (c) 2003
+  * XDoclet Team
+  * All rights reserved.
+  */
  package org.xdoclet.plugin.qtags.qtags;
  
***************
*** 4,11 ****
  
  /**
!  * specify that certain value is requried to be present. 
   * @qtags.location method
   * @qtags.once
   */
  public interface QtagsRequiredTag extends DocletTag {
! }
--- 9,16 ----
  
  /**
!  * specify that certain value is requried to be present.
   * @qtags.location method
   * @qtags.once
   */
  public interface QtagsRequiredTag extends DocletTag {
! }
\ No newline at end of file

Index: QtagsAllowedValueTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-qtags/src/main/java/org/xdoclet/plugin/qtags/qtags/QtagsAllowedValueTag.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** QtagsAllowedValueTag.java   21 May 2004 15:55:46 -0000      1.2
--- QtagsAllowedValueTag.java   31 May 2005 11:28:57 -0000      1.3
***************
*** 1,11 ****
  package org.xdoclet.plugin.qtags.qtags;
  
  import com.thoughtworks.qdox.model.DocletTag;
  /**
!  * specify one of the allowed values for tag or parameter 
   * @qtags.location class
   * @qtags.location method
   */
  public interface QtagsAllowedValueTag extends DocletTag {
! }
! 
--- 1,16 ----
+ /*
+  * Copyright (c) 2003
+  * XDoclet Team
+  * All rights reserved.
+  */
  package org.xdoclet.plugin.qtags.qtags;
  
  import com.thoughtworks.qdox.model.DocletTag;
+ 
  /**
!  * specify one of the allowed values for tag or parameter
   * @qtags.location class
   * @qtags.location method
   */
  public interface QtagsAllowedValueTag extends DocletTag {
! }
\ No newline at end of file

Index: QtagsAliasTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-qtags/src/main/java/org/xdoclet/plugin/qtags/qtags/QtagsAliasTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** QtagsAliasTag.java  7 May 2004 16:34:15 -0000       1.1
--- QtagsAliasTag.java  31 May 2005 11:28:57 -0000      1.2
***************
*** 1,2 ****
--- 1,7 ----
+ /*
+  * Copyright (c) 2003
+  * XDoclet Team
+  * All rights reserved.
+  */
  package org.xdoclet.plugin.qtags.qtags;
  
***************
*** 4,11 ****
  
  /**
!  * class level tag to specify deprecated aliases of current tag. those will 
be 
!  * bombed on creation 
!  * @deprecated I to not think that we really need this....  
   */
  public interface QtagsAliasTag extends DocletTag {
! }
--- 9,16 ----
  
  /**
!  * class level tag to specify deprecated aliases of current tag. those will be
!  * bombed on creation
!  * @deprecated I to not think that we really need this....
   */
  public interface QtagsAliasTag extends DocletTag {
! }
\ No newline at end of file

Index: QtagsOnceTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-qtags/src/main/java/org/xdoclet/plugin/qtags/qtags/QtagsOnceTag.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** QtagsOnceTag.java   11 Dec 2004 13:40:48 -0000      1.2
--- QtagsOnceTag.java   31 May 2005 11:28:57 -0000      1.3
***************
*** 1,2 ****
--- 1,7 ----
+ /*
+  * Copyright (c) 2003
+  * XDoclet Team
+  * All rights reserved.
+  */
  package org.xdoclet.plugin.qtags.qtags;
  
***************
*** 9,11 ****
   */
  public interface QtagsOnceTag extends DocletTag {
! }
--- 14,16 ----
   */
  public interface QtagsOnceTag extends DocletTag {
! }
\ No newline at end of file



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to