Author: psharples
Date: Wed Aug 22 18:23:00 2012
New Revision: 1376178
URL: http://svn.apache.org/viewvc?rev=1376178&view=rev
Log:
Updated RELEASE_NOTES, UPGRADING, LICENSE files. Removed SNAPSHOT references in
properties files, in advance of 0.12.0 tag being created.
Modified:
incubator/wookie/trunk/LICENSE
incubator/wookie/trunk/NEW_AND_NOTEWORTHY
incubator/wookie/trunk/RELEASE_NOTES
incubator/wookie/trunk/UPGRADING
incubator/wookie/trunk/build.properties
incubator/wookie/trunk/connector/java/build.properties
incubator/wookie/trunk/connector/java/ivy.xml
incubator/wookie/trunk/connector/java/pom-template.xml
incubator/wookie/trunk/digsig-client/java/build.properties
incubator/wookie/trunk/digsig-client/java/ivy.xml
incubator/wookie/trunk/etc/release/maven/war/LICENSE
incubator/wookie/trunk/etc/release/runsignatures.bat
incubator/wookie/trunk/etc/release/runsignatures.sh
incubator/wookie/trunk/etc/release/standalone/LICENSE
incubator/wookie/trunk/etc/release/war/LICENSE
incubator/wookie/trunk/ivy.xml
incubator/wookie/trunk/modules/jcr/build.properties
incubator/wookie/trunk/modules/jcr/ivy.xml
incubator/wookie/trunk/parser/java/build.properties
incubator/wookie/trunk/parser/java/ivy.xml
incubator/wookie/trunk/parser/java/pom-template.xml
incubator/wookie/trunk/pom-template.xml
incubator/wookie/trunk/src/widgetserver.properties
Modified: incubator/wookie/trunk/LICENSE
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/LICENSE?rev=1376178&r1=1376177&r2=1376178&view=diff
==============================================================================
--- incubator/wookie/trunk/LICENSE (original)
+++ incubator/wookie/trunk/LICENSE Wed Aug 22 18:23:00 2012
@@ -663,4 +663,46 @@ INCLUDING BUT NOT LIMITED TO THE WARRANT
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
ACTION OF
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE
-OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
+OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+===============================================================================
+The following components come under the W3C Software License
+===============================================================================
+
+xmldsig-core-schema.xsd
+ Containing project URL:
http://www.w3.org/Consortium/Legal/copyright-software-19980720
+
+Copyright © 1994-2002 World Wide Web Consortium, (Massachusetts Institute of
Technology,
+Institut National de Recherche en Informatique et en Automatique, Keio
University).
+All Rights Reserved. http://www.w3.org/Consortium/Legal/
+
+This W3C work (including software, documents, or other related items) is being
provided by the
+copyright holders under the following license. By obtaining, using and/or
copying this work,
+you (the licensee) agree that you have read, understood, and will comply with
the following
+terms and conditions:
+
+Permission to use, copy, modify, and distribute this software and its
documentation, with or
+without modification, for any purpose and without fee or royalty is hereby
granted, provided
+that you include the following on ALL copies of the software and documentation
or portions
+thereof, including modifications, that you make:
+
+ The full text of this NOTICE in a location viewable to users of the
redistributed or derivative work.
+ Any pre-existing intellectual property disclaimers, notices, or terms and
conditions. If none exist,
+ a short notice of the following form (hypertext is preferred, text is
permitted) should be used
+ within the body of any redistributed or derivative code: "Copyright ©
[$date-of-software] World
+ Wide Web Consortium, (Massachusetts Institute of Technology, Institut
National de Recherche en
+ Informatique et en Automatique, Keio University). All Rights Reserved.
http://www.w3.org/Consortium/Legal/"
+ Notice of any changes or modifications to the W3C files, including the
date changes were made.
+ (We recommend you provide URIs to the location from which the code is
derived.)
+
+THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS
MAKE NO REPRESENTATIONS OR
+WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF
MERCHANTABILITY OR FITNESS
+FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION
WILL NOT INFRINGE ANY
+THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
+
+COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
CONSEQUENTIAL DAMAGES
+ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION.
+
+The name and trademarks of copyright holders may NOT be used in advertising or
publicity pertaining
+to the software without specific, written prior permission. Title to copyright
in this software and
+any associated documentation will at all times remain with copyright holders.
Modified: incubator/wookie/trunk/NEW_AND_NOTEWORTHY
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/NEW_AND_NOTEWORTHY?rev=1376178&r1=1376177&r2=1376178&view=diff
==============================================================================
--- incubator/wookie/trunk/NEW_AND_NOTEWORTHY (original)
+++ incubator/wookie/trunk/NEW_AND_NOTEWORTHY Wed Aug 22 18:23:00 2012
@@ -1,13 +1,27 @@
-# New and Noteworthy: 0.11.0
+# New and Noteworthy: 0.12.0
-## Backend refactoring
+## W3C XML Digital Signatures for Widgets specification implemented
-There were significant backend changes in this revision removing a lot of
redundancy in the core model APIs,
-particularly between the parser and server modules.
+W3C XML Digital Signatures for Widgets specifies how both authors and
distributors of widgets can
+digitally sign a Widget package. This means that an organisation can choose
to automatically install
+and update widgets that carry recognised signatures - for example from a
reputable online widget store
+(distributor) or from an approved widget author rather than require
administrative intervention to approve
+them.
+
+See http://dev.w3.org/2006/waf/widgets-digsig/ for more information on the
specification.
+
+Thanks to Pushpalanka Jayawardhana for this new feature
-## GetHost() for shared widgets
+## Wookie can broadcast a widget import message
-Widgets using the Wave feature can now use getHost() and getHosts() to get
participants in the Host role.
+Using Wookies property file, you can set a flag and URL endpoint to allow
Wookie
+to POST a message to indicate that it has imported a new widget. This is
useful
+in situations where a container application also wants to import these widgets.
-You can also create Participants with roles using the REST API and the
Connector; any participant with a
-role of "host" will be automatically made available through getHost() and
getHosts() calls in the widget.
\ No newline at end of file
+## W3C package Validator REST service
+
+Wookie can be configured to validate W3C Widget packages. This is different
behaviour
+from importing a package into Wookie, as in this case (if enabled) anyone can
validate
+a package. The package is not imported into Wookie and its resources are all
removed after
+parsing. This service provide a way for users to check if a package is valid
or not and
+exposes the W3C Parser module as a service.
\ No newline at end of file
Modified: incubator/wookie/trunk/RELEASE_NOTES
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/RELEASE_NOTES?rev=1376178&r1=1376177&r2=1376178&view=diff
==============================================================================
--- incubator/wookie/trunk/RELEASE_NOTES (original)
+++ incubator/wookie/trunk/RELEASE_NOTES Wed Aug 22 18:23:00 2012
@@ -4,25 +4,22 @@ See https://issues.apache.org/jira/brows
For more detailed information on significant changes, see NEW_AND_NOTEWORTHY
-Version 0.11.0
+Version 0.12.0
==============
Bugs Fixed
==========
- * WOOKIE-347 - Demo page does not work in IE9 (due to page being run in
quirks mode)
- * WOOKIE-346 - DWR 2.0.5 no longer available (Updated to 2.0.10)
- * WOOKIE-341 - Walkthrough widget actions show as 'undefined' in IE
+ * WOOKIE-359 - Widget.preferences.setItem don´t work if widget contains
an iframe with a remote src
Improvements
-============
- * WOOKIE-345 - Refactor model APIs to improve consistency and remove
duplication
- * WOOKIE-344 - Remove deprecated non-localized model methods
- * WOOKIE-343 - Remove remaining references to deprecated model APIs
- * WOOKIE-342 - Modify LICENSE and NOTICE files to reflect similar
entries as ones found in RAVE distro
+============
+ * WOOKIE-325 - Add a "validate package" feature to the Wookie rest API
+ * WOOKIE-357 - Improved documentation to get started with the released
war
New Features
============
-* WOOKIE-66 - Implement getHost() method of Wave feature
+ * WOOKIE-139 Implement the W3C XML Digital Signatures for Widgets
specification in Wookie
+ * WOOKIE-362 Allow Wookie to broadcast update status once a new widget
is imported
Known Issues
============
Modified: incubator/wookie/trunk/UPGRADING
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/UPGRADING?rev=1376178&r1=1376177&r2=1376178&view=diff
==============================================================================
--- incubator/wookie/trunk/UPGRADING (original)
+++ incubator/wookie/trunk/UPGRADING Wed Aug 22 18:23:00 2012
@@ -1,13 +1,17 @@
This document details any special actions that need to be taken when upgrading
Wookie from a previous version. For
general information on new features and improvements, see NEW_AND_NOTEWORTHY.
+FROM 0.11.0 TO 0.12.0
+=====================
+No major changes to the core or database schema. The W3CParser module has been
updated so it is possible
+you may need to clear your ivy cache on your local machine.
+
FROM 0.10.0 TO 0.11.0
=====================
Participants now have a role attribute to support the getHost() method in
shared widgets.
Scripts for migrating databases to 0.11.0 can be found in /scripts/migration.
-
FROM 0.9.2 TO 0.10.0
====================
Modified: incubator/wookie/trunk/build.properties
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/build.properties?rev=1376178&r1=1376177&r2=1376178&view=diff
==============================================================================
--- incubator/wookie/trunk/build.properties (original)
+++ incubator/wookie/trunk/build.properties Wed Aug 22 18:23:00 2012
@@ -1,4 +1,4 @@
-version=0.12.0-incubating-SNAPSHOT
+version=0.12.0-incubating
# Uncomment to include Extra features
include.extra.features
Modified: incubator/wookie/trunk/connector/java/build.properties
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/java/build.properties?rev=1376178&r1=1376177&r2=1376178&view=diff
==============================================================================
--- incubator/wookie/trunk/connector/java/build.properties (original)
+++ incubator/wookie/trunk/connector/java/build.properties Wed Aug 22 18:23:00
2012
@@ -1,4 +1,4 @@
-version=0.12.0-incubating-SNAPSHOT
+version=0.12.0-incubating
# build configuration properties
build.dir=../../build
Modified: incubator/wookie/trunk/connector/java/ivy.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/java/ivy.xml?rev=1376178&r1=1376177&r2=1376178&view=diff
==============================================================================
--- incubator/wookie/trunk/connector/java/ivy.xml (original)
+++ incubator/wookie/trunk/connector/java/ivy.xml Wed Aug 22 18:23:00 2012
@@ -15,7 +15,7 @@
limitations under the License.
-->
<ivy-module version="2.0">
- <info organisation="org.apache.wookie" module="wookie-java-connector"
revision="0.12.0-incubating-SNAPSHOT"/>
+ <info organisation="org.apache.wookie" module="wookie-java-connector"
revision="0.12.0-incubating"/>
<configurations>
<conf name="deploy" description="Provide the necessary files and
libraries to deploy in a production environment"/>
Modified: incubator/wookie/trunk/connector/java/pom-template.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/java/pom-template.xml?rev=1376178&r1=1376177&r2=1376178&view=diff
==============================================================================
--- incubator/wookie/trunk/connector/java/pom-template.xml (original)
+++ incubator/wookie/trunk/connector/java/pom-template.xml Wed Aug 22 18:23:00
2012
@@ -37,9 +37,9 @@
<inceptionYear>2009</inceptionYear>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/wookie/trunk/connector/java</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/wookie/trunk/connector/java/</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/java/</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/wookie/tags/0.12.0-incubating/connector/java</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/wookie/tags/0.12.0-incubating/connector/java/</developerConnection>
+
<url>http://svn.apache.org/viewvc/incubator/wookie/tags/0.12.0-incubating/connector/java/</url>
</scm>
<mailingLists>
Modified: incubator/wookie/trunk/digsig-client/java/build.properties
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/digsig-client/java/build.properties?rev=1376178&r1=1376177&r2=1376178&view=diff
==============================================================================
--- incubator/wookie/trunk/digsig-client/java/build.properties (original)
+++ incubator/wookie/trunk/digsig-client/java/build.properties Wed Aug 22
18:23:00 2012
@@ -1,4 +1,4 @@
-version=0.12.0-incubating-SNAPSHOT
+version=0.12.0-incubating
# build configuration properties
build.dir=build
Modified: incubator/wookie/trunk/digsig-client/java/ivy.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/digsig-client/java/ivy.xml?rev=1376178&r1=1376177&r2=1376178&view=diff
==============================================================================
--- incubator/wookie/trunk/digsig-client/java/ivy.xml (original)
+++ incubator/wookie/trunk/digsig-client/java/ivy.xml Wed Aug 22 18:23:00 2012
@@ -16,7 +16,7 @@
-->
<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven">
<info organisation="org.apache.wookie" module="wookie-digsig-client"
- revision="0.12.0-incubating-SNAPSHOT" />
+ revision="0.12.0-incubating" />
<configurations>
<conf name="deploy" description="Provide the necessary files
and libraries to deploy" />
</configurations>
Modified: incubator/wookie/trunk/etc/release/maven/war/LICENSE
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/etc/release/maven/war/LICENSE?rev=1376178&r1=1376177&r2=1376178&view=diff
==============================================================================
--- incubator/wookie/trunk/etc/release/maven/war/LICENSE (original)
+++ incubator/wookie/trunk/etc/release/maven/war/LICENSE Wed Aug 22 18:23:00
2012
@@ -1266,4 +1266,47 @@ ANY THEORY OF LIABILITY, WHETHER IN CONT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+===============================================================================
+The following components come under the W3C Software License
+===============================================================================
+
+xmldsig-core-schema.xsd
+ Containing project URL:
http://www.w3.org/Consortium/Legal/copyright-software-19980720
+
+Copyright © 1994-2002 World Wide Web Consortium, (Massachusetts Institute of
Technology,
+Institut National de Recherche en Informatique et en Automatique, Keio
University).
+All Rights Reserved. http://www.w3.org/Consortium/Legal/
+
+This W3C work (including software, documents, or other related items) is being
provided by the
+copyright holders under the following license. By obtaining, using and/or
copying this work,
+you (the licensee) agree that you have read, understood, and will comply with
the following
+terms and conditions:
+
+Permission to use, copy, modify, and distribute this software and its
documentation, with or
+without modification, for any purpose and without fee or royalty is hereby
granted, provided
+that you include the following on ALL copies of the software and documentation
or portions
+thereof, including modifications, that you make:
+
+ The full text of this NOTICE in a location viewable to users of the
redistributed or derivative work.
+ Any pre-existing intellectual property disclaimers, notices, or terms and
conditions. If none exist,
+ a short notice of the following form (hypertext is preferred, text is
permitted) should be used
+ within the body of any redistributed or derivative code: "Copyright ©
[$date-of-software] World
+ Wide Web Consortium, (Massachusetts Institute of Technology, Institut
National de Recherche en
+ Informatique et en Automatique, Keio University). All Rights Reserved.
http://www.w3.org/Consortium/Legal/"
+ Notice of any changes or modifications to the W3C files, including the
date changes were made.
+ (We recommend you provide URIs to the location from which the code is
derived.)
+
+THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS
MAKE NO REPRESENTATIONS OR
+WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF
MERCHANTABILITY OR FITNESS
+FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION
WILL NOT INFRINGE ANY
+THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
+
+COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
CONSEQUENTIAL DAMAGES
+ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION.
+
+The name and trademarks of copyright holders may NOT be used in advertising or
publicity pertaining
+to the software without specific, written prior permission. Title to copyright
in this software and
+any associated documentation will at all times remain with copyright holders.
+
+
-----------------------
Modified: incubator/wookie/trunk/etc/release/runsignatures.bat
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/etc/release/runsignatures.bat?rev=1376178&r1=1376177&r2=1376178&view=diff
==============================================================================
--- incubator/wookie/trunk/etc/release/runsignatures.bat (original)
+++ incubator/wookie/trunk/etc/release/runsignatures.bat Wed Aug 22 18:23:00
2012
@@ -11,7 +11,7 @@ rem WITHOUT WARRANTIES OR CONDITIONS OF
rem See the License for the specific language governing permissions and
rem limitations under the License.
-set WOOKIE-VERSION=0.12.0-incubating-SNAPSHOT
+set WOOKIE-VERSION=0.12.0-incubating
set ROOT-FOLDER=%WOOKIE-VERSION%
set SOURCE-FOLDER=source
set SRC-BUILD-TAR=apache-wookie-%WOOKIE-VERSION%-src.tar.gz
Modified: incubator/wookie/trunk/etc/release/runsignatures.sh
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/etc/release/runsignatures.sh?rev=1376178&r1=1376177&r2=1376178&view=diff
==============================================================================
--- incubator/wookie/trunk/etc/release/runsignatures.sh (original)
+++ incubator/wookie/trunk/etc/release/runsignatures.sh Wed Aug 22 18:23:00 2012
@@ -13,7 +13,7 @@
# limitations under the License.
#
echo "Run Signatures"
-export WOOKIE_VERSION="0.12.0-incubating-SNAPSHOT"
+export WOOKIE_VERSION="0.12.0-incubating"
export ROOT_FOLDER=$WOOKIE_VERSION
export SOURCE_FOLDER="$WOOKIE_VERSION/source/"
export SRC_BUILD_TAR="apache-wookie-$WOOKIE_VERSION-src.tar.gz"
Modified: incubator/wookie/trunk/etc/release/standalone/LICENSE
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/etc/release/standalone/LICENSE?rev=1376178&r1=1376177&r2=1376178&view=diff
==============================================================================
--- incubator/wookie/trunk/etc/release/standalone/LICENSE (original)
+++ incubator/wookie/trunk/etc/release/standalone/LICENSE Wed Aug 22 18:23:00
2012
@@ -1318,5 +1318,48 @@ This plug-in contains a bytecode disasse
that doing so will not violate the terms of any licenses that apply to your
use of that method, as such licenses may not permit you to
reverse engineer, decompile, or disassemble method bytecodes.
+===============================================================================
+The following components come under the W3C Software License
+===============================================================================
+
+xmldsig-core-schema.xsd
+ Containing project URL:
http://www.w3.org/Consortium/Legal/copyright-software-19980720
+
+Copyright © 1994-2002 World Wide Web Consortium, (Massachusetts Institute of
Technology,
+Institut National de Recherche en Informatique et en Automatique, Keio
University).
+All Rights Reserved. http://www.w3.org/Consortium/Legal/
+
+This W3C work (including software, documents, or other related items) is being
provided by the
+copyright holders under the following license. By obtaining, using and/or
copying this work,
+you (the licensee) agree that you have read, understood, and will comply with
the following
+terms and conditions:
+
+Permission to use, copy, modify, and distribute this software and its
documentation, with or
+without modification, for any purpose and without fee or royalty is hereby
granted, provided
+that you include the following on ALL copies of the software and documentation
or portions
+thereof, including modifications, that you make:
+
+ The full text of this NOTICE in a location viewable to users of the
redistributed or derivative work.
+ Any pre-existing intellectual property disclaimers, notices, or terms and
conditions. If none exist,
+ a short notice of the following form (hypertext is preferred, text is
permitted) should be used
+ within the body of any redistributed or derivative code: "Copyright ©
[$date-of-software] World
+ Wide Web Consortium, (Massachusetts Institute of Technology, Institut
National de Recherche en
+ Informatique et en Automatique, Keio University). All Rights Reserved.
http://www.w3.org/Consortium/Legal/"
+ Notice of any changes or modifications to the W3C files, including the
date changes were made.
+ (We recommend you provide URIs to the location from which the code is
derived.)
+
+THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS
MAKE NO REPRESENTATIONS OR
+WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF
MERCHANTABILITY OR FITNESS
+FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION
WILL NOT INFRINGE ANY
+THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
+
+COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
CONSEQUENTIAL DAMAGES
+ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION.
+
+The name and trademarks of copyright holders may NOT be used in advertising or
publicity pertaining
+to the software without specific, written prior permission. Title to copyright
in this software and
+any associated documentation will at all times remain with copyright holders.
+
+
------------------------------------------------------------------------------
Modified: incubator/wookie/trunk/etc/release/war/LICENSE
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/etc/release/war/LICENSE?rev=1376178&r1=1376177&r2=1376178&view=diff
==============================================================================
--- incubator/wookie/trunk/etc/release/war/LICENSE (original)
+++ incubator/wookie/trunk/etc/release/war/LICENSE Wed Aug 22 18:23:00 2012
@@ -1266,4 +1266,46 @@ ANY THEORY OF LIABILITY, WHETHER IN CONT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+===============================================================================
+The following components come under the W3C Software License
+===============================================================================
+
+xmldsig-core-schema.xsd
+ Containing project URL:
http://www.w3.org/Consortium/Legal/copyright-software-19980720
+
+Copyright © 1994-2002 World Wide Web Consortium, (Massachusetts Institute of
Technology,
+Institut National de Recherche en Informatique et en Automatique, Keio
University).
+All Rights Reserved. http://www.w3.org/Consortium/Legal/
+
+This W3C work (including software, documents, or other related items) is being
provided by the
+copyright holders under the following license. By obtaining, using and/or
copying this work,
+you (the licensee) agree that you have read, understood, and will comply with
the following
+terms and conditions:
+
+Permission to use, copy, modify, and distribute this software and its
documentation, with or
+without modification, for any purpose and without fee or royalty is hereby
granted, provided
+that you include the following on ALL copies of the software and documentation
or portions
+thereof, including modifications, that you make:
+
+ The full text of this NOTICE in a location viewable to users of the
redistributed or derivative work.
+ Any pre-existing intellectual property disclaimers, notices, or terms and
conditions. If none exist,
+ a short notice of the following form (hypertext is preferred, text is
permitted) should be used
+ within the body of any redistributed or derivative code: "Copyright ©
[$date-of-software] World
+ Wide Web Consortium, (Massachusetts Institute of Technology, Institut
National de Recherche en
+ Informatique et en Automatique, Keio University). All Rights Reserved.
http://www.w3.org/Consortium/Legal/"
+ Notice of any changes or modifications to the W3C files, including the
date changes were made.
+ (We recommend you provide URIs to the location from which the code is
derived.)
+
+THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS
MAKE NO REPRESENTATIONS OR
+WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF
MERCHANTABILITY OR FITNESS
+FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION
WILL NOT INFRINGE ANY
+THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
+
+COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
CONSEQUENTIAL DAMAGES
+ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION.
+
+The name and trademarks of copyright holders may NOT be used in advertising or
publicity pertaining
+to the software without specific, written prior permission. Title to copyright
in this software and
+any associated documentation will at all times remain with copyright holders.
+
-----------------------
Modified: incubator/wookie/trunk/ivy.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/ivy.xml?rev=1376178&r1=1376177&r2=1376178&view=diff
==============================================================================
--- incubator/wookie/trunk/ivy.xml (original)
+++ incubator/wookie/trunk/ivy.xml Wed Aug 22 18:23:00 2012
@@ -15,7 +15,7 @@
limitations under the License.
-->
<ivy-module version="2.0">
- <info organisation="org.apache.wookie" module="wookie"
revision="0.12.0-incubating-SNAPSHOT"/>
+ <info organisation="org.apache.wookie" module="wookie"
revision="0.12.0-incubating"/>
<configurations>
<conf name="deploy" description="Provide the necessary files and
libraries to deploy in a production environment"/>
@@ -40,9 +40,9 @@
</publications>
<dependencies>
- <dependency org="org.apache.wookie" name="wookie-java-connector"
rev="0.12.0-incubating-SNAPSHOT" conf="deploy->default">
+ <dependency org="org.apache.wookie" name="wookie-java-connector"
rev="0.12.0-incubating" conf="deploy->default">
</dependency>
- <dependency org="org.apache.wookie" name="wookie-parser"
rev="0.12.0-incubating-SNAPSHOT" conf="deploy->default">
+ <dependency org="org.apache.wookie" name="wookie-parser"
rev="0.12.0-incubating" conf="deploy->default">
</dependency>
<!-- Uncomment to include JCR persistence manager -->
Modified: incubator/wookie/trunk/modules/jcr/build.properties
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/modules/jcr/build.properties?rev=1376178&r1=1376177&r2=1376178&view=diff
==============================================================================
--- incubator/wookie/trunk/modules/jcr/build.properties (original)
+++ incubator/wookie/trunk/modules/jcr/build.properties Wed Aug 22 18:23:00 2012
@@ -1,4 +1,4 @@
-version=0.12.0-incubating-SNAPSHOT
+version=0.12.0-incubating
# build configuration properties
build.dir=../../build
Modified: incubator/wookie/trunk/modules/jcr/ivy.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/modules/jcr/ivy.xml?rev=1376178&r1=1376177&r2=1376178&view=diff
==============================================================================
--- incubator/wookie/trunk/modules/jcr/ivy.xml (original)
+++ incubator/wookie/trunk/modules/jcr/ivy.xml Wed Aug 22 18:23:00 2012
@@ -15,7 +15,7 @@
limitations under the License.
-->
<ivy-module version="2.0">
- <info organisation="org.apache.wookie" module="wookie-jcr"
revision="0.12.0-incubating-SNAPSHOT"/>
+ <info organisation="org.apache.wookie" module="wookie-jcr"
revision="0.12.0-incubating"/>
<configurations>
<conf name="deploy" description="Provide the necessary files and
libraries to deploy in a production environment"/>
@@ -24,10 +24,10 @@
</configurations>
<dependencies>
- <dependency org="org.apache.wookie" name="wookie"
rev="0.12.0-incubating-SNAPSHOT" conf="deploy->default">
+ <dependency org="org.apache.wookie" name="wookie"
rev="0.12.0-incubating" conf="deploy->default">
<artifact name="wookie" type="war" ext="war" conf="deploy->default"/>
</dependency>
- <dependency org="org.apache.wookie" name="wookie-parser"
rev="0.12.0-incubating-SNAPSHOT" conf="deploy->default">
+ <dependency org="org.apache.wookie" name="wookie-parser"
rev="0.12.0-incubating" conf="deploy->default">
</dependency>
<dependency org="commons-pool" name="commons-pool" rev="1.3"
conf="deploy->default">
</dependency>
Modified: incubator/wookie/trunk/parser/java/build.properties
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/parser/java/build.properties?rev=1376178&r1=1376177&r2=1376178&view=diff
==============================================================================
--- incubator/wookie/trunk/parser/java/build.properties (original)
+++ incubator/wookie/trunk/parser/java/build.properties Wed Aug 22 18:23:00 2012
@@ -1,4 +1,4 @@
-version=0.12.0-incubating-SNAPSHOT
+version=0.12.0-incubating
# build configuration properties
build.dir=../../build
Modified: incubator/wookie/trunk/parser/java/ivy.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/parser/java/ivy.xml?rev=1376178&r1=1376177&r2=1376178&view=diff
==============================================================================
--- incubator/wookie/trunk/parser/java/ivy.xml (original)
+++ incubator/wookie/trunk/parser/java/ivy.xml Wed Aug 22 18:23:00 2012
@@ -15,7 +15,7 @@
limitations under the License.
-->
<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven">
- <info organisation="org.apache.wookie" module="wookie-parser"
revision="0.12.0-incubating-SNAPSHOT"/>
+ <info organisation="org.apache.wookie" module="wookie-parser"
revision="0.12.0-incubating"/>
<configurations>
<conf name="deploy" description="Provide the necessary files and
libraries to deploy in a production environment"/>
Modified: incubator/wookie/trunk/parser/java/pom-template.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/parser/java/pom-template.xml?rev=1376178&r1=1376177&r2=1376178&view=diff
==============================================================================
--- incubator/wookie/trunk/parser/java/pom-template.xml (original)
+++ incubator/wookie/trunk/parser/java/pom-template.xml Wed Aug 22 18:23:00 2012
@@ -31,9 +31,9 @@
<inceptionYear>2009</inceptionYear>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/wookie/trunk/parser</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/wookie/trunk/parser/</developerConnection>
- <url>http://svn.apache.org/viewvc/incubator/wookie/trunk/parser/</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/wookie/tags/0.12.0-incubating/parser</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/wookie/tags/0.12.0-incubating/parser/</developerConnection>
+
<url>http://svn.apache.org/viewvc/incubator/wookie/tags/0.12.0-incubating/parser/</url>
</scm>
<mailingLists>
Modified: incubator/wookie/trunk/pom-template.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/pom-template.xml?rev=1376178&r1=1376177&r2=1376178&view=diff
==============================================================================
--- incubator/wookie/trunk/pom-template.xml (original)
+++ incubator/wookie/trunk/pom-template.xml Wed Aug 22 18:23:00 2012
@@ -36,9 +36,9 @@
<inceptionYear>2009</inceptionYear>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/wookie/trunk</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/wookie/trunk</developerConnection>
- <url>http://svn.apache.org/viewvc/incubator/wookie/trunk/</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/wookie/tags/0.12.0-incubating</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/wookie/tags/0.12.0-incubating</developerConnection>
+
<url>http://svn.apache.org/viewvc/incubator/wookie/tags/0.12.0-incubating/</url>
</scm>
<mailingLists>
Modified: incubator/wookie/trunk/src/widgetserver.properties
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/src/widgetserver.properties?rev=1376178&r1=1376177&r2=1376178&view=diff
==============================================================================
--- incubator/wookie/trunk/src/widgetserver.properties (original)
+++ incubator/wookie/trunk/src/widgetserver.properties Wed Aug 22 18:23:00 2012
@@ -1,4 +1,4 @@
-widget.version=0.12.0-incubating-SNAPSHOT
+widget.version=0.12.0-incubating
widget.build.date=
[email protected]
widget.web.page=http://incubator.apache.org/wookie