Thread: [Jsce-develop] SF.net SVN: jsce:[54] trunk/jsc.jsclang.library
Status: Alpha
Brought to you by:
dkleinrath
|
From: <dkl...@us...> - 2009-06-01 14:32:09
|
Revision: 54
http://jsce.svn.sourceforge.net/jsce/?rev=54&view=rev
Author: dkleinrath
Date: 2009-06-01 14:31:57 +0000 (Mon, 01 Jun 2009)
Log Message:
-----------
Initial commit.
Added Paths:
-----------
trunk/jsc.jsclang.library/.classpath
trunk/jsc.jsclang.library/.project
trunk/jsc.jsclang.library/.settings/
trunk/jsc.jsclang.library/.settings/org.eclipse.jdt.core.prefs
trunk/jsc.jsclang.library/META-INF/
trunk/jsc.jsclang.library/META-INF/MANIFEST.MF
trunk/jsc.jsclang.library/NetUtil.jar
trunk/jsc.jsclang.library/TabletWrapper.jar
trunk/jsc.jsclang.library/bin/
trunk/jsc.jsclang.library/build.properties
trunk/jsc.jsclang.library/jsclang.jar
trunk/jsc.jsclang.library/licenses/
trunk/jsc.jsclang.library/licenses/Apache_License_2.0.txt
trunk/jsc.jsclang.library/licenses/JNITablet-License.txt
trunk/jsc.jsclang.library/licenses/JSCLang-License.txt
trunk/jsc.jsclang.library/licenses/NetUtil-License.txt
trunk/jsc.jsclang.library/licenses/gpl-2.0.txt
Added: trunk/jsc.jsclang.library/.classpath
===================================================================
--- trunk/jsc.jsclang.library/.classpath (rev 0)
+++ trunk/jsc.jsclang.library/.classpath 2009-06-01 14:31:57 UTC (rev 54)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry exported="true" kind="lib" path="jsclang.jar" sourcepath="/jsclang/src"/>
+ <classpathentry exported="true" kind="lib" path="NetUtil.jar"/>
+ <classpathentry exported="true" kind="lib" path="TabletWrapper.jar"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Added: trunk/jsc.jsclang.library/.project
===================================================================
--- trunk/jsc.jsclang.library/.project (rev 0)
+++ trunk/jsc.jsclang.library/.project 2009-06-01 14:31:57 UTC (rev 54)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>jsc.jsclang.library</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
Added: trunk/jsc.jsclang.library/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- trunk/jsc.jsclang.library/.settings/org.eclipse.jdt.core.prefs (rev 0)
+++ trunk/jsc.jsclang.library/.settings/org.eclipse.jdt.core.prefs 2009-06-01 14:31:57 UTC (rev 54)
@@ -0,0 +1,12 @@
+#Sat Dec 06 23:35:04 GMT 2008
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.5
Added: trunk/jsc.jsclang.library/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsc.jsclang.library/META-INF/MANIFEST.MF (rev 0)
+++ trunk/jsc.jsclang.library/META-INF/MANIFEST.MF 2009-06-01 14:31:57 UTC (rev 54)
@@ -0,0 +1,16 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: JSC Libraries Plug-in
+Bundle-SymbolicName: jsc.jsclang.library
+Bundle-Version: 0.1.2
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-ClassPath: jsclang.jar,
+ NetUtil.jar,
+ TabletWrapper.jar
+Export-Package: com.jhlabs.jnitablet,
+ jsclang.module,
+ jsclang.supercollider,
+ jsclang.util
+Bundle-ActivationPolicy: lazy
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.4.0"
+Bundle-Vendor: Dieter Kleinrath
Added: trunk/jsc.jsclang.library/NetUtil.jar
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/NetUtil.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/TabletWrapper.jar
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/TabletWrapper.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/build.properties
===================================================================
--- trunk/jsc.jsclang.library/build.properties (rev 0)
+++ trunk/jsc.jsclang.library/build.properties 2009-06-01 14:31:57 UTC (rev 54)
@@ -0,0 +1,8 @@
+output.. = bin/
+bin.includes = META-INF/,\
+ jsclang.jar,\
+ NetUtil.jar,\
+ TabletWrapper.jar
+jars.compile.order = .,\
+ jsclang.jar
+
Added: trunk/jsc.jsclang.library/jsclang.jar
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jsclang.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/licenses/Apache_License_2.0.txt
===================================================================
--- trunk/jsc.jsclang.library/licenses/Apache_License_2.0.txt (rev 0)
+++ trunk/jsc.jsclang.library/licenses/Apache_License_2.0.txt 2009-06-01 14:31:57 UTC (rev 54)
@@ -0,0 +1,202 @@
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
Added: trunk/jsc.jsclang.library/licenses/JNITablet-License.txt
===================================================================
--- trunk/jsc.jsclang.library/licenses/JNITablet-License.txt (rev 0)
+++ trunk/jsc.jsclang.library/licenses/JNITablet-License.txt 2009-06-01 14:31:57 UTC (rev 54)
@@ -0,0 +1,22 @@
+JNITablet (java library TabletWrapper.jar, native library libJNITablet.jnilib)
+
+/*
+Copyright 2006 Jerry Huxtable
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
+
+/*
+ * Extended functionality and/or slight adjustments by Hanns Holger Rutz
+ * (C)opyright 2007-2008
+ */
Added: trunk/jsc.jsclang.library/licenses/JSCLang-License.txt
===================================================================
--- trunk/jsc.jsclang.library/licenses/JSCLang-License.txt (rev 0)
+++ trunk/jsc.jsclang.library/licenses/JSCLang-License.txt 2009-06-01 14:31:57 UTC (rev 54)
@@ -0,0 +1,524 @@
+/*
+ * Copyright (c) 2008 Dieter Kleinrath
+ *
+ * This program 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 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * Below is a copy of the GNU Lesser General Public License
+ *
+ * For further information, please contact Dieter Kleinrath at
+ * kle...@mu...
+ *
+ */
+
+ GNU LESSER GENERAL PUBLIC LICENSE
+ Version 2.1, February 1999
+
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+[This is the first released version of the Lesser GPL. It also counts
+ as the successor of the GNU Library Public License, version 2, hence
+ the version number 2.1.]
+
+ Preamble
+
+ The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public
+Licenses are intended to guarantee your freedom to share and change
+free software--to make sure the software is free for all its users.
+
+ This license, the Lesser General Public License, applies to some
+specially designated software packages--typically libraries--of the
+Free Software Foundation and other authors who decide to use it. You
+can use it too, but we suggest you first think carefully about whether
+this license or the ordinary General Public License is the better
+strategy to use in any particular case, based on the explanations below.
+
+ When we speak of free software, we are referring to freedom of use,
+not price. Our General Public Licenses are designed to make sure that
+you have the freedom to distribute copies of free software (and charge
+for this service if you wish); that you receive source code or can get
+it if you want it; that you can change the software and use pieces of
+it in new free programs; and that you are informed that you can do
+these things.
+
+ To protect your rights, we need to make restrictions that forbid
+distributors to deny you these rights or to ask you to surrender these
+rights. These restrictions translate to certain responsibilities for
+you if you distribute copies of the library or if you modify it.
+
+ For example, if you distribute copies of the library, whether gratis
+or for a fee, you must give the recipients all the rights that we gave
+you. You must make sure that they, too, receive or can get the source
+code. If you link other code with the library, you must provide
+complete object files to the recipients, so that they can relink them
+with the library after making changes to the library and recompiling
+it. And you must show them these terms so they know their rights.
+
+ We protect your rights with a two-step method: (1) we copyright the
+library, and (2) we offer you this license, which gives you legal
+permission to copy, distribute and/or modify the library.
+
+ To protect each distributor, we want to make it very clear that
+there is no warranty for the free library. Also, if the library is
+modified by someone else and passed on, the recipients should know
+that what they have is not the original version, so that the original
+author's reputation will not be affected by problems that might be
+introduced by others.
+
+ Finally, software patents pose a constant threat to the existence of
+any free program. We wish to make sure that a company cannot
+effectively restrict the users of a free program by obtaining a
+restrictive license from a patent holder. Therefore, we insist that
+any patent license obtained for a version of the library must be
+consistent with the full freedom of use specified in this license.
+
+ Most GNU software, including some libraries, is covered by the
+ordinary GNU General Public License. This license, the GNU Lesser
+General Public License, applies to certain designated libraries, and
+is quite different from the ordinary General Public License. We use
+this license for certain libraries in order to permit linking those
+libraries into non-free programs.
+
+ When a program is linked with a library, whether statically or using
+a shared library, the combination of the two is legally speaking a
+combined work, a derivative of the original library. The ordinary
+General Public License therefore permits such linking only if the
+entire combination fits its criteria of freedom. The Lesser General
+Public License permits more lax criteria for linking other code with
+the library.
+
+ We call this license the "Lesser" General Public License because it
+does Less to protect the user's freedom than the ordinary General
+Public License. It also provides other free software developers Less
+of an advantage over competing non-free programs. These disadvantages
+are the reason we use the ordinary General Public License for many
+libraries. However, the Lesser license provides advantages in certain
+special circumstances.
+
+ For example, on rare occasions, there may be a special need to
+encourage the widest possible use of a certain library, so that it becomes
+a de-facto standard. To achieve this, non-free programs must be
+allowed to use the library. A more frequent case is that a free
+library does the same job as widely used non-free libraries. In this
+case, there is little to gain by limiting the free library to free
+software only, so we use the Lesser General Public License.
+
+ In other cases, permission to use a particular library in non-free
+programs enables a greater number of people to use a large body of
+free software. For example, permission to use the GNU C Library in
+non-free programs enables many more people to use the whole GNU
+operating system, as well as its variant, the GNU/Linux operating
+system.
+
+ Although the Lesser General Public License is Less protective of the
+users' freedom, it does ensure that the user of a program that is
+linked with the Library has the freedom and the wherewithal to run
+that program using a modified version of the Library.
+
+ The precise terms and conditions for copying, distribution and
+modification follow. Pay close attention to the difference between a
+"work based on the library" and a "work that uses the library". The
+former contains code derived from the library, whereas the latter must
+be combined with the library in order to run.
+
+ GNU LESSER GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. This License Agreement applies to any software library or other
+program which contains a notice placed by the copyright holder or
+other authorized party saying it may be distributed under the terms of
+this Lesser General Public License (also called "this License").
+Each licensee is addressed as "you".
+
+ A "library" means a collection of software functions and/or data
+prepared so as to be conveniently linked with application programs
+(which use some of those functions and data) to form executables.
+
+ The "Library", below, refers to any such software library or work
+which has been distributed under these terms. A "work based on the
+Library" means either the Library or any derivative work under
+copyright law: that is to say, a work containing the Library or a
+portion of it, either verbatim or with modifications and/or translated
+straightforwardly into another language. (Hereinafter, translation is
+included without limitation in the term "modification".)
+
+ "Source code" for a work means the preferred form of the work for
+making modifications to it. For a library, complete source code means
+all the source code for all modules it contains, plus any associated
+interface definition files, plus the scripts used to control compilation
+and installation of the library.
+
+ Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running a program using the Library is not restricted, and output from
+such a program is covered only if its contents constitute a work based
+on the Library (independent of the use of the Library in a tool for
+writing it). Whether that is true depends on what the Library does
+and what the program that uses the Library does.
+
+ 1. You may copy and distribute verbatim copies of the Library's
+complete source code as you receive it, in any medium, provided that
+you conspicuously and appropriately publish on each copy an
+appropriate copyright notice and disclaimer of warranty; keep intact
+all the notices that refer to this License and to the absence of any
+warranty; and distribute a copy of this License along with the
+Library.
+
+ You may charge a fee for the physical act of transferring a copy,
+and you may at your option offer warranty protection in exchange for a
+fee.
+
+ 2. You may modify your copy or copies of the Library or any portion
+of it, thus forming a work based on the Library, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+ a) The modified work must itself be a software library.
+
+ b) You must cause the files modified to carry prominent notices
+ stating that you changed the files and the date of any change.
+
+ c) You must cause the whole of the work to be licensed at no
+ charge to all third parties under the terms of this License.
+
+ d) If a facility in the modified Library refers to a function or a
+ table of data to be supplied by an application program that uses
+ the facility, other than as an argument passed when the facility
+ is invoked, then you must make a good faith effort to ensure that,
+ in the event an application does not supply such function or
+ table, the facility still operates, and performs whatever part of
+ its purpose remains meaningful.
+
+ (For example, a function in a library to compute square roots has
+ a purpose that is entirely well-defined independent of the
+ application. Therefore, Subsection 2d requires that any
+ application-supplied function or table used by this function must
+ be optional: if the application does not supply it, the square
+ root function must still compute square roots.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Library,
+and can be reasonably considered independent and separate works in
+themselves, then...
[truncated message content] |
|
From: <dkl...@us...> - 2012-03-19 16:28:46
|
Revision: 79
http://jsce.svn.sourceforge.net/jsce/?rev=79&view=rev
Author: dkleinrath
Date: 2012-03-19 16:28:38 +0000 (Mon, 19 Mar 2012)
Log Message:
-----------
Modified Paths:
--------------
trunk/jsc.jsclang.library/META-INF/MANIFEST.MF
trunk/jsc.jsclang.library/jsclang.jar
Added Paths:
-----------
trunk/jsc.jsclang.library/bin/jsclang/
trunk/jsc.jsclang.library/bin/jsclang/module/
trunk/jsc.jsclang.library/bin/jsclang/module/CallbackThread.class
trunk/jsc.jsclang.library/bin/jsclang/module/ICompilationChangedListener.class
trunk/jsc.jsclang.library/bin/jsclang/module/IJSCErrorLog.class
trunk/jsc.jsclang.library/bin/jsclang/module/IJSCLogsink.class
trunk/jsc.jsclang.library/bin/jsclang/module/IJSCMessageReceiver.class
trunk/jsc.jsclang.library/bin/jsclang/module/IJSCOpenTextFile.class
trunk/jsc.jsclang.library/bin/jsclang/module/IMessageBundleGetter.class
trunk/jsc.jsclang.library/bin/jsclang/module/ISwingOSC.class
trunk/jsc.jsclang.library/bin/jsclang/module/JSCCommunicationManager$1.class
trunk/jsc.jsclang.library/bin/jsclang/module/JSCCommunicationManager$2.class
trunk/jsc.jsclang.library/bin/jsclang/module/JSCCommunicationManager$3.class
trunk/jsc.jsclang.library/bin/jsclang/module/JSCCommunicationManager$4.class
trunk/jsc.jsclang.library/bin/jsclang/module/JSCCommunicationManager.class
trunk/jsc.jsclang.library/bin/jsclang/module/JSCLang.class
trunk/jsc.jsclang.library/bin/jsclang/module/JSCLangCallback.class
trunk/jsc.jsclang.library/bin/jsclang/module/JSCLangException.class
trunk/jsc.jsclang.library/bin/jsclang/module/JSCLangMain$1.class
trunk/jsc.jsclang.library/bin/jsclang/module/JSCLangMain.class
trunk/jsc.jsclang.library/bin/jsclang/module/JSCLangModule.class
trunk/jsc.jsclang.library/bin/jsclang/module/JSCMessageException.class
trunk/jsc.jsclang.library/bin/jsclang/module/JSCMessageGetter.class
trunk/jsc.jsclang.library/bin/jsclang/module/JavaMidiReceiver.class
trunk/jsc.jsclang.library/bin/jsclang/module/OSCMessageReceiver.class
trunk/jsc.jsclang.library/bin/jsclang/supercollider/
trunk/jsc.jsclang.library/bin/jsclang/supercollider/ICompiledClassesListener.class
trunk/jsc.jsclang.library/bin/jsclang/supercollider/SCInfo$1.class
trunk/jsc.jsclang.library/bin/jsclang/supercollider/SCInfo.class
trunk/jsc.jsclang.library/bin/jsclang/supercollider/default_class_list.jsc
trunk/jsc.jsclang.library/bin/jsclang/supercollider/proxys/
trunk/jsc.jsclang.library/bin/jsclang/supercollider/proxys/AbstractJSCProxy.class
trunk/jsc.jsclang.library/bin/jsclang/supercollider/proxys/IJSCProxyConstants.class
trunk/jsc.jsclang.library/bin/jsclang/supercollider/proxys/IJavatoSCConverter.class
trunk/jsc.jsclang.library/bin/jsclang/supercollider/proxys/ISCConstants.class
trunk/jsc.jsclang.library/bin/jsclang/supercollider/proxys/JSCClassLoader$1.class
trunk/jsc.jsclang.library/bin/jsclang/supercollider/proxys/JSCClassLoader$MessageGetter.class
trunk/jsc.jsclang.library/bin/jsclang/supercollider/proxys/JSCClassLoader.class
trunk/jsc.jsclang.library/bin/jsclang/supercollider/proxys/JSCCodeProxy.class
trunk/jsc.jsclang.library/bin/jsclang/supercollider/proxys/JSCIdentityProxy.class
trunk/jsc.jsclang.library/bin/jsclang/supercollider/proxys/JSCInterpreter.class
trunk/jsc.jsclang.library/bin/jsclang/supercollider/proxys/JSCValueProxy.class
trunk/jsc.jsclang.library/bin/jsclang/supercollider/proxys/SCProxyException.class
trunk/jsc.jsclang.library/bin/jsclang/supercollider/proxys/_.class
trunk/jsc.jsclang.library/bin/jsclang/test/
trunk/jsc.jsclang.library/bin/jsclang/test/TestJSCLang$1.class
trunk/jsc.jsclang.library/bin/jsclang/test/TestJSCLang$2.class
trunk/jsc.jsclang.library/bin/jsclang/test/TestJSCLang.class
trunk/jsc.jsclang.library/bin/jsclang/util/
trunk/jsc.jsclang.library/bin/jsclang/util/Strings.class
Modified: trunk/jsc.jsclang.library/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsc.jsclang.library/META-INF/MANIFEST.MF 2012-03-19 16:23:28 UTC (rev 78)
+++ trunk/jsc.jsclang.library/META-INF/MANIFEST.MF 2012-03-19 16:28:38 UTC (rev 79)
@@ -8,6 +8,7 @@
NetUtil.jar,
TabletWrapper.jar
Export-Package: com.jhlabs.jnitablet,
+ de.sciss.net,
jsclang.module,
jsclang.supercollider,
jsclang.util
Added: trunk/jsc.jsclang.library/bin/jsclang/module/CallbackThread.class
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/bin/jsclang/module/CallbackThread.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/bin/jsclang/module/ICompilationChangedListener.class
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/bin/jsclang/module/ICompilationChangedListener.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/bin/jsclang/module/IJSCErrorLog.class
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/bin/jsclang/module/IJSCErrorLog.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/bin/jsclang/module/IJSCLogsink.class
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/bin/jsclang/module/IJSCLogsink.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/bin/jsclang/module/IJSCMessageReceiver.class
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/bin/jsclang/module/IJSCMessageReceiver.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/bin/jsclang/module/IJSCOpenTextFile.class
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/bin/jsclang/module/IJSCOpenTextFile.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/bin/jsclang/module/IMessageBundleGetter.class
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/bin/jsclang/module/IMessageBundleGetter.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/bin/jsclang/module/ISwingOSC.class
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/bin/jsclang/module/ISwingOSC.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/bin/jsclang/module/JSCCommunicationManager$1.class
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/bin/jsclang/module/JSCCommunicationManager$1.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/bin/jsclang/module/JSCCommunicationManager$2.class
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/bin/jsclang/module/JSCCommunicationManager$2.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/bin/jsclang/module/JSCCommunicationManager$3.class
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/bin/jsclang/module/JSCCommunicationManager$3.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/bin/jsclang/module/JSCCommunicationManager$4.class
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/bin/jsclang/module/JSCCommunicationManager$4.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/bin/jsclang/module/JSCCommunicationManager.class
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/bin/jsclang/module/JSCCommunicationManager.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/bin/jsclang/module/JSCLang.class
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/bin/jsclang/module/JSCLang.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/bin/jsclang/module/JSCLangCallback.class
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/bin/jsclang/module/JSCLangCallback.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/bin/jsclang/module/JSCLangException.class
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/bin/jsclang/module/JSCLangException.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/bin/jsclang/module/JSCLangMain$1.class
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/bin/jsclang/module/JSCLangMain$1.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/bin/jsclang/module/JSCLangMain.class
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/bin/jsclang/module/JSCLangMain.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/bin/jsclang/module/JSCLangModule.class
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/bin/jsclang/module/JSCLangModule.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/bin/jsclang/module/JSCMessageException.class
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/bin/jsclang/module/JSCMessageException.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/bin/jsclang/module/JSCMessageGetter.class
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/bin/jsclang/module/JSCMessageGetter.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/bin/jsclang/module/JavaMidiReceiver.class
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/bin/jsclang/module/JavaMidiReceiver.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/bin/jsclang/module/OSCMessageReceiver.class
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/bin/jsclang/module/OSCMessageReceiver.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/bin/jsclang/supercollider/ICompiledClassesListener.class
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/bin/jsclang/supercollider/ICompiledClassesListener.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/bin/jsclang/supercollider/SCInfo$1.class
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/bin/jsclang/supercollider/SCInfo$1.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/bin/jsclang/supercollider/SCInfo.class
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/bin/jsclang/supercollider/SCInfo.class
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/bin/jsclang/supercollider/default_class_list.jsc
===================================================================
--- trunk/jsc.jsclang.library/bin/jsclang/supercollider/default_class_list.jsc (rev 0)
+++ trunk/jsc.jsclang.library/bin/jsclang/supercollider/default_class_list.jsc 2012-03-19 16:28:38 UTC (rev 79)
@@ -0,0 +1,2267 @@
+APF
+AbstractConsole
+AbstractConstraint
+AbstractFunction
+AbstractIn
+AbstractNodeWatcher
+AbstractOpPlug
+AbstractOut
+AbstractPlayControl
+AbstractPlayer
+AbstractPlayerEffect
+AbstractPlayerGui
+AbstractPlayerProxy
+AbstractSFP
+AbstractSFPGui
+AbstractSample
+AbstractSinglePlayerEffect
+ActionButton
+AllpassC
+AllpassL
+AllpassN
+AmpComp
+AmpCompA
+Amplitude
+AnnotatedDebugNodeWatcher
+Any
+AppClock
+Archive
+ArgNameLabel
+Array
+Array2D
+ArrayBuffer
+ArraySpec
+ArrayedCollection
+Association
+AudioEventSpec
+AudioIn
+AudioInPlayer
+AudioPatchIn
+AudioPatchOut
+AudioSpec
+AutoClassHelper
+AutoClassHelperTest
+AutoDocTestClass2
+BPF
+BPZ2
+BRF
+BRZ2
+Bag
+Balance2
+Ball
+BasicNodeWatcher
+BasicOpUGen
+BeatClockPlayer
+BeatClockPlayerGui
+BeatSched
+BeatTrack
+BeatTrack2
+BendResponder
+BiPanB2
+BinaryOpFailureError
+BinaryOpFunction
+BinaryOpFunctionProxy
+BinaryOpPlug
+BinaryOpStream
+BinaryOpUGen
+BinaryOpXStream
+Blip
+Boolean
+BooleanEditor
+BooleanEditorGui
+BroadcastServer
+BrownNoise
+BufAllpassC
+BufAllpassL
+BufAllpassN
+BufChannels
+BufCombC
+BufCombL
+BufCombN
+BufDelayC
+BufDelayL
+BufDelayN
+BufDur
+BufEnvir
+BufFrames
+BufInfoUGenBase
+BufRateScale
+BufRd
+BufSampleRate
+BufSamples
+BufWr
+Buffer
+BufferProxy
+BufferProxySpec
+BundleNetAddr
+Bus
+BusDriver
+BusPlug
+BusPool
+BusSpec
+BusSynthDefs
+CCPlayer
+CCResponder
+COsc
+CSVFileReader
+CXAbstractLabel
+CXLabel
+CXMenu
+CXObjectInspector
+CXPlayerControl
+CXSynthPlayerControl
+ChaosGen
+Char
+CheckBadValues
+Class
+ClassBrowser
+ClassGui
+ClassHelper
+ClassInspector
+ClassNameLabel
+CleanupStream
+Client
+ClientFunc
+Clip
+ClipNoise
+Clock
+CmdPeriod
+CoinGate
+CollStream
+Collapse
+Collection
+Color
+CombC
+CombL
+CombN
+Compander
+CompanderD
+Complex
+Condition
+Constraint
+ContiguousBlock
+ContiguousBlockAllocator
+Control
+ControlName
+ControlPatchIn
+ControlPatchOut
+ControlPrototypes
+ControlRate
+ControlSpec
+Convolution
+Convolution2
+Convolution2L
+Convolution3
+CosineWarp
+CountLimit
+Crackle
+Crucial
+CurveWarp
+CuspL
+CuspN
+DC
+DUGen
+Date
+DbFaderWarp
+Dbrown
+Dbufrd
+Dbufwr
+DebugFrame
+DebugNodeWatcher
+Decay
+Decay2
+DecodeB2
+Def
+DegreeToKey
+Delay1
+Delay2
+DelayC
+DelayL
+DelayN
+Demand
+DemandEnvGen
+DeprecatedError
+DetectIndex
+DetectSilence
+Dgeom
+Dibrown
+Dictionary
+DiskIn
+DiskOut
+Diwhite
+Do
+DocParser
+Document
+DoesNotUnderstandError
+Done
+DoubleArray
+Drand
+Dseq
+Dser
+Dseries
+Dswitch
+Dswitch1
+Dust
+Dust2
+Duty
+Dwhite
+Dxrand
+DynKlang
+DynKlank
+EZNumber
+EZRanger
+EZRanger2
+EZScroller
+EZSlider
+Editor
+EditorGui
+EffectSpec
+EmbedOnce
+Env
+EnvEditor
+EnvEditorGui
+EnvGate
+EnvGen
+EnvSpec
+EnvelopedPlayer
+Enveloper2
+EnvirDispatch
+Environment
+EnvironmentRedirect
+Error
+Event
+EventPatternProxy
+EventStreamCleanup
+EventStreamPlayer
+EventStreamSpec
+EventTypesWithCleanup
+Every
+Exception
+ExpRand
+ExponentialWarp
+FBSineC
+FBSineL
+FBSineN
+FFT
+FFTTrigger
+FOS
+FSinOsc
+FaderWarp
+False
+Fdef
+File
+FileReader
+Filter
+FilterPattern
+Finalizer
+Float
+FloatArray
+FlowLayout
+FlowVar
+FlowView
+Fold
+Formant
+Formlet
+Frame
+FrameInspector
+Free
+FreeSelf
+FreeSelfWhenDone
+FreeVerb
+FreeVerb2
+FreqShift
+FuncFilterPattern
+FuncStream
+FuncStreamAsRoutine
+Function
+FunctionDef
+FunctionDefInspector
+FunctionList
+GUI
+GVerb
+Gate
+GbmanL
+GbmanN
+Gendy1
+Gendy2
+Gendy3
+GeneralHID
+GeneralHIDDevice
+GeneralHIDDeviceGUI
+GeneralHIDInfo
+GeneralHIDSlot
+GeneralHIDSpec
+GetFileDialog
+GetStringDialog
+Gradient
+GrainBuf
+GrainFM
+GrainIn
+GrainSin
+GraphBuilder
+GrayNoise
+GridLayout
+Group
+GroupedPlayerMixer
+HIDDevice
+HIDDeviceElement
+HIDDeviceService
+HIDInfo
+HPF
+HPZ1
+HPZ2
+Harmonics
+HasItemSpec
+HasPatchIns
+HasSubject
+HasSubjectGui
+Hasher
+Help
+HelpSearchResult
+Helper
+HenonC
+HenonL
+HenonN
+Hilbert
+HilbertFIR
+HiliteGradient
+History
+HistoryDispatch
+HistoryGui
+IEnvGen
+IFFT
+IODesc
+IOStream
+IRand
+IdentityBag
+IdentityDictionary
+IdentitySet
+ImmutableError
+Impulsar
+Impulse
+In
+InBus
+InFeedback
+InRange
+InRect
+InTrig
+Index
+IndexInBetween
+IndexL
+InfoUGenBase
+Insets
+Insp
+InspManager
+Inspector
+InspectorLink
+Instr
+InstrAt
+InstrGateSpawner
+InstrNameSpec
+InstrSpawner
+InstrSpawnerGui
+InstrSynthDef
+Int16Array
+Int32Array
+Int8Array
+Integer
+IntegerEditor
+Integrator
+Interface
+InterfaceDef
+InterfaceGui
+InterplChord
+InterplEnv
+InterplPairs
+InterplXYC
+Interpreter
+Interval
+IrNumberEditor
+IsEven
+IsIn
+IsNil
+IsNotIn
+IsOdd
+JFont
+JFreqScope
+JImage
+JKeyState
+JKnob
+JMouseBase
+JMouseButton
+JMouseX
+JMouseY
+JPeakMeterManager
+JPen
+JSC2DSlider
+JSCAbstractMultiSliderView
+JSCAbstractUserView
+JSCButton
+JSCCheckBox
+JSCCompositeView
+JSCContainerView
+JSCControlView
+JSCDragBoth
+JSCDragSink
+JSCDragSource
+JSCDragView
+JSCEnvelopeView
+JSCFreqScope
+JSCHLayoutView
+JSCKnob
+JSCLayoutView
+JSCListView
+JSCMovieView
+JSCMultiSliderView
+JSCNumberBox
+JSCPeakMeterView
+JSCPlugContainerView
+JSCPlugView
+JSCPopUpMenu
+JSCRangeSlider
+JSCScope
+JSCScrollBar
+JSCScrollTopView
+JSCScrollView
+JSCSlider
+JSCSliderBase
+JSCSoundFileView
+JSCStaticText
+JSCStaticTextBase
+JSCTabbedPane
+JSCTabletView
+JSCTextEditBase
+JSCTextField
+JSCTextView
+JSCTopView
+JSCUserView
+JSCVLayoutView
+JSCView
+JSCWindow
+JScopeOut
+JSoundFileViewProgressWindow
+JSpeech
+JSpeechChannel
+JStethoscope
+JTexturePaint
+JavaObject
+JscEclipse
+K2A
+KDRMaskTester
+KeyCodeResponder
+KeyCodeResponderGui
+KeyCodeResponderStack
+KeyCodeResponderStackGui
+KeyState
+KeyTrack
+Klang
+Klank
+KrNumberEditor
+KrNumberEditorGui
+KrPlayer
+KrPlayerGui
+LFClipNoise
+LFCub
+LFDClipNoise
+LFDNoise0
+LFDNoise1
+LFDNoise3
+LFNoise0
+LFNoise1
+LFNoise2
+LFPar
+LFPulse
+LFSaw
+LFTri
+LPF
+LPZ1
+LPZ2
+LRUNumberAllocator
+Lag
+Lag2
+Lag2UD
+Lag3
+Lag3UD
+LagControl
+LagIn
+LagUD
+LastValue
+Latch
+LatoocarfianC
+LatoocarfianL
+LatoocarfianN
+LazyEnvir
+LeakDC
+LeastChange
+Library
+LibraryBase
+LimitedWriteStream
+Limiter
+LinCongC
+LinCongL
+LinCongN
+LinExp
+LinLin
+LinPan2
+LinRand
+LinXFade2
+Line
+LinearWarp
+Linen
+LinkedList
+LinkedListNode
+List
+ListDUGen
+ListPattern
+LocalClient
+LocalIn
+LocalOut
+LocalQuarks
+Logistic
+LorenzL
+Loudness
+MFCC
+MIDIClient
+MIDIClockOut
+MIDIEndPoint
+MIDIEvent
+MIDIFreqPlayer
+MIDIGatePlayer
+MIDIHoldsNotes
+MIDIIn
+MIDIOut
+MIDIPlayer
+MIDIResponder
+MLIDbrowser
+Magnitude
+Main
+MantissaMask
+Maybe
+Median
+Message
+Meta_A2K
+Meta_APF
+Meta_AbstractConsole
+Meta_AbstractConstraint
+Meta_AbstractFunction
+Meta_AbstractIn
+Meta_AbstractNodeWatcher
+Meta_AbstractOpPlug
+Meta_AbstractOut
+Meta_AbstractPlayControl
+Meta_AbstractPlayer
+Meta_AbstractPlayerEffect
+Meta_AbstractPlayerGui
+Meta_AbstractPlayerProxy
+Meta_AbstractSFP
+Meta_AbstractSFPGui
+Meta_AbstractSample
+Meta_AbstractSinglePlayerEffect
+Meta_ActionButton
+Meta_AllpassC
+Meta_AllpassL
+Meta_AllpassN
+Meta_AmpComp
+Meta_AmpCompA
+Meta_Amplitude
+Meta_AnnotatedDebugNodeWatcher
+Meta_Any
+Meta_AppClock
+Meta_Archive
+Meta_ArgNameLabel
+Meta_Array
+Meta_Array2D
+Meta_ArrayBuffer
+Meta_ArraySpec
+Meta_ArrayedCollection
+Meta_Association
+Meta_AudioEventSpec
+Meta_AudioIn
+Meta_AudioInPlayer
+Meta_AudioPatchIn
+Meta_AudioPatchOut
+Meta_AudioSpec
+Meta_AutoClassHelper
+Meta_AutoClassHelperTest
+Meta_AutoDocTestClass2
+Meta_BPF
+Meta_BPZ2
+Meta_BRF
+Meta_BRZ2
+Meta_Bag
+Meta_Balance2
+Meta_Ball
+Meta_BasicNodeWatcher
+Meta_BasicOpUGen
+Meta_BeatClockPlayer
+Meta_BeatClockPlayerGui
+Meta_BeatSched
+Meta_BeatTrack
+Meta_BeatTrack2
+Meta_BendResponder
+Meta_BiPanB2
+Meta_BinaryOpFailureError
+Meta_BinaryOpFunction
+Meta_BinaryOpFunctionProxy
+Meta_BinaryOpPlug
+Meta_BinaryOpStream
+Meta_BinaryOpUGen
+Meta_BinaryOpXStream
+Meta_Blip
+Meta_Boolean
+Meta_BooleanEditor
+Meta_BooleanEditorGui
+Meta_BroadcastServer
+Meta_BrownNoise
+Meta_BufAllpassC
+Meta_BufAllpassL
+Meta_BufAllpassN
+Meta_BufChannels
+Meta_BufCombC
+Meta_BufCombL
+Meta_BufCombN
+Meta_BufDelayC
+Meta_BufDelayL
+Meta_BufDelayN
+Meta_BufDur
+Meta_BufEnvir
+Meta_BufFrames
+Meta_BufInfoUGenBase
+Meta_BufRateScale
+Meta_BufRd
+Meta_BufSampleRate
+Meta_BufSamples
+Meta_BufWr
+Meta_Buffer
+Meta_BufferProxy
+Meta_BufferProxySpec
+Meta_BundleNetAddr
+Meta_Bus
+Meta_BusDriver
+Meta_BusPlug
+Meta_BusPool
+Meta_BusSpec
+Meta_BusSynthDefs
+Meta_CCPlayer
+Meta_CCResponder
+Meta_COsc
+Meta_CSVFileReader
+Meta_CXAbstractLabel
+Meta_CXLabel
+Meta_CXMenu
+Meta_CXObjectInspector
+Meta_CXPlayerControl
+Meta_CXSynthPlayerControl
+Meta_ChaosGen
+Meta_Char
+Meta_CheckBadValues
+Meta_Class
+Meta_ClassBrowser
+Meta_ClassGui
+Meta_ClassHelper
+Meta_ClassInspector
+Meta_ClassNameLabel
+Meta_CleanupStream
+Meta_Client
+Meta_ClientFunc
+Meta_Clip
+Meta_ClipNoise
+Meta_Clock
+Meta_CmdPeriod
+Meta_CoinGate
+Meta_CollStream
+Meta_Collapse
+Meta_Collection
+Meta_Color
+Meta_CombC
+Meta_CombL
+Meta_CombN
+Meta_Compander
+Meta_CompanderD
+Meta_Complex
+Meta_Condition
+Meta_Constraint
+Meta_ContiguousBlock
+Meta_ContiguousBlockAllocator
+Meta_Control
+Meta_ControlName
+Meta_ControlPatchIn
+Meta_ControlPatchOut
+Meta_ControlPrototypes
+Meta_ControlRate
+Meta_ControlSpec
+Meta_Convolution
+Meta_Convolution2
+Meta_Convolution2L
+Meta_Convolution3
+Meta_CosineWarp
+Meta_CountLimit
+Meta_Crackle
+Meta_Crucial
+Meta_CurveWarp
+Meta_CuspL
+Meta_CuspN
+Meta_DC
+Meta_DUGen
+Meta_Date
+Meta_DbFaderWarp
+Meta_Dbrown
+Meta_Dbufrd
+Meta_Dbufwr
+Meta_DebugFrame
+Meta_DebugNodeWatcher
+Meta_Decay
+Meta_Decay2
+Meta_DecodeB2
+Meta_Def
+Meta_DegreeToKey
+Meta_Delay1
+Meta_Delay2
+Meta_DelayC
+Meta_DelayL
+Meta_DelayN
+Meta_Demand
+Meta_DemandEnvGen
+Meta_DeprecatedError
+Meta_DetectIndex
+Meta_DetectSilence
+Meta_Dgeom
+Meta_Dibrown
+Meta_Dictionary
+Meta_DiskIn
+Meta_DiskOut
+Meta_Diwhite
+Meta_Do
+Meta_DocParser
+Meta_Document
+Meta_DoesNotUnderstandError
+Meta_Done
+Meta_DoubleArray
+Meta_Drand
+Meta_Dseq
+Meta_Dser
+Meta_Dseries
+Meta_Dswitch
+Meta_Dswitch1
+Meta_Dust
+Meta_Dust2
+Meta_Duty
+Meta_Dwhite
+Meta_Dxrand
+Meta_DynKlang
+Meta_DynKlank
+Meta_EZNumber
+Meta_EZRanger
+Meta_EZRanger2
+Meta_EZScroller
+Meta_EZSlider
+Meta_Editor
+Meta_EditorGui
+Meta_EffectSpec
+Meta_EmbedOnce
+Meta_Env
+Meta_EnvEditor
+Meta_EnvEditorGui
+Meta_EnvGate
+Meta_EnvGen
+Meta_EnvSpec
+Meta_EnvelopedPlayer
+Meta_Enveloper2
+Meta_EnvirDispatch
+Meta_Environment
+Meta_EnvironmentRedirect
+Meta_Error
+Meta_Event
+Meta_EventPatternProxy
+Meta_EventStreamCleanup
+Meta_EventStreamPlayer
+Meta_EventStreamSpec
+Meta_EventTypesWithCleanup
+Meta_Every
+Meta_Exception
+Meta_ExpRand
+Meta_ExponentialWarp
+Meta_FBSineC
+Meta_FBSineL
+Meta_FBSineN
+Meta_FFT
+Meta_FFTTrigger
+Meta_FOS
+Meta_FSinOsc
+Meta_FaderWarp
+Meta_False
+Meta_Fdef
+Meta_File
+Meta_FileReader
+Meta_Filter
+Meta_FilterPattern
+Meta_Finalizer
+Meta_Float
+Meta_FloatArray
+Meta_FlowLayout
+Meta_FlowVar
+Meta_FlowView
+Meta_Fold
+Meta_Formant
+Meta_Formlet
+Meta_Frame
+Meta_FrameInspector
+Meta_Free
+Meta_FreeSelf
+Meta_FreeSelfWhenDone
+Meta_FreeVerb
+Meta_FreeVerb2
+Meta_FreqShift
+Meta_FuncFilterPattern
+Meta_FuncStream
+Meta_FuncStreamAsRoutine
+Meta_Function
+Meta_FunctionDef
+Meta_FunctionDefInspector
+Meta_FunctionList
+Meta_GUI
+Meta_GVerb
+Meta_Gate
+Meta_GbmanL
+Meta_GbmanN
+Meta_Gendy1
+Meta_Gendy2
+Meta_Gendy3
+Meta_GeneralHID
+Meta_GeneralHIDDevice
+Meta_GeneralHIDDeviceGUI
+Meta_GeneralHIDInfo
+Meta_GeneralHIDSlot
+Meta_GeneralHIDSpec
+Meta_GetFileDialog
+Meta_GetStringDialog
+Meta_Gradient
+Meta_GrainBuf
+Meta_GrainFM
+Meta_GrainIn
+Meta_GrainSin
+Meta_GraphBuilder
+Meta_GrayNoise
+Meta_GridLayout
+Meta_Group
+Meta_GroupedPlayerMixer
+Meta_HIDDevice
+Meta_HIDDeviceElement
+Meta_HIDDeviceService
+Meta_HIDInfo
+Meta_HPF
+Meta_HPZ1
+Meta_HPZ2
+Meta_Harmonics
+Meta_HasItemSpec
+Meta_HasPatchIns
+Meta_HasSubject
+Meta_HasSubjectGui
+Meta_Hasher
+Meta_Help
+Meta_HelpSearchResult
+Meta_Helper
+Meta_HenonC
+Meta_HenonL
+Meta_HenonN
+Meta_Hilbert
+Meta_HilbertFIR
+Meta_HiliteGradient
+Meta_History
+Meta_HistoryDispatch
+Meta_HistoryGui
+Meta_IEnvGen
+Meta_IFFT
+Meta_IODesc
+Meta_IOStream
+Meta_IRand
+Meta_IdentityBag
+Meta_IdentityDictionary
+Meta_IdentitySet
+Meta_ImmutableError
+Meta_Impulsar
+Meta_Impulse
+Meta_In
+Meta_InBus
+Meta_InFeedback
+Meta_InRange
+Meta_InRect
+Meta_InTrig
+Meta_Index
+Meta_IndexInBetween
+Meta_IndexL
+Meta_InfoUGenBase
+Meta_Insets
+Meta_Insp
+Meta_InspManager
+Meta_Inspector
+Meta_InspectorLink
+Meta_Instr
+Meta_InstrAt
+Meta_InstrGateSpawner
+Meta_InstrNameSpec
+Meta_InstrSpawner
+Meta_InstrSpawnerGui
+Meta_InstrSynthDef
+Meta_Int16Array
+Meta_Int32Array
+Meta_Int8Array
+Meta_Integer
+Meta_IntegerEditor
+Meta_Integrator
+Meta_Interface
+Meta_InterfaceDef
+Meta_InterfaceGui
+Meta_InterplChord
+Meta_InterplEnv
+Meta_InterplPairs
+Meta_InterplXYC
+Meta_Interpreter
+Meta_Interval
+Meta_IrNumberEditor
+Meta_IsEven
+Meta_IsIn
+Meta_IsNil
+Meta_IsNotIn
+Meta_IsOdd
+Meta_JFont
+Meta_JFreqScope
+Meta_JImage
+Meta_JKeyState
+Meta_JKnob
+Meta_JMouseBase
+Meta_JMouseButton
+Meta_JMouseX
+Meta_JMouseY
+Meta_JPeakMeterManager
+Meta_JPen
+Meta_JSC2DSlider
+Meta_JSCAbstractMultiSliderView
+Meta_JSCAbstractUserView
+Meta_JSCButton
+Meta_JSCCheckBox
+Meta_JSCCompositeView
+Meta_JSCContainerView
+Meta_JSCControlView
+Meta_JSCDragBoth
+Meta_JSCDragSink
+Meta_JSCDragSource
+Meta_JSCDragView
+Meta_JSCEnvelopeView
+Meta_JSCFreqScope
+Meta_JSCHLayoutView
+Meta_JSCKnob
+Meta_JSCLayoutView
+Meta_JSCListView
+Meta_JSCMovieView
+Meta_JSCMultiSliderView
+Meta_JSCNumberBox
+Meta_JSCPeakMeterView
+Meta_JSCPlugContainerView
+Meta_JSCPlugView
+Meta_JSCPopUpMenu
+Meta_JSCRangeSlider
+Meta_JSCScope
+Meta_JSCScrollBar
+Meta_JSCScrollTopView
+Meta_JSCScrollView
+Meta_JSCSlider
+Meta_JSCSliderBase
+Meta_JSCSoundFileView
+Meta_JSCStaticText
+Meta_JSCStaticTextBase
+Meta_JSCTabbedPane
+Meta_JSCTabletView
+Meta_JSCTextEditBase
+Meta_JSCTextField
+Meta_JSCTextView
+Meta_JSCTopView
+Meta_JSCUserView
+Meta_JSCVLayoutView
+Meta_JSCView
+Meta_JSCWindow
+Meta_JScopeOut
+Meta_JSoundFileViewProgressWindow
+Meta_JSpeech
+Meta_JSpeechChannel
+Meta_JStethoscope
+Meta_JTexturePaint
+Meta_JavaObject
+Meta_JscEclipse
+Meta_K2A
+Meta_KDRMaskTester
+Meta_KeyCodeResponder
+Meta_KeyCodeResponderGui
+Meta_KeyCodeResponderStack
+Meta_KeyCodeResponderStackGui
+Meta_KeyState
+Meta_KeyTrack
+Meta_Klang
+Meta_Klank
+Meta_KrNumberEditor
+Meta_KrNumberEditorGui
+Meta_KrPlayer
+Meta_KrPlayerGui
+Meta_LFClipNoise
+Meta_LFCub
+Meta_LFDClipNoise
+Meta_LFDNoise0
+Meta_LFDNoise1
+Meta_LFDNoise3
+Meta_LFNoise0
+Meta_LFNoise1
+Meta_LFNoise2
+Meta_LFPar
+Meta_LFPulse
+Meta_LFSaw
+Meta_LFTri
+Meta_LPF
+Meta_LPZ1
+Meta_LPZ2
+Meta_LRUNumberAllocator
+Meta_Lag
+Meta_Lag2
+Meta_Lag2UD
+Meta_Lag3
+Meta_Lag3UD
+Meta_LagControl
+Meta_LagIn
+Meta_LagUD
+Meta_LastValue
+Meta_Latch
+Meta_LatoocarfianC
+Meta_LatoocarfianL
+Meta_LatoocarfianN
+Meta_LazyEnvir
+Meta_LeakDC
+Meta_LeastChange
+Meta_Library
+Meta_LibraryBase
+Meta_LimitedWriteStream
+Meta_Limiter
+Meta_LinCongC
+Meta_LinCongL
+Meta_LinCongN
+Meta_LinExp
+Meta_LinLin
+Meta_LinPan2
+Meta_LinRand
+Meta_LinXFade2
+Meta_Line
+Meta_LinearWarp
+Meta_Linen
+Meta_LinkedList
+Meta_LinkedListNode
+Meta_List
+Meta_ListDUGen
+Meta_ListPattern
+Meta_LocalClient
+Meta_LocalIn
+Meta_LocalOut
+Meta_LocalQuarks
+Meta_Logistic
+Meta_LorenzL
+Meta_Loudness
+Meta_MFCC
+Meta_MIDIClient
+Meta_MIDIClockOut
+Meta_MIDIEndPoint
+Meta_MIDIEvent
+Meta_MIDIFreqPlayer
+Meta_MIDIGatePlayer
+Meta_MIDIHoldsNotes
+Meta_MIDIIn
+Meta_MIDIOut
+Meta_MIDIPlayer
+Meta_MIDIResponder
+Meta_MLIDbrowser
+Meta_Magnitude
+Meta_Main
+Meta_MantissaMask
+Meta_Maybe
+Meta_Median
+Meta_Message
+Meta_Method
+Meta_MethodError
+Meta_MethodGui
+Meta_MethodInspector
+Meta_MethodLabel
+Meta_MethodQuote
+Meta_MidEQ
+Meta_Midi2FreqUGen
+Meta_Mix
...
[truncated message content] |
|
From: <dkl...@us...> - 2012-08-16 14:22:48
|
Revision: 232
http://jsce.svn.sourceforge.net/jsce/?rev=232&view=rev
Author: dkleinrath
Date: 2012-08-16 14:22:39 +0000 (Thu, 16 Aug 2012)
Log Message:
-----------
Added Paths:
-----------
trunk/jsc.jsclang.library/jscicons/
trunk/jsc.jsclang.library/jscicons/compile_library.gif
trunk/jsc.jsclang.library/jscicons/config_wiz.gif
trunk/jsc.jsclang.library/jscicons/config_wiz.png
trunk/jsc.jsclang.library/jscicons/cube.gif
trunk/jsc.jsclang.library/jscicons/eclipse_tests.gif
trunk/jsc.jsclang.library/jscicons/jsc_shutdown.gif
trunk/jsc.jsclang.library/jscicons/jsc_start.gif
trunk/jsc.jsclang.library/jscicons/server.gif
trunk/jsc.jsclang.library/jscicons/start_interpreter.png
trunk/jsc.jsclang.library/jscicons/start_server.gif
trunk/jsc.jsclang.library/jscicons/start_swingosc.gif
trunk/jsc.jsclang.library/jscicons/stop_interpret.gif
trunk/jsc.jsclang.library/jscicons/stop_server.gif
trunk/jsc.jsclang.library/jscicons/stop_swingosc.gif
Added: trunk/jsc.jsclang.library/jscicons/compile_library.gif
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jscicons/compile_library.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/jscicons/config_wiz.gif
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jscicons/config_wiz.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/jscicons/config_wiz.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jscicons/config_wiz.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/jscicons/cube.gif
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jscicons/cube.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/jscicons/eclipse_tests.gif
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jscicons/eclipse_tests.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/jscicons/jsc_shutdown.gif
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jscicons/jsc_shutdown.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/jscicons/jsc_start.gif
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jscicons/jsc_start.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/jscicons/server.gif
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jscicons/server.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/jscicons/start_interpreter.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jscicons/start_interpreter.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/jscicons/start_server.gif
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jscicons/start_server.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/jscicons/start_swingosc.gif
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jscicons/start_swingosc.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/jscicons/stop_interpret.gif
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jscicons/stop_interpret.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/jscicons/stop_server.gif
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jscicons/stop_server.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/jscicons/stop_swingosc.gif
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jscicons/stop_swingosc.gif
___________________________________________________________________
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: <dkl...@us...> - 2012-08-16 14:30:02
|
Revision: 234
http://jsce.svn.sourceforge.net/jsce/?rev=234&view=rev
Author: dkleinrath
Date: 2012-08-16 14:29:53 +0000 (Thu, 16 Aug 2012)
Log Message:
-----------
Added Paths:
-----------
trunk/jsc.jsclang.library/jscicons/
trunk/jsc.jsclang.library/jscicons/compile_library.gif
trunk/jsc.jsclang.library/jscicons/config_wiz.gif
trunk/jsc.jsclang.library/jscicons/config_wiz.png
trunk/jsc.jsclang.library/jscicons/cube.gif
trunk/jsc.jsclang.library/jscicons/eclipse_tests.gif
trunk/jsc.jsclang.library/jscicons/jsc_shutdown.gif
trunk/jsc.jsclang.library/jscicons/jsc_start.gif
trunk/jsc.jsclang.library/jscicons/server.gif
trunk/jsc.jsclang.library/jscicons/start_interpreter.png
trunk/jsc.jsclang.library/jscicons/start_server.gif
trunk/jsc.jsclang.library/jscicons/start_swingosc.gif
trunk/jsc.jsclang.library/jscicons/stop_interpret.gif
trunk/jsc.jsclang.library/jscicons/stop_server.gif
trunk/jsc.jsclang.library/jscicons/stop_swingosc.gif
Added: trunk/jsc.jsclang.library/jscicons/compile_library.gif
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jscicons/compile_library.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/jscicons/config_wiz.gif
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jscicons/config_wiz.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/jscicons/config_wiz.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jscicons/config_wiz.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/jscicons/cube.gif
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jscicons/cube.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/jscicons/eclipse_tests.gif
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jscicons/eclipse_tests.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/jscicons/jsc_shutdown.gif
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jscicons/jsc_shutdown.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/jscicons/jsc_start.gif
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jscicons/jsc_start.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/jscicons/server.gif
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jscicons/server.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/jscicons/start_interpreter.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jscicons/start_interpreter.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/jscicons/start_server.gif
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jscicons/start_server.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/jscicons/start_swingosc.gif
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jscicons/start_swingosc.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/jscicons/stop_interpret.gif
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jscicons/stop_interpret.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/jscicons/stop_server.gif
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jscicons/stop_server.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/jsc.jsclang.library/jscicons/stop_swingosc.gif
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jscicons/stop_swingosc.gif
___________________________________________________________________
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: <dkl...@us...> - 2012-11-26 15:46:18
|
Revision: 377
http://jsce.svn.sourceforge.net/jsce/?rev=377&view=rev
Author: dkleinrath
Date: 2012-11-26 15:46:11 +0000 (Mon, 26 Nov 2012)
Log Message:
-----------
Added Paths:
-----------
trunk/jsc.jsclang.library/jsclang.jar
Removed Paths:
-------------
trunk/jsc.jsclang.library/jsclang.jar
Deleted: trunk/jsc.jsclang.library/jsclang.jar
===================================================================
(Binary files differ)
Added: trunk/jsc.jsclang.library/jsclang.jar
===================================================================
(Binary files differ)
Property changes on: trunk/jsc.jsclang.library/jsclang.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.
|