You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/05/26 21:23:25 UTC

svn commit: r778854 - in /incubator/pivot/trunk: DISCLAIMER NOTICE README build.properties

Author: tvolkert
Date: Tue May 26 19:23:24 2009
New Revision: 778854

URL: http://svn.apache.org/viewvc?rev=778854&view=rev
Log:
Updated release files in preparation for the 1.2 release

Modified:
    incubator/pivot/trunk/DISCLAIMER
    incubator/pivot/trunk/NOTICE
    incubator/pivot/trunk/README
    incubator/pivot/trunk/build.properties

Modified: incubator/pivot/trunk/DISCLAIMER
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/DISCLAIMER?rev=778854&r1=778853&r2=778854&view=diff
==============================================================================
--- incubator/pivot/trunk/DISCLAIMER (original)
+++ incubator/pivot/trunk/DISCLAIMER Tue May 26 19:23:24 2009
@@ -1,5 +1,10 @@
-Apache Pivot is an effort undergoing incubation at The ASF, sponsored by the Apache Incubator Project Management Committee (PMC).
+Apache Pivot is an effort undergoing incubation at The ASF, sponsored by the
+Apache Incubator Project Management Committee (PMC).
 
-Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects.
+Incubation is required of all newly accepted projects until a further review
+indicates that the infrastructure, communications, and decision making process
+have stabilized in a manner consistent with other successful ASF projects.
 
-While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+While incubation status is not necessarily a reflection of the completeness or
+stability of the code, it does indicate that the project has yet to be fully
+endorsed by the ASF.

Modified: incubator/pivot/trunk/NOTICE
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/NOTICE?rev=778854&r1=778853&r2=778854&view=diff
==============================================================================
--- incubator/pivot/trunk/NOTICE (original)
+++ incubator/pivot/trunk/NOTICE Tue May 26 19:23:24 2009
@@ -29,13 +29,21 @@
 ======================================================================
 
 Pivot's servlets (pivot.web.server) are built using Apache Tomcat's
-implementation of the Servlet 2.5 specification, which is licensed under
-the Apache License 2.0.
+implementation of the Servlet 2.5 specification, which is licensed
+under the Apache License 2.0.
 
 http://tomcat.apache.org/
 
 ======================================================================
 
+Pivot's WTKX classes (pivot.wtkx.*) are built using the Streaming API
+for XML (StAX) reference implementation, which is licensed under the
+Apache License 2.0.
+
+http://stax.codehaus.org/
+
+======================================================================
+
 The drop shadow decorator (pivot.wtk.effects.DropShadowDecorator) uses
 code from "Filthy Rich Clients" by Chet Haase and Romain Guy, which is
 licensed under the Berkeley Software Distribution (BSD) License.
@@ -44,14 +52,14 @@
 
 ======================================================================
 
-The IM client demo uses the Smack Jabber API developed by Ignite Realtime and
-licensed under the Apache 2.0 license.
+The IM client demo (pivot.demos.dom.IMClient) uses the Smack Jabber API
+developed by Ignite Realtime and licensed under the Apache License 2.0.
 
 http://www.igniterealtime.org/
 
 ======================================================================
 
-The scripting demo uses the Groovy scripting engine, which is licensed under
-the Apache 2.0 license:
+The scripting demo (pivot.demos.scripting.ScriptingDemo) uses the Groovy
+scripting engine, which is licensed under the Apache License 2.0.
 
 http://groovy.codehaus.org/

Modified: incubator/pivot/trunk/README
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/README?rev=778854&r1=778853&r2=778854&view=diff
==============================================================================
--- incubator/pivot/trunk/README (original)
+++ incubator/pivot/trunk/README Tue May 26 19:23:24 2009
@@ -63,6 +63,5 @@
 =============
 
 Pivot home page: http://incubator.apache.org/pivot
-Demos:           http://cwiki.apache.org/PIVOT/demos.html
-Tutorials:       http://cwiki.apache.org/PIVOT/tutorial.html
+Wiki:            http://cwiki.apache.org/PIVOT/
 Javadoc:         http://incubator.apache.org/pivot/1.2/docs/api/index.html

Modified: incubator/pivot/trunk/build.properties
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/build.properties?rev=778854&r1=778853&r2=778854&view=diff
==============================================================================
--- incubator/pivot/trunk/build.properties (original)
+++ incubator/pivot/trunk/build.properties Tue May 26 19:23:24 2009
@@ -1 +1,15 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to you 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.
 version=1.2-incubating