You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2010/09/06 15:50:20 UTC

svn commit: r993030 - in /mina/vysper/trunk: demo/pubsub/client/ dist/src/main/assembly/ server/core/src/main/java/org/apache/vysper/xmpp/addressing/ server/core/src/main/java/org/apache/vysper/xmpp/modules/roster/persistence/ server/extensions/xep0124...

Author: ngn
Date: Mon Sep  6 13:50:19 2010
New Revision: 993030

URL: http://svn.apache.org/viewvc?rev=993030&view=rev
Log:
Fixing missing license headers and RAT config. Removing incorrect exclusion that inhibits our source bundles from building

Modified:
    mina/vysper/trunk/demo/pubsub/client/pom.xml
    mina/vysper/trunk/dist/src/main/assembly/src.xml
    mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/addressing/EntityUtils.java
    mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/modules/roster/persistence/RosterManagerUtils.java
    mina/vysper/trunk/server/extensions/xep0124-xep0206-bosh/pom.xml

Modified: mina/vysper/trunk/demo/pubsub/client/pom.xml
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/demo/pubsub/client/pom.xml?rev=993030&r1=993029&r2=993030&view=diff
==============================================================================
--- mina/vysper/trunk/demo/pubsub/client/pom.xml (original)
+++ mina/vysper/trunk/demo/pubsub/client/pom.xml Mon Sep  6 13:50:19 2010
@@ -18,10 +18,18 @@
 
 <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/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>vysper-parent</artifactId>
+    <groupId>org.apache.vysper</groupId>
+    <version>0.7-SNAPSHOT</version>
+    <relativePath>../../../pom.xml</relativePath>
+  </parent>
+
+
   <groupId>org.apache.vysper</groupId>
   <artifactId>demo-pubsub-client</artifactId>
   <name>Apache Vysper XEP-0060 Publish-Subscribe Demo Application</name>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>0.7-SNAPSHOT</version>
 
   <repositories>
     <repository>

Modified: mina/vysper/trunk/dist/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/dist/src/main/assembly/src.xml?rev=993030&r1=993029&r2=993030&view=diff
==============================================================================
--- mina/vysper/trunk/dist/src/main/assembly/src.xml (original)
+++ mina/vysper/trunk/dist/src/main/assembly/src.xml Mon Sep  6 13:50:19 2010
@@ -31,7 +31,6 @@
       <directory>..</directory>
       <outputDirectory></outputDirectory>
       <excludes>
-        <exclude>**/dist/**</exclude>
         <exclude>**/target/**</exclude>
         <exclude>.*</exclude>
         <exclude>.*/**</exclude>

Modified: mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/addressing/EntityUtils.java
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/addressing/EntityUtils.java?rev=993030&r1=993029&r2=993030&view=diff
==============================================================================
--- mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/addressing/EntityUtils.java (original)
+++ mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/addressing/EntityUtils.java Mon Sep  6 13:50:19 2010
@@ -1,3 +1,22 @@
+/*
+ *  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.
+ *
+ */
 package org.apache.vysper.xmpp.addressing;
 
 import org.apache.vysper.xmpp.server.ServerRuntimeContext;

Modified: mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/modules/roster/persistence/RosterManagerUtils.java
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/modules/roster/persistence/RosterManagerUtils.java?rev=993030&r1=993029&r2=993030&view=diff
==============================================================================
--- mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/modules/roster/persistence/RosterManagerUtils.java (original)
+++ mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/modules/roster/persistence/RosterManagerUtils.java Mon Sep  6 13:50:19 2010
@@ -1,3 +1,22 @@
+/*
+ *  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.
+ *
+ */
 package org.apache.vysper.xmpp.modules.roster.persistence;
 
 import org.apache.vysper.xmpp.server.ServerRuntimeContext;

Modified: mina/vysper/trunk/server/extensions/xep0124-xep0206-bosh/pom.xml
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/server/extensions/xep0124-xep0206-bosh/pom.xml?rev=993030&r1=993029&r2=993030&view=diff
==============================================================================
--- mina/vysper/trunk/server/extensions/xep0124-xep0206-bosh/pom.xml (original)
+++ mina/vysper/trunk/server/extensions/xep0124-xep0206-bosh/pom.xml Mon Sep  6 13:50:19 2010
@@ -110,5 +110,32 @@
 				</plugins>
 			</build>
 		</profile>
+	    <profile>
+	      <id>apache-release</id>
+	      <build>
+	        <plugins>
+	          <plugin>
+	            <groupId>org.codehaus.mojo</groupId>
+	            <artifactId>rat-maven-plugin</artifactId>
+	            <version>1.0-alpha-3</version>
+	            <executions>
+	              <execution>
+	                <id>verify-licenses</id>
+	                <phase>verify</phase>
+	                <goals>
+	                  <goal>check</goal>
+	                </goals>
+	              </execution>
+	            </executions>
+				<configuration>
+					<excludes>
+						<exclude>src/main/resources/keystore-README.txt</exclude>
+						<exclude>src/examples/resources/**</exclude>
+					</excludes>
+				</configuration>
+	          </plugin>
+	        </plugins>
+	      </build>
+	    </profile>
 	</profiles>
 </project>