You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by sm...@apache.org on 2013/04/28 19:06:20 UTC

svn commit: r1476799 - in /incubator/climate/trunk: curator/pom.xml filemgr/pom.xml pom.xml

Author: smarru
Date: Sun Apr 28 17:06:20 2013
New Revision: 1476799

URL: http://svn.apache.org/r1476799
Log:
incrementally changing the source code to apache packages. Starting with maven builds. 

Modified:
    incubator/climate/trunk/curator/pom.xml
    incubator/climate/trunk/filemgr/pom.xml
    incubator/climate/trunk/pom.xml

Modified: incubator/climate/trunk/curator/pom.xml
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/curator/pom.xml?rev=1476799&r1=1476798&r2=1476799&view=diff
==============================================================================
--- incubator/climate/trunk/curator/pom.xml (original)
+++ incubator/climate/trunk/curator/pom.xml Sun Apr 28 17:06:20 2013
@@ -1,65 +1,66 @@
 <?xml version="1.0"?>
-<!-- 
-  Copyright 2010 California Institute of Technology. ALL RIGHTS
-  RESERVED. U.S. Government Sponsorship acknowledged.
-  
-  $Id$
--->
-<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>
-    <groupId>gov.nasa.jpl.wrm</groupId>
-    <artifactId>wrm-core</artifactId>
-    <version>1.1.0-dev</version>
-    <relativePath>../pom.xml</relativePath>
-  </parent>
-  <groupId>gov.nasa.jpl.wrm</groupId>
-  <artifactId>wrm-curator</artifactId>
-  <packaging>war</packaging>
-  <version>0.0.0</version>
-  <name>WRM Curation Interface</name>
-  <url>http://wrm.jpl.nasa.gov:8888/curator/</url>
-  <description>A web application for managing policy for products and files and metadata that have
+
+<!--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/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<groupId>org.apache.climate</groupId>
+		<artifactId>apache-climate</artifactId>
+		<version>0.1-INCUBATING-SNAPSHOT</version>
+		<relativePath>../pom.xml</relativePath>
+	</parent>
+	<artifactId>apache-climate-curator</artifactId>
+	<packaging>war</packaging>
+	<version>0.0.0</version>
+	<name>Apache Climate Curation Interface</name>
+	<url>http://wrm.jpl.nasa.gov:8888/curator/</url>
+	<description>A web application for managing policy for products and files and metadata that have
     been ingested via the CAS component.</description>
