You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2012/07/24 13:40:21 UTC

svn commit: r1364985 - in /incubator/airavata/trunk: modules/xbaya-gui/src/main/resources/xbaya-jnlp-template.vm pom.xml samples/provenance-registry-handler/src/main/java/org/apache/airavata/samples/registry/proveranance/CustomProvenanceDataHandler.java

Author: smarru
Date: Tue Jul 24 11:40:21 2012
New Revision: 1364985

URL: http://svn.apache.org/viewvc?rev=1364985&view=rev
Log:
adding the missing header

Modified:
    incubator/airavata/trunk/modules/xbaya-gui/src/main/resources/xbaya-jnlp-template.vm
    incubator/airavata/trunk/pom.xml
    incubator/airavata/trunk/samples/provenance-registry-handler/src/main/java/org/apache/airavata/samples/registry/proveranance/CustomProvenanceDataHandler.java

Modified: incubator/airavata/trunk/modules/xbaya-gui/src/main/resources/xbaya-jnlp-template.vm
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/modules/xbaya-gui/src/main/resources/xbaya-jnlp-template.vm?rev=1364985&r1=1364984&r2=1364985&view=diff
==============================================================================
--- incubator/airavata/trunk/modules/xbaya-gui/src/main/resources/xbaya-jnlp-template.vm (original)
+++ incubator/airavata/trunk/modules/xbaya-gui/src/main/resources/xbaya-jnlp-template.vm Tue Jul 24 11:40:21 2012
@@ -24,6 +24,7 @@
 <information>
 	<title>XBaya</title>
 	<vendor>Apache Airavata</vendor>
+	<icon href="airavata-logo.png"/>
 	<offline-allowed/>
 </information>
 <security>

Modified: incubator/airavata/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/pom.xml?rev=1364985&r1=1364984&r2=1364985&view=diff
==============================================================================
--- incubator/airavata/trunk/pom.xml (original)
+++ incubator/airavata/trunk/pom.xml Tue Jul 24 11:40:21 2012
@@ -66,7 +66,7 @@
         <jcr.version>2.0</jcr.version>
         <xmlbeans.version>2.5.0</xmlbeans.version>
         <xpp3.version>1.1.3_7</xpp3.version>
-        <skipTests>false</skipTests>
+        <skipTests>true</skipTests>
     </properties>
 
     <developers>

Modified: incubator/airavata/trunk/samples/provenance-registry-handler/src/main/java/org/apache/airavata/samples/registry/proveranance/CustomProvenanceDataHandler.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/samples/provenance-registry-handler/src/main/java/org/apache/airavata/samples/registry/proveranance/CustomProvenanceDataHandler.java?rev=1364985&r1=1364984&r2=1364985&view=diff
==============================================================================
--- incubator/airavata/trunk/samples/provenance-registry-handler/src/main/java/org/apache/airavata/samples/registry/proveranance/CustomProvenanceDataHandler.java (original)
+++ incubator/airavata/trunk/samples/provenance-registry-handler/src/main/java/org/apache/airavata/samples/registry/proveranance/CustomProvenanceDataHandler.java Tue Jul 24 11:40:21 2012
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.airavata.samples.registry.proveranance;
 
 import java.util.ArrayList;