You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by ja...@apache.org on 2013/03/22 20:19:22 UTC

svn commit: r1459937 - in /rave/trunk: rave-components/rave-core-api/ rave-integration-tests/ rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-dependencies/ rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-...

Author: jasha
Date: Fri Mar 22 19:19:21 2013
New Revision: 1459937

URL: http://svn.apache.org/r1459937
Log:
Minor fixes
Update Selenium to work with latest Firefox
Add svn:ignores
Add missing license header in pom

Modified:
    rave/trunk/rave-components/rave-core-api/   (props changed)
    rave/trunk/rave-components/rave-core-api/pom.xml
    rave/trunk/rave-integration-tests/pom.xml
    rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-dependencies/   (props changed)
    rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-resources/   (props changed)

Propchange: rave/trunk/rave-components/rave-core-api/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Mar 22 19:19:21 2013
@@ -0,0 +1,2 @@
+target
+*.iml

Modified: rave/trunk/rave-components/rave-core-api/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-components/rave-core-api/pom.xml?rev=1459937&r1=1459936&r2=1459937&view=diff
==============================================================================
--- rave/trunk/rave-components/rave-core-api/pom.xml (original)
+++ rave/trunk/rave-components/rave-core-api/pom.xml Fri Mar 22 19:19:21 2013
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -10,6 +29,8 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>rave-core-api</artifactId>
+    <name>Apache Rave :: rave-core-api</name>
+    <description>Apache Rave Core API</description>
 
     <dependencies>
         <dependency>

Modified: rave/trunk/rave-integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-integration-tests/pom.xml?rev=1459937&r1=1459936&r2=1459937&view=diff
==============================================================================
--- rave/trunk/rave-integration-tests/pom.xml (original)
+++ rave/trunk/rave-integration-tests/pom.xml Fri Mar 22 19:19:21 2013
@@ -42,7 +42,7 @@
         <org.hamcrest.version>1.3</org.hamcrest.version>
         <commons-logging.version>1.1.1</commons-logging.version>
         <!-- New Selenium versions are often needed after an upgrade of Mozilla Firefox -->
-        <selenium.version>[2.25.0,2.29.99)</selenium.version>
+        <selenium.version>2.31.0</selenium.version>
         <meta.filter />
 
         <!-- Cargo configuration properties -->

Propchange: rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-dependencies/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Mar 22 19:19:21 2013
@@ -1 +1,2 @@
 *.iml
+target

Propchange: rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-resources/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Mar 22 19:19:21 2013
@@ -1 +1,3 @@
 *.iml
+target
+overlays