[Japi-cvs] SF.net SVN: japi:[796] tools
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2009-02-09 02:35:42
|
Revision: 796
http://japi.svn.sourceforge.net/japi/?rev=796&view=rev
Author: christianhujer
Date: 2009-02-09 02:35:38 +0000 (Mon, 09 Feb 2009)
Log Message:
-----------
Updated svn:externals to use relative urls. Also updated some of the READMEs.
Modified Paths:
--------------
common/trunk/README
libs/argparser/trunk/README
libs/finance/trunk/README
libs/io/trunk/README
libs/lang/trunk/README
libs/logging/trunk/README
libs/net/trunk/README
Property Changed:
----------------
games/jmines/trunk/
historic/trunk/
imajar/trunk/
libs/argparser/trunk/
libs/finance/trunk/
libs/io/trunk/
libs/lang/trunk/
libs/logging/trunk/
libs/midi/trunk/
libs/net/trunk/
libs/registry/trunk/
libs/swing-about/trunk/
libs/swing-action/trunk/
libs/swing-app/trunk/
libs/swing-bookmarks/trunk/
libs/swing-extlib/trunk/
libs/swing-font/trunk/
libs/swing-keyprefs/trunk/
libs/swing-list/trunk/
libs/swing-misc/trunk/
libs/swing-prefs/trunk/
libs/swing-proxyprefs/trunk/
libs/swing-recent/trunk/
libs/swing-tod/trunk/
libs/swing-treetable/trunk/
libs/taglets/trunk/
libs/util/trunk/
libs/xml/trunk/
progs/batcher/trunk/
progs/cardlearn/trunk/
progs/jeduca/trunk/
progs/jhexedit/trunk/
progs/jhexview/trunk/
progs/jirus/trunk/
progs/jtype/trunk/
progs/midilearn/trunk/
progs/pffhtrain/trunk/
progs/textedit/trunk/
site/trunk/
tools/archStat/trunk/
tools/cstyle/trunk/
tools/dircount/trunk/
tools/findLongestPath/trunk/
tools/fontbrowser/trunk/
tools/gdbControl/trunk/
tools/jgrep/trunk/
tools/jwget/trunk/
tools/keystrokes/trunk/
tools/mail/trunk/
tools/midiDeviceLister/trunk/
tools/midiMonitor/trunk/
tools/prefsbrowser/trunk/
tools/replacer/trunk/
tools/scriptEngineLister/trunk/
tools/scriptInterpreter/trunk/
tools/string2bytes/trunk/
tools/todoScanner/trunk/
Modified: common/trunk/README
===================================================================
--- common/trunk/README 2009-02-09 02:09:31 UTC (rev 795)
+++ common/trunk/README 2009-02-09 02:35:38 UTC (rev 796)
@@ -1,8 +1,8 @@
JAPI COMMON README
==================
-This file contains some important information about Japi Common. You should
-read it first.
+This file contains some important information about Japi Common.
+You should read it first.
TABLE OF CONTENTS
@@ -35,9 +35,7 @@
SYSTEM REQUIREMENTS
-------------------
Java 5.0
- Previous versions of Java will not work. JAPI uses Generics, autoboxing,
- static imports, foreach loops, assertions, covariant return types and varargs
- quite a lot.
+ Previous versions of Java will not work.
Ant 1.6.5
Previous versions of Ant might work but are not tested.
@@ -49,26 +47,27 @@
The build file to build the project with Ant.
COPYING
- Japi Common license conditions. Note: applies to Japi Common only, not
- third party libraries.
+ Japi Common license conditions.
+ Note: applies to Japi Common only, not third party libraries.
CREDITS
- List of project contributors. See also MAINTAINERS.
+ List of project contributors.
+ See also MAINTAINERS.
INSTALL
Description of how to build and install Japi Common.
lib/
Directory containing third party libraries used to build Japi Common.
- Please note that these thrid party libraries have their own license
- conditions. The licenses of the third party libraries are included in the
- lib/ directory.
+ These third party libraries have their own license conditions.
+ The third party licenses are included in the lib/ directory.
LICENSE
File with license information.
MAINTAINERS
- List of current project maintainers. See also CREDITS.
+ List of current project maintainers.
+ See also CREDITS.
NEWS
Project News.
@@ -100,8 +99,8 @@
MAILING LISTS
-------------
-Japi mailing lists are the usual sourceforge hosted sourceforge project
-mailing lists. The current mailing lists are:
+Japi mailing lists are the usual sourceforge hosted project mailing lists.
+The current mailing lists are:
* jap...@li...
News for JAPI users and developers (low traffic)
* jap...@li...
Property changes on: games/jmines/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: historic/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: imajar/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: libs/argparser/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Modified: libs/argparser/trunk/README
===================================================================
--- libs/argparser/trunk/README 2009-02-09 02:09:31 UTC (rev 795)
+++ libs/argparser/trunk/README 2009-02-09 02:35:38 UTC (rev 796)
@@ -1,8 +1,8 @@
JAPI ARGPARSER README
=====================
-This file contains some important information about Japi ArgParser. You should
-read it first.
+This file contains some important information about Japi ArgParser.
+You should read it first.
TABLE OF CONTENTS
@@ -17,7 +17,7 @@
* mailing lists
* license information (see file LICENSE)
-
+
PROJECT DESCRIPTION
-------------------
Japi ArgParser is a subproject of Japi.
@@ -37,9 +37,7 @@
SYSTEM REQUIREMENTS
-------------------
Java 5.0
- Previous versions of Java will not work. Japi uses Generics, autoboxing,
- static imports, foreach loops, assertions, covariant return types and varargs
- quite a lot.
+ Previous versions of Java will not work.
Ant 1.6.5
Previous versions of Ant might work but are not tested.
@@ -58,11 +56,12 @@
Changelog with significant changes.
COPYING
- Japi ArgParser license conditions. Note: applies to Japi ArgParser only,
- not third party libraries.
+ Japi ArgParser license conditions.
+ Note: applies to Japi ArgParser only, not third party libraries.
CREDITS
- List of project contributors. See also MAINTAINERS.
+ List of project contributors.
+ See also MAINTAINERS.
INSTALL
Description of how to build and install Japi ArgParser.
@@ -71,7 +70,8 @@
File with license information.
MAINTAINERS
- List of current project maintainers. See also CREDITS.
+ List of current project maintainers.
+ See also CREDITS.
NEWS
Project News.
@@ -103,8 +103,8 @@
MAILING LISTS
-------------
-Japi mailing lists are the usual sourceforge hosted sourceforge project
-mailing lists. The current mailing lists are:
+Japi mailing lists are the usual sourceforge hosted project mailing lists.
+The current mailing lists are:
* jap...@li...
News for JAPI users and developers (low traffic)
* jap...@li...
Property changes on: libs/finance/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Modified: libs/finance/trunk/README
===================================================================
--- libs/finance/trunk/README 2009-02-09 02:09:31 UTC (rev 795)
+++ libs/finance/trunk/README 2009-02-09 02:35:38 UTC (rev 796)
@@ -1,8 +1,8 @@
JAPI COMMON README
==================
-This file contains some important information about Japi Common. You should
-read it first.
+This file contains some important information about Japi Common.
+You should read it first.
TABLE OF CONTENTS
@@ -17,7 +17,7 @@
* mailing lists
* license information (see file LICENSE)
-
+
PROJECT DESCRIPTION
-------------------
Japi Common is a set of libraries and build modules useful for Java projects.
@@ -35,9 +35,7 @@
SYSTEM REQUIREMENTS
-------------------
Java 5.0
- Previous versions of Java will not work. Gridarta uses Generics, autoboxing,
- static imports, foreach loops, assertions, covariant return types and varargs
- quite a lot.
+ Previous versions of Java will not work.
Ant 1.6.5
Previous versions of Ant might work but are not tested.
@@ -49,26 +47,27 @@
The build file to build the project with Ant.
COPYING
- Japi Common license conditions. Note: applies to Japi Common only, not
- third party libraries.
+ Japi Common license conditions.
+ Note: applies to Japi Common only, not third party libraries.
CREDITS
- List of project contributors. See also MAINTAINERS.
+ List of project contributors.
+ See also MAINTAINERS.
INSTALL
Description of how to build and install Japi Common.
lib/
Directory containing third party libraries used to build Japi Common.
- Please note that these thrid party libraries have their own license
- conditions. The licenses of the third party libraries are included in the
- lib/ directory.
+ These third party libraries have their own license conditions.
+ The third party licenses are included in the lib/ directory.
LICENSE
File with license information.
MAINTAINERS
- List of current project maintainers. See also CREDITS.
+ List of current project maintainers.
+ See also CREDITS.
NEWS
Project News.
@@ -100,8 +99,8 @@
MAILING LISTS
-------------
-Japi mailing lists are the usual sourceforge hosted sourceforge project
-mailing lists. The current mailing lists are:
+Japi mailing lists are the usual sourceforge hosted project mailing lists.
+The current mailing lists are:
* jap...@li...
News for JAPI users and developers (low traffic)
* jap...@li...
Property changes on: libs/io/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Modified: libs/io/trunk/README
===================================================================
--- libs/io/trunk/README 2009-02-09 02:09:31 UTC (rev 795)
+++ libs/io/trunk/README 2009-02-09 02:35:38 UTC (rev 796)
@@ -1,8 +1,8 @@
JAPI LIB IO README
==================
-This file contains some important information about Japi Lib IO. You should
-read it first.
+This file contains some important information about Japi Lib IO.
+You should read it first.
TABLE OF CONTENTS
@@ -17,7 +17,7 @@
* mailing lists
* license information (see file LICENSE)
-
+
PROJECT DESCRIPTION
-------------------
Japi Lib IO is a subproject of Japi.
@@ -36,9 +36,7 @@
SYSTEM REQUIREMENTS
-------------------
Java 5.0
- Previous versions of Java will not work. Japi uses Generics, autoboxing,
- static imports, foreach loops, assertions, covariant return types and varargs
- quite a lot.
+ Previous versions of Java will not work.
Ant 1.6.5
Previous versions of Ant might work but are not tested.
@@ -57,11 +55,12 @@
Changelog with significant changes.
COPYING
- Japi Lib IO license conditions. Note: applies to Japi Lib IO only,
- not third party libraries.
+ Japi Lib IO license conditions.
+ Note: applies to Japi Lib IO only, not third party libraries.
CREDITS
- List of project contributors. See also MAINTAINERS.
+ List of project contributors.
+ See also MAINTAINERS.
INSTALL
Description of how to build and install Japi Lib IO.
@@ -70,7 +69,8 @@
File with license information.
MAINTAINERS
- List of current project maintainers. See also CREDITS.
+ List of current project maintainers.
+ See also CREDITS.
NEWS
Project News.
@@ -102,8 +102,8 @@
MAILING LISTS
-------------
-Japi mailing lists are the usual sourceforge hosted sourceforge project
-mailing lists. The current mailing lists are:
+Japi mailing lists are the usual sourceforge hosted project mailing lists.
+The current mailing lists are:
* jap...@li...
News for JAPI users and developers (low traffic)
* jap...@li...
Property changes on: libs/lang/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Modified: libs/lang/trunk/README
===================================================================
--- libs/lang/trunk/README 2009-02-09 02:09:31 UTC (rev 795)
+++ libs/lang/trunk/README 2009-02-09 02:35:38 UTC (rev 796)
@@ -1,8 +1,8 @@
JAPI LIB LANG README
====================
-This file contains some important information about Japi Lib Lang. You should
-read it first.
+This file contains some important information about Japi Lib Lang.
+You should read it first.
TABLE OF CONTENTS
@@ -17,7 +17,7 @@
* mailing lists
* license information (see file LICENSE)
-
+
PROJECT DESCRIPTION
-------------------
Japi Lib Lang is a subproject of Japi.
@@ -36,9 +36,7 @@
SYSTEM REQUIREMENTS
-------------------
Java 5.0
- Previous versions of Java will not work. Japi uses Generics, autoboxing,
- static imports, foreach loops, assertions, covariant return types and varargs
- quite a lot.
+ Previous versions of Java will not work.
Ant 1.6.5
Previous versions of Ant might work but are not tested.
@@ -57,11 +55,12 @@
Changelog with significant changes.
COPYING
- Japi Lib Lang license conditions. Note: applies to Japi Lib Lang only,
- not third party libraries.
+ Japi Lib Lang license conditions.
+ Note: applies to Japi Lib Lang only, not third party libraries.
CREDITS
- List of project contributors. See also MAINTAINERS.
+ List of project contributors.
+ See also MAINTAINERS.
INSTALL
Description of how to build and install Japi Lib Lang.
@@ -70,7 +69,8 @@
File with license information.
MAINTAINERS
- List of current project maintainers. See also CREDITS.
+ List of current project maintainers.
+ See also CREDITS.
NEWS
Project News.
@@ -102,8 +102,8 @@
MAILING LISTS
-------------
-Japi mailing lists are the usual sourceforge hosted sourceforge project
-mailing lists. The current mailing lists are:
+Japi mailing lists are the usual sourceforge hosted project mailing lists.
+The current mailing lists are:
* jap...@li...
News for JAPI users and developers (low traffic)
* jap...@li...
Property changes on: libs/logging/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Modified: libs/logging/trunk/README
===================================================================
--- libs/logging/trunk/README 2009-02-09 02:09:31 UTC (rev 795)
+++ libs/logging/trunk/README 2009-02-09 02:35:38 UTC (rev 796)
@@ -1,8 +1,8 @@
JAPI COMMON README
==================
-This file contains some important information about Japi Common. You should
-read it first.
+This file contains some important information about Japi Common.
+You should read it first.
TABLE OF CONTENTS
@@ -17,7 +17,7 @@
* mailing lists
* license information (see file LICENSE)
-
+
PROJECT DESCRIPTION
-------------------
Japi Common is a set of libraries and build modules useful for Java projects.
@@ -35,9 +35,7 @@
SYSTEM REQUIREMENTS
-------------------
Java 5.0
- Previous versions of Java will not work. Gridarta uses Generics, autoboxing,
- static imports, foreach loops, assertions, covariant return types and varargs
- quite a lot.
+ Previous versions of Java will not work.
Ant 1.6.5
Previous versions of Ant might work but are not tested.
@@ -49,26 +47,27 @@
The build file to build the project with Ant.
COPYING
- Japi Common license conditions. Note: applies to Japi Common only, not
- third party libraries.
+ Japi Common license conditions.
+ Note: applies to Japi Common only, not third party libraries.
CREDITS
- List of project contributors. See also MAINTAINERS.
+ List of project contributors.
+ See also MAINTAINERS.
INSTALL
Description of how to build and install Japi Common.
lib/
Directory containing third party libraries used to build Japi Common.
- Please note that these thrid party libraries have their own license
- conditions. The licenses of the third party libraries are included in the
- lib/ directory.
+ These third party libraries have their own license conditions.
+ The third party licenses are included in the lib/ directory.
LICENSE
File with license information.
MAINTAINERS
- List of current project maintainers. See also CREDITS.
+ List of current project maintainers.
+ See also CREDITS.
NEWS
Project News.
@@ -100,8 +99,8 @@
MAILING LISTS
-------------
-Japi mailing lists are the usual sourceforge hosted sourceforge project
-mailing lists. The current mailing lists are:
+Japi mailing lists are the usual sourceforge hosted project mailing lists.
+The current mailing lists are:
* jap...@li...
News for JAPI users and developers (low traffic)
* jap...@li...
Property changes on: libs/midi/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: libs/net/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Modified: libs/net/trunk/README
===================================================================
--- libs/net/trunk/README 2009-02-09 02:09:31 UTC (rev 795)
+++ libs/net/trunk/README 2009-02-09 02:35:38 UTC (rev 796)
@@ -1,8 +1,8 @@
JAPI LIB NET README
===================
-This file contains some important information about Japi Lib Net. You should
-read it first.
+This file contains some important information about Japi Lib Net.
+You should read it first.
TABLE OF CONTENTS
@@ -17,7 +17,7 @@
* mailing lists
* license information (see file LICENSE)
-
+
PROJECT DESCRIPTION
-------------------
Japi Lib Net is a subproject of Japi.
@@ -36,9 +36,7 @@
SYSTEM REQUIREMENTS
-------------------
Java 5.0
- Previous versions of Java will not work. Japi uses Generics, autoboxing,
- static imports, foreach loops, assertions, covariant return types and varargs
- quite a lot.
+ Previous versions of Java will not work.
Ant 1.6.5
Previous versions of Ant might work but are not tested.
@@ -57,11 +55,12 @@
Changelog with significant changes.
COPYING
- Japi Lib Net license conditions. Note: applies to Japi Lib Net only,
- not third party libraries.
+ Japi Lib Net license conditions.
+ Note: applies to Japi Lib Net only, not third party libraries.
CREDITS
- List of project contributors. See also MAINTAINERS.
+ List of project contributors.
+ See also MAINTAINERS.
INSTALL
Description of how to build and install Japi Lib Net.
@@ -70,7 +69,8 @@
File with license information.
MAINTAINERS
- List of current project maintainers. See also CREDITS.
+ List of current project maintainers.
+ See also CREDITS.
NEWS
Project News.
@@ -102,8 +102,8 @@
MAILING LISTS
-------------
-Japi mailing lists are the usual sourceforge hosted sourceforge project
-mailing lists. The current mailing lists are:
+Japi mailing lists are the usual sourceforge hosted project mailing lists.
+The current mailing lists are:
* jap...@li...
News for JAPI users and developers (low traffic)
* jap...@li...
Property changes on: libs/registry/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: libs/swing-about/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: libs/swing-action/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: libs/swing-app/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: libs/swing-bookmarks/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: libs/swing-extlib/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: libs/swing-font/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: libs/swing-keyprefs/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: libs/swing-list/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: libs/swing-misc/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: libs/swing-prefs/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: libs/swing-proxyprefs/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: libs/swing-recent/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: libs/swing-tod/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: libs/swing-treetable/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: libs/taglets/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: libs/util/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: libs/xml/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: progs/batcher/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: progs/cardlearn/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: progs/jeduca/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: progs/jhexedit/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: progs/jhexview/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: progs/jirus/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: progs/jtype/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: progs/midilearn/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: progs/pffhtrain/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: progs/textedit/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: site/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: tools/archStat/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: tools/cstyle/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: tools/dircount/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: tools/findLongestPath/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: tools/fontbrowser/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: tools/gdbControl/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: tools/jgrep/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: tools/jwget/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: tools/keystrokes/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: tools/mail/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: tools/midiDeviceLister/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: tools/midiMonitor/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: tools/prefsbrowser/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: tools/replacer/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: tools/scriptEngineLister/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: tools/scriptInterpreter/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: tools/string2bytes/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
Property changes on: tools/todoScanner/trunk
___________________________________________________________________
Modified: svn:externals
- common https://japi.svn.sourceforge.net/svnroot/japi/common/trunk
+ ^/common/trunk common
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|