Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-actionscript/src/test/java/org/xdoclet/testapp/pojo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13559/src/test/java/org/xdoclet/testapp/pojo

Modified Files:
        MyBean.java YourBean.java 
Log Message:
jalopy + cvsignore


Index: MyBean.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-actionscript/src/test/java/org/xdoclet/testapp/pojo/MyBean.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** MyBean.java 1 Dec 2005 00:00:11 -0000       1.1
--- MyBean.java 1 Dec 2005 00:06:40 -0000       1.2
***************
*** 1,2 ****
--- 1,7 ----
+ /*
+  * Copyright (c) 2003-2005
+  * XDoclet Team
+  * All rights reserved.
+  */
  package org.xdoclet.testapp.pojo;
  
***************
*** 12,25 ****
      /** An int field. */
      protected int count = 0;
- 
      /** A boolean field. */
      protected boolean flag = false;
- 
      /** A String field. */
      protected String name = "";
- 
      /** A List field. */
      protected List content = null;
- 
      /** Comment for the first constant */
      public static final String CONSTANT_1 = "One";
--- 17,26 ----
***************
*** 81,83 ****
          return null;
      }
! }
--- 82,84 ----
          return null;
      }
! }
\ No newline at end of file

Index: YourBean.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-actionscript/src/test/java/org/xdoclet/testapp/pojo/YourBean.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** YourBean.java       1 Dec 2005 00:00:11 -0000       1.1
--- YourBean.java       1 Dec 2005 00:06:40 -0000       1.2
***************
*** 1,2 ****
--- 1,7 ----
+ /*
+  * Copyright (c) 2003-2005
+  * XDoclet Team
+  * All rights reserved.
+  */
  package org.xdoclet.testapp.pojo;
  
***************
*** 24,26 ****
          this.baseName = baseName;
      }
! }
--- 29,31 ----
          this.baseName = baseName;
      }
! }
\ No newline at end of file



-------------------------------------------------------
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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to