[Japi-cvs] SF.net SVN: japi: [543] libs/swing-list/trunk
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2007-07-14 15:54:38
|
Revision: 543
http://svn.sourceforge.net/japi/?rev=543&view=rev
Author: christianhujer
Date: 2007-07-14 08:54:37 -0700 (Sat, 14 Jul 2007)
Log Message:
-----------
Added ant build.
Added Paths:
-----------
libs/swing-list/trunk/build.xml
libs/swing-list/trunk/module.properties
Added: libs/swing-list/trunk/build.xml
===================================================================
--- libs/swing-list/trunk/build.xml (rev 0)
+++ libs/swing-list/trunk/build.xml 2007-07-14 15:54:37 UTC (rev 543)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ JAPI libs-swing-list is a library for lists in swing.
+ ~ Copyright (C) 2007 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 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
+ ~ Lesser General Public License for more details.
+ ~
+ ~ 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
+ -->
+<!DOCTYPE project [
+ <!ENTITY commonBuild SYSTEM "common/commonBuild.xml">
+]>
+<project name="japi lib swing-about" default="all">
+
+ &commonBuild;
+
+</project>
Property changes on: libs/swing-list/trunk/build.xml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ LF
Added: libs/swing-list/trunk/module.properties
===================================================================
--- libs/swing-list/trunk/module.properties (rev 0)
+++ libs/swing-list/trunk/module.properties 2007-07-14 15:54:37 UTC (rev 543)
@@ -0,0 +1,24 @@
+#
+# JAPI libs-swing-list is a library for lists in swing.
+# Copyright (C) 2007 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 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
+# Lesser General Public License for more details.
+#
+# 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
+#
+
+update.focus=none
+module.version=trunk
+module.name=japi-lib-swing-list
+module.shortname=swing-list
+module.title=SwingList
Property changes on: libs/swing-list/trunk/module.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ LF
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|