Thread: [Japi-cvs] SF.net SVN: japi:[658] libs/swing-about/trunk
Status: Beta
                
                Brought to you by:
                
                    christianhujer
                    
                
            | 
     
      
      
      From: <chr...@us...> - 2008-10-07 18:25:13
       
   | 
Revision: 658
          http://japi.svn.sourceforge.net/japi/?rev=658&view=rev
Author:   christianhujer
Date:     2008-10-07 18:25:03 +0000 (Tue, 07 Oct 2008)
Log Message:
-----------
Added doc and tst directories.
Modified Paths:
--------------
    libs/swing-about/trunk/libs-swing-about.iml
Added Paths:
-----------
    libs/swing-about/trunk/src/doc/
    libs/swing-about/trunk/src/tst/
Modified: libs/swing-about/trunk/libs-swing-about.iml
===================================================================
--- libs/swing-about/trunk/libs-swing-about.iml	2008-10-07 18:20:09 UTC (rev 657)
+++ libs/swing-about/trunk/libs-swing-about.iml	2008-10-07 18:25:03 UTC (rev 658)
@@ -3,7 +3,9 @@
   <component name="NewModuleRootManager" inherit-compiler-output="true">
     <exclude-output />
     <content url="file://$MODULE_DIR$">
+      <sourceFolder url="file://$MODULE_DIR$/src/doc" isTestSource="false" />
       <sourceFolder url="file://$MODULE_DIR$/src/prj" isTestSource="false" />
+      <sourceFolder url="file://$MODULE_DIR$/src/tst" isTestSource="true" />
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 | 
| 
     
      
      
      From: <chr...@us...> - 2009-02-14 21:19:47
       
   | 
Revision: 810
          http://japi.svn.sourceforge.net/japi/?rev=810&view=rev
Author:   christianhujer
Date:     2009-02-14 21:19:38 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
    libs/swing-about/trunk/build.xml
    libs/swing-about/trunk/module.properties
    libs/swing-about/trunk/src/prj/net/sf/japi/swing/about/AboutDialog.java
    libs/swing-about/trunk/src/prj/net/sf/japi/swing/about/action.properties
    libs/swing-about/trunk/src/prj/net/sf/japi/swing/about/action_de.properties
Modified: libs/swing-about/trunk/build.xml
===================================================================
--- libs/swing-about/trunk/build.xml	2009-02-14 21:18:53 UTC (rev 809)
+++ libs/swing-about/trunk/build.xml	2009-02-14 21:19:38 UTC (rev 810)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
+
 <!--
-  ~ JAPI libs-swing-about is a library for adding an about dialog to an application with little effort.
-  ~ Copyright (C) 2007  Christian Hujer.
+  ~ Copyright (C) 2009  Christian Hujer.
   ~
   ~ This library is free software; you can redistribute it and/or
   ~ modify it under the terms of the GNU Lesser General Public
Modified: libs/swing-about/trunk/module.properties
===================================================================
--- libs/swing-about/trunk/module.properties	2009-02-14 21:18:53 UTC (rev 809)
+++ libs/swing-about/trunk/module.properties	2009-02-14 21:19:38 UTC (rev 810)
@@ -1,6 +1,5 @@
 #
-# JAPI libs-swing-about is a library for adding an about dialog to an application with little effort.
-# Copyright (C) 2007  Christian Hujer.
+# Copyright (C) 2009  Christian Hujer.
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
Modified: libs/swing-about/trunk/src/prj/net/sf/japi/swing/about/AboutDialog.java
===================================================================
--- libs/swing-about/trunk/src/prj/net/sf/japi/swing/about/AboutDialog.java	2009-02-14 21:18:53 UTC (rev 809)
+++ libs/swing-about/trunk/src/prj/net/sf/japi/swing/about/AboutDialog.java	2009-02-14 21:19:38 UTC (rev 810)
@@ -1,6 +1,5 @@
 /*
- * JAPI libs-swing-about is a library for adding an about dialog to an application with little effort.
- * Copyright (C) 2007  Christian Hujer.
+ * Copyright (C) 2009  Christian Hujer.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
Modified: libs/swing-about/trunk/src/prj/net/sf/japi/swing/about/action.properties
===================================================================
--- libs/swing-about/trunk/src/prj/net/sf/japi/swing/about/action.properties	2009-02-14 21:18:53 UTC (rev 809)
+++ libs/swing-about/trunk/src/prj/net/sf/japi/swing/about/action.properties	2009-02-14 21:19:38 UTC (rev 810)
@@ -1,6 +1,5 @@
 #
-# JAPI libs-swing-about is a library for adding an about dialog to an application with little effort.
-# Copyright (C) 2007  Christian Hujer.
+# Copyright (C) 2009  Christian Hujer.
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
Modified: libs/swing-about/trunk/src/prj/net/sf/japi/swing/about/action_de.properties
===================================================================
--- libs/swing-about/trunk/src/prj/net/sf/japi/swing/about/action_de.properties	2009-02-14 21:18:53 UTC (rev 809)
+++ libs/swing-about/trunk/src/prj/net/sf/japi/swing/about/action_de.properties	2009-02-14 21:19:38 UTC (rev 810)
@@ -1,6 +1,5 @@
 #
-# JAPI libs-swing-about is a library for adding an about dialog to an application with little effort.
-# Copyright (C) 2007  Christian Hujer.
+# Copyright (C) 2009  Christian Hujer.
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |