You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by gb...@apache.org on 2010/10/29 15:36:21 UTC

svn commit: r1028734 - in /pivot/trunk: LICENSE build.xml

Author: gbrown
Date: Fri Oct 29 13:36:21 2010
New Revision: 1028734

URL: http://svn.apache.org/viewvc?rev=1028734&view=rev
Log:
Add SVG Salamander JAR to demo and tutorial classpaths; add SVG Salamander license to LICENSE file.

Modified:
    pivot/trunk/LICENSE
    pivot/trunk/build.xml

Modified: pivot/trunk/LICENSE
URL: http://svn.apache.org/viewvc/pivot/trunk/LICENSE?rev=1028734&r1=1028733&r2=1028734&view=diff
==============================================================================
--- pivot/trunk/LICENSE (original)
+++ pivot/trunk/LICENSE Fri Oct 29 13:36:21 2010
@@ -616,3 +616,19 @@ The following components are licensed un
          here. Licensor shall not be bound by any additional provisions that
          may appear in any communication from You. This License may not be
          modified without the mutual written agreement of the Licensor and You.
+
+===============================================================================
+
+SVG support is based on SVG Salamander, written by Mark McKay and released under the BSD license:
+
+Copyright (c) 2010, Mark McKay
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+    * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+    * Neither the name of the kitfox.com nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+

Modified: pivot/trunk/build.xml
URL: http://svn.apache.org/viewvc/pivot/trunk/build.xml?rev=1028734&r1=1028733&r2=1028734&view=diff
==============================================================================
--- pivot/trunk/build.xml (original)
+++ pivot/trunk/build.xml Fri Oct 29 13:36:21 2010
@@ -511,6 +511,13 @@ limitations under the License.
 
     <!-- Generate deployment files -->
     <target name="deploy" depends="package">
+        <!-- Copy library depenencies lib directory -->
+        <copy todir="${folder.lib}">
+            <fileset dir="wtk/lib">
+                <include name="*.jar"/>
+            </fileset>
+        </copy>
+
         <!-- Sign JARS -->
         <mkdir dir="${folder.lib}/signed"/>
         <copy todir="${folder.lib}/signed">