You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ke...@apache.org on 2010/07/15 14:41:36 UTC

svn commit: r964403 - /incubator/oodt/trunk/product/pom.xml

Author: kelly
Date: Thu Jul 15 12:41:36 2010
New Revision: 964403

URL: http://svn.apache.org/viewvc?rev=964403&view=rev
Log:
Cosmetic

Modified:
    incubator/oodt/trunk/product/pom.xml

Modified: incubator/oodt/trunk/product/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/product/pom.xml?rev=964403&r1=964402&r2=964403&view=diff
==============================================================================
--- incubator/oodt/trunk/product/pom.xml (original)
+++ incubator/oodt/trunk/product/pom.xml Thu Jul 15 12:41:36 2010
@@ -1,133 +1,133 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<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.oodt</groupId>
-    <artifactId>oodt-core</artifactId>
-    <version>2.0</version>
-  </parent>
-  <artifactId>grid-product</artifactId>
-  <name>Product Service</name>
-  <version>3.0.12-dev</version>
-  <description>The Product Service provides access to data products.  Products
-    can be scientific datasets, images, documents, or anything with an
-    electronic representation.  The Product Service accepts standard
-    query expressions (see the Query Expression component) and returns
-    zero or more matching products.  In addition, the product service
-    can transform products from proprietary formats and into Internet
-    standard formats or run other transformations, all without
-    impacting local stores or operations.</description>
-  <build>
-    <resources>
-      <resource>
-        <targetPath>jpl/eda/product</targetPath>
-        <directory>${basedir}/src/main/conf</directory>
-        <includes>
-          <include>displayableTypes.xml</include>
-        </includes>
-      </resource>
-    </resources>
-    <plugins>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>jpl/eda/xmlquery/ChunkedProductInputStreamTest.java</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>idlj-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>generate</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <compiler>jacorb</compiler>
-          <sources>
-            <source>
-              <includes>
-                <include>ProductService.idl</include>
-              </includes>
-              <emitStubs>true</emitStubs>
-              <emitSkeletons>true</emitSkeletons>
-            </source>
-          </sources>
-        </configuration>
-        <dependencies>
-          <dependency>
-          <groupId>org.jacorb</groupId>
-          <artifactId>jacorb-idl-compiler</artifactId>
-          <version>2.2.3</version>
-          </dependency>
-       </dependencies>
-      </plugin>
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <configuration>
-          <descriptorRefs>
-            <descriptorRef>jar-with-dependencies</descriptorRef>
-          </descriptorRefs>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>gov.nasa.jpl.oodt</groupId>
-      <artifactId>edm-commons</artifactId>
-      <version>2.2.11-dev</version>
-    </dependency>
-   <dependency>
-    <groupId>gov.nasa.jpl.oodt</groupId>
-    <artifactId>cas-commons</artifactId>
-    <version>1.0.0</version>
-   </dependency>
-   <dependency>
-     <groupId>commons-io</groupId>
-     <artifactId>commons-io</artifactId>
-     <version>1.4</version>
-   </dependency>
-   <dependency>
-     <groupId>commons-codec</groupId>
-     <artifactId>commons-codec</artifactId>
-     <version>1.3</version>
-   </dependency>
-   <dependency>
-     <groupId>org.apache.tika</groupId>
-     <artifactId>tika</artifactId>
-     <version>0.2</version>
-   </dependency>
-    <dependency>
-      <groupId>oodt</groupId>
-      <artifactId>edm-corba</artifactId>
-      <version>2.2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>oodt</groupId>
-      <artifactId>edm-query</artifactId>
-      <version>2.0.4</version>
-    </dependency>
-    <dependency>
-      <groupId>oodt</groupId>
-      <artifactId>edm-security</artifactId>
-      <version>1.0.2</version>
-    </dependency>
-    <dependency>
-      <groupId>servletapi</groupId>
-      <artifactId>servletapi</artifactId>
-      <version>2.3</version>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.2</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
+<?xml version="1.0" encoding="UTF-8"?>
+<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.oodt</groupId>
+        <artifactId>oodt-core</artifactId>
+        <version>2.0</version>
+    </parent>
+    <artifactId>grid-product</artifactId>
+    <name>Product Service</name>
+    <version>3.0.12-dev</version>
+    <description>
+        The Product Service provides access to data products.  Products can be
+        scientific datasets, images, documents, or anything with an electronic
+        representation.  The Product Service accepts standard query expressions (see
+        the Query Expression component) and returns zero or more matching products.
+        In addition, the product service can transform products from proprietary
+        formats and into Internet standard formats or run other transformations, all
+        without impacting local stores or operations.
+    </description>
+    <build>
+        <resources>
+            <resource>
+                <targetPath>jpl/eda/product</targetPath>
+                <directory>${basedir}/src/main/conf</directory>
+                <includes>
+                    <include>displayableTypes.xml</include>
+                </includes>
+            </resource>
+        </resources>
+        <plugins>
+            <plugin>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>jpl/eda/xmlquery/ChunkedProductInputStreamTest.java</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>idlj-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>generate</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <compiler>jacorb</compiler>
+                    <sources>
+                        <source>
+                            <includes>
+                                <include>ProductService.idl</include>
+                            </includes>
+                            <emitStubs>true</emitStubs>
+                            <emitSkeletons>true</emitSkeletons>
+                        </source>
+                    </sources>
+                </configuration>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.jacorb</groupId>
+                        <artifactId>jacorb-idl-compiler</artifactId>
+                        <version>2.2.3</version>
+                    </dependency>
+                </dependencies>
+            </plugin>
+            <plugin>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <configuration>
+                    <descriptorRefs>
+                        <descriptorRef>jar-with-dependencies</descriptorRef>
+                    </descriptorRefs>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    <dependencies>
+        <dependency>
+            <groupId>gov.nasa.jpl.oodt</groupId>
+            <artifactId>edm-commons</artifactId>
+            <version>2.2.11-dev</version>
+        </dependency>
+        <dependency>
+            <groupId>gov.nasa.jpl.oodt</groupId>
+            <artifactId>cas-commons</artifactId>
+            <version>1.0.0</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <version>1.4</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-codec</groupId>
+            <artifactId>commons-codec</artifactId>
+            <version>1.3</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tika</groupId>
+            <artifactId>tika</artifactId>
+            <version>0.2</version>
+        </dependency>
+        <dependency>
+            <groupId>oodt</groupId>
+            <artifactId>edm-corba</artifactId>
+            <version>2.2.1</version>
+        </dependency>
+        <dependency>
+            <groupId>oodt</groupId>
+            <artifactId>edm-query</artifactId>
+            <version>2.0.4</version>
+        </dependency>
+        <dependency>
+            <groupId>oodt</groupId>
+            <artifactId>edm-security</artifactId>
+            <version>1.0.2</version>
+        </dependency>
+        <dependency>
+            <groupId>servletapi</groupId>
+            <artifactId>servletapi</artifactId>
+            <version>2.3</version>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>3.8.2</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
 </project>