-  <dependencies>
-    <dependency>
-      <groupId>gov.nasa.jpl.oodt</groupId>
-      <artifactId>cas-filemgr</artifactId>
-      <version>1.8.0</version>
-    </dependency>
-    <dependency>
-      <groupId>gov.nasa.jpl.oodt</groupId>
-      <artifactId>cas-curator</artifactId>
-      <version>1.1.0-dev</version>
-    </dependency>
-    <dependency>
-      <groupId>gov.nasa.jpl.oodt</groupId>
-      <artifactId>cas-curator</artifactId>
-      <version>1.1.0-dev</version>
-      <type>war</type>
-    </dependency>
-    <dependency>
-      <groupId>gov.nasa.jpl.oodt</groupId>
-      <artifactId>cas-sso</artifactId>
-      <version>1.0.0</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-      <version>${commons.httpclient.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>net.sf.json-lib</groupId>
-      <artifactId>json-lib</artifactId>
-      <version>2.3</version>
-      <classifier>jdk15</classifier>
-    </dependency>
-    <dependency>
-      <groupId>com.sun.jersey</groupId>
-      <artifactId>jersey-server</artifactId>
-      <version>1.1.2-ea</version>
-    </dependency>
-  </dependencies>
+	<dependencies>
+		<dependency>
+			<groupId>gov.nasa.jpl.oodt</groupId>
+			<artifactId>cas-filemgr</artifactId>
+			<version>1.8.0</version>
+		</dependency>
+		<dependency>
+			<groupId>gov.nasa.jpl.oodt</groupId>
+			<artifactId>cas-curator</artifactId>
+			<version>1.1.0-dev</version>
+		</dependency>
+		<dependency>
+			<groupId>gov.nasa.jpl.oodt</groupId>
+			<artifactId>cas-curator</artifactId>
+			<version>1.1.0-dev</version>
+			<type>war</type>
+		</dependency>
+		<dependency>
+			<groupId>gov.nasa.jpl.oodt</groupId>
+			<artifactId>cas-sso</artifactId>
+			<version>1.0.0</version>
+		</dependency>
+		<dependency>
+			<groupId>commons-httpclient</groupId>
+			<artifactId>commons-httpclient</artifactId>
+			<version>${commons.httpclient.version}</version>
+		</dependency>
+		<dependency>
+			<groupId>net.sf.json-lib</groupId>
+			<artifactId>json-lib</artifactId>
+			<version>2.3</version>
+			<classifier>jdk15</classifier>
+		</dependency>
+		<dependency>
+			<groupId>com.sun.jersey</groupId>
+			<artifactId>jersey-server</artifactId>
+			<version>1.1.2-ea</version>
+		</dependency>
+	</dependencies>
 </project>

Modified: incubator/climate/trunk/filemgr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/filemgr/pom.xml?rev=1476799&r1=1476798&r2=1476799&view=diff
==============================================================================
--- incubator/climate/trunk/filemgr/pom.xml (original)
+++ incubator/climate/trunk/filemgr/pom.xml Sun Apr 28 17:06:20 2013
@@ -1,68 +1,66 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- 
-    Copyright 2008 California Institute of Technology. ALL RIGHTS
-    RESERVED. U.S. Government Sponsorship acknowledged.
-    
-    $Id$
-    
-    Author: ahart
-    Description: This is the pom for WRM File Manager. It is an extension of 
-                 CAS File Manager.
--->
-<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>
-        <groupId>gov.nasa.jpl.wrm</groupId>
-        <artifactId>wrm-core</artifactId>
-        <version>1.1.0-dev</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
-    <artifactId>wrm-filemgr</artifactId>
-    <name>WRM File Manager (OODT CAS:FileMgr)</name>
-    <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.4</version>
-                <configuration>
-                    <forkMode>pertest</forkMode>
-                    <useSystemClassLoader>false</useSystemClassLoader>
-                    <forkedProcessTimeoutInSeconds>0</forkedProcessTimeoutInSeconds>
-                    <redirectTestOutputToFile>true</redirectTestOutputToFile>
-                    <includes>
-                        <include>**/*Test*.java</include>
-                    </includes>
-                </configuration>
-            </plugin>
-
-        </plugins>
-    </build>
-    <dependencies>
-        <dependency>
-            <groupId>gov.nasa.jpl.oodt</groupId>
-            <artifactId>cas-commons</artifactId>
-            <version>${cas.commons.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>gov.nasa.jpl.oodt</groupId>
-            <artifactId>cas-filemgr</artifactId>
-            <version>${cas.filemgr.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <version>${commons.logging.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>${junit.version}</version>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
+
+<!--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/maven-v4_0_0.xsd">
+
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<groupId>org.apache.climate</groupId>
+		<artifactId>apache-climate</artifactId>
+		<version>0.1-INCUBATING-SNAPSHOT</version>
+		<relativePath>../pom.xml</relativePath>
+	</parent>
+	<artifactId>apache-climate-filemgr</artifactId>
+	<name>Apache Climate File Manager (OODT CAS:FileMgr)</name>
+	<build>
+		<plugins>
+			<plugin>
+				<artifactId>maven-surefire-plugin</artifactId>
+				<version>2.4</version>
+				<configuration>
+					<forkMode>pertest</forkMode>
+					<useSystemClassLoader>false</useSystemClassLoader>
+					<forkedProcessTimeoutInSeconds>0</forkedProcessTimeoutInSeconds>
+					<redirectTestOutputToFile>true</redirectTestOutputToFile>
+					<includes>
+						<include>**/*Test*.java</include>
+					</includes>
+				</configuration>
+			</plugin>
+
+		</plugins>
+	</build>
+	<dependencies>
+		<dependency>
+			<groupId>gov.nasa.jpl.oodt</groupId>
+			<artifactId>cas-commons</artifactId>
+			<version>${cas.commons.version}</version>
+		</dependency>
+		<dependency>
+			<groupId>gov.nasa.jpl.oodt</groupId>
+			<artifactId>cas-filemgr</artifactId>
+			<version>${cas.filemgr.version}</version>
+		</dependency>
+		<dependency>
+			<groupId>commons-logging</groupId>
+			<artifactId>commons-logging</artifactId>
+			<version>${commons.logging.version}</version>
+		</dependency>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>${junit.version}</version>
+			<scope>test</scope>
+		</dependency>
+	</dependencies>
 
 
 </project>
\ No newline at end of file

Modified: incubator/climate/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/pom.xml?rev=1476799&r1=1476798&r2=1476799&view=diff
==============================================================================
--- incubator/climate/trunk/pom.xml (original)
+++ incubator/climate/trunk/pom.xml Sun Apr 28 17:06:20 2013
@@ -1,104 +1,115 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- 
-    Copyright 2008 California Institute of Technology. ALL RIGHTS
-    RESERVED. U.S. Government Sponsorship acknowledged.
-    
-    $Id$
-    
-    Author: ahart
-    Description: This is the parent for all WRM maven projects.
--->
-<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>
-    <artifactId>wrm-core</artifactId>
-    <name>WRM Parent POM</name>
-    <groupId>gov.nasa.jpl.wrm</groupId>
-    <version>1.1.0-dev</version>
-    <description>WRM Parent POM</description>
-    <packaging>pom</packaging>
-
-    <properties>
-        <cas.filemgr.version>1.7.2</cas.filemgr.version>
-        <cas.metadata.version>1.6.1</cas.metadata.version>
-        <cas.commons.version>1.1.1</cas.commons.version>
-        <cas.crawler.version>2.2.1</cas.crawler.version>
-        <cas.pge.version>1.1.2</cas.pge.version>
-        <cas.sso.version>1.0.0</cas.sso.version>
-
-        <commons.logging.version>1.1.1</commons.logging.version>
-        <junit.version>4.0</junit.version>
-        <json.lib.version>2.3</json.lib.version>
-        <commons.httpclient.version>3.1</commons.httpclient.version>
-    </properties>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <version>2.0.2</version>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-    <repositories>
-        <repository>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <id>maven-repo</id>
-            <name>Public Maven Org Repo</name>
-            <url>http://repo2.maven.org/maven2</url>
-            <layout>default</layout>
-        </repository>
-        <repository>
-            <id>ibiblio</id>
-            <name>Ibiblio Repository</name>
-            <layout>default</layout>
-            <url>http://mirrors.ibiblio.org/pub/mirrors/maven2</url>
-            <releases>
-                <enabled>true</enabled>
-                <updatePolicy>always</updatePolicy>
-                <checksumPolicy>warn</checksumPolicy>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
-        <repository>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <id>maven2-repository.dev.java.net</id>
-            <name>Java.net Repository for Maven</name>
-            <url>http://download.java.net/maven/2</url>
-            <layout>default</layout>
-        </repository> 
-        <repository>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <id>oodt-m2-private-repository</id>
-            <name>OODT Maven 2.x Private Repository</name>
-            <url>http://oodt.jpl.nasa.gov/download/private</url>
-            <layout>default</layout>
-        </repository>
-        <repository>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <id>oodt-m2-public-repository</id>
-            <name>OODT Maven 2.x Public Repository</name>
-            <url>http://oodt.jpl.nasa.gov/download/public</url>
-            <layout>default</layout>
-        </repository>
-    </repositories>
+
+<!--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/maven-v4_0_0.xsd">
+
+	<modelVersion>4.0.0</modelVersion>
+	<artifactId>apache-climate</artifactId>
+	<name>Climate Parent POM</name>
+	<groupId>org.apache.climate</groupId>
+	<version>0.1-INCUBATING-SNAPSHOT</version>
+	<description>Climate Parent POM</description>
+	<packaging>pom</packaging>
+
+	<properties>
+		<cas.filemgr.version>1.7.2</cas.filemgr.version>
+		<cas.metadata.version>1.6.1</cas.metadata.version>
+		<cas.commons.version>1.1.1</cas.commons.version>
+		<cas.crawler.version>2.2.1</cas.crawler.version>
+		<cas.pge.version>1.1.2</cas.pge.version>
+		<cas.sso.version>1.0.0</cas.sso.version>
+
+		<commons.logging.version>1.1.1</commons.logging.version>
+		<junit.version>4.0</junit.version>
+		<json.lib.version>2.3</json.lib.version>
+		<commons.httpclient.version>3.1</commons.httpclient.version>
+	</properties>
+
+	<profiles>
+		<profile>
+			<id>default</id>
+			<build>
+				<plugins>
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-compiler-plugin</artifactId>
+						<version>2.0.2</version>
+						<configuration>
+							<source>1.5</source>
+							<target>1.5</target>
+						</configuration>
+					</plugin>
+				</plugins>
+			</build>
+			<activation>
+				<activeByDefault>true</activeByDefault>
+			</activation>
+			<modules>
+				<module>curator</module>
+				<module>filemgr</module>
+			</modules>
+		</profile>
+	</profiles>
+
+	<repositories>
+		<repository>
+			<snapshots>
+				<enabled>true</enabled>
+			</snapshots>
+			<id>maven-repo</id>
+			<name>Public Maven Org Repo</name>
+			<url>http://repo2.maven.org/maven2</url>
+			<layout>default</layout>
+		</repository>
+		<repository>
+			<id>ibiblio</id>
+			<name>Ibiblio Repository</name>
+			<layout>default</layout>
+			<url>http://mirrors.ibiblio.org/pub/mirrors/maven2</url>
+			<releases>
+				<enabled>true</enabled>
+				<updatePolicy>always</updatePolicy>
+				<checksumPolicy>warn</checksumPolicy>
+			</releases>
+			<snapshots>
+				<enabled>false</enabled>
+			</snapshots>
+		</repository>
+		<repository>
+			<snapshots>
+				<enabled>true</enabled>
+			</snapshots>
+			<id>maven2-repository.dev.java.net</id>
+			<name>Java.net Repository for Maven</name>
+			<url>http://download.java.net/maven/2</url>
+			<layout>default</layout>
+		</repository>
+		<repository>
+			<snapshots>
+				<enabled>true</enabled>
+			</snapshots>
+			<id>oodt-m2-private-repository</id>
+			<name>OODT Maven 2.x Private Repository</name>
+			<url>http://oodt.jpl.nasa.gov/download/private</url>
+			<layout>default</layout>
+		</repository>
+		<repository>
+			<snapshots>
+				<enabled>true</enabled>
+			</snapshots>
+			<id>oodt-m2-public-repository</id>
+			<name>OODT Maven 2.x Public Repository</name>
+			<url>http://oodt.jpl.nasa.gov/download/public</url>
+			<layout>default</layout>
+		</repository>
+	</repositories>
 
 </project>