Thread: [Japi-cvs] SF.net SVN: japi:[654] libs/net/trunk
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2008-10-07 18:17:05
|
Revision: 654
http://japi.svn.sourceforge.net/japi/?rev=654&view=rev
Author: christianhujer
Date: 2008-10-07 18:17:03 +0000 (Tue, 07 Oct 2008)
Log Message:
-----------
Added doc and tst directories.
Modified Paths:
--------------
libs/net/trunk/libs-net.iml
Added Paths:
-----------
libs/net/trunk/src/doc/
libs/net/trunk/src/tst/
Modified: libs/net/trunk/libs-net.iml
===================================================================
--- libs/net/trunk/libs-net.iml 2008-10-07 18:16:36 UTC (rev 653)
+++ libs/net/trunk/libs-net.iml 2008-10-07 18:17:03 UTC (rev 654)
@@ -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...> - 2008-10-07 23:00:38
|
Revision: 693
http://japi.svn.sourceforge.net/japi/?rev=693&view=rev
Author: christianhujer
Date: 2008-10-07 23:00:28 +0000 (Tue, 07 Oct 2008)
Log Message:
-----------
Made compilable with ant.
Added Paths:
-----------
libs/net/trunk/lib/
libs/net/trunk/lib/japi-lib-io-trunk.jar
Property changes on: libs/net/trunk/lib/japi-lib-io-trunk.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
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:18:22
|
Revision: 808
http://japi.svn.sourceforge.net/japi/?rev=808&view=rev
Author: christianhujer
Date: 2009-02-14 21:18:19 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
libs/net/trunk/build.xml
libs/net/trunk/module.properties
libs/net/trunk/src/prj/net/sf/japi/net/Forwarder.java
Modified: libs/net/trunk/build.xml
===================================================================
--- libs/net/trunk/build.xml 2009-02-14 21:17:56 UTC (rev 807)
+++ libs/net/trunk/build.xml 2009-02-14 21:18:19 UTC (rev 808)
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ JAPI libs-net is a library for networking.
- ~ 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/net/trunk/module.properties
===================================================================
--- libs/net/trunk/module.properties 2009-02-14 21:17:56 UTC (rev 807)
+++ libs/net/trunk/module.properties 2009-02-14 21:18:19 UTC (rev 808)
@@ -1,6 +1,5 @@
#
-# JAPI libs-net is a library for networking.
-# 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/net/trunk/src/prj/net/sf/japi/net/Forwarder.java
===================================================================
--- libs/net/trunk/src/prj/net/sf/japi/net/Forwarder.java 2009-02-14 21:17:56 UTC (rev 807)
+++ libs/net/trunk/src/prj/net/sf/japi/net/Forwarder.java 2009-02-14 21:18:19 UTC (rev 808)
@@ -1,22 +1,19 @@
/*
- * JAPI - (Yet another (hopefully) useful) Java API
+ * Copyright (C) 2009 Christian Hujer.
*
- * Copyright (C) 2006 Christian Hujer
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
*
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
package net.sf.japi.net;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2009-02-22 23:13:28
|
Revision: 1073
http://japi.svn.sourceforge.net/japi/?rev=1073&view=rev
Author: christianhujer
Date: 2009-02-22 23:13:20 +0000 (Sun, 22 Feb 2009)
Log Message:
-----------
Replaced redundant lib with download.
Modified Paths:
--------------
libs/net/trunk/build.xml
Removed Paths:
-------------
libs/net/trunk/lib/japi-lib-io-trunk.jar
Modified: libs/net/trunk/build.xml
===================================================================
--- libs/net/trunk/build.xml 2009-02-22 23:04:11 UTC (rev 1072)
+++ libs/net/trunk/build.xml 2009-02-22 23:13:20 UTC (rev 1073)
@@ -23,4 +23,8 @@
&commonBuild;
+ <target name="getlibs">
+ <get src="http://downloads.sourceforge.net/japi/japi-lib-io-0.1.0.jar" dest="lib/japi-lib-io.jar" />
+ </target>
+
</project>
Deleted: libs/net/trunk/lib/japi-lib-io-trunk.jar
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|