You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2010/08/01 18:31:18 UTC

svn commit: r981263 - in /incubator/oodt/trunk: commons/pom.xml crawler/pom.xml metadata/pom.xml pge/pom.xml profile/pom.xml webapp/filemgr/pom.xml webapp/fmprod/pom.xml webapp/workflow/pom.xml workflow/pom.xml

Author: mattmann
Date: Sun Aug  1 16:31:18 2010
New Revision: 981263

URL: http://svn.apache.org/viewvc?rev=981263&view=rev
Log:
- remove mattmann as part of ciNotifications: OODT-15 WIP

Modified:
    incubator/oodt/trunk/commons/pom.xml
    incubator/oodt/trunk/crawler/pom.xml
    incubator/oodt/trunk/metadata/pom.xml
    incubator/oodt/trunk/pge/pom.xml
    incubator/oodt/trunk/profile/pom.xml
    incubator/oodt/trunk/webapp/filemgr/pom.xml
    incubator/oodt/trunk/webapp/fmprod/pom.xml
    incubator/oodt/trunk/webapp/workflow/pom.xml
    incubator/oodt/trunk/workflow/pom.xml

Modified: incubator/oodt/trunk/commons/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/commons/pom.xml?rev=981263&r1=981262&r2=981263&view=diff
==============================================================================
--- incubator/oodt/trunk/commons/pom.xml (original)
+++ incubator/oodt/trunk/commons/pom.xml Sun Aug  1 16:31:18 2010
@@ -30,15 +30,6 @@
   <name>Common Utilities</name>
   <packaging>jar</packaging>
   <description>Apache OODT Common Utilities Project</description>
-  <ciManagement>
-    <notifiers>
-      <notifier>
-        <configuration>
-          <address>chris.mattmann@jpl.nasa.gov</address>
-        </configuration>
-      </notifier>
-    </notifiers>
-  </ciManagement>
   <build>
     <resources>
         <resource>

Modified: incubator/oodt/trunk/crawler/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/crawler/pom.xml?rev=981263&r1=981262&r2=981263&view=diff
==============================================================================
--- incubator/oodt/trunk/crawler/pom.xml (original)
+++ incubator/oodt/trunk/crawler/pom.xml Sun Aug  1 16:31:18 2010
@@ -30,15 +30,6 @@ the License.
   <name>Catalog and Archive Crawling Framework</name>
   <version>${oodt.version}</version>
   <description>The Catalog and Archive Service Crawling Framework.</description>
-  <ciManagement>
-    <notifiers>
-      <notifier>
-        <configuration>
-          <address>chris.mattmann@jpl.nasa.gov</address>
-        </configuration>
-      </notifier>
-    </notifiers>
-  </ciManagement>
   <build>
     <plugins>
       <plugin>

Modified: incubator/oodt/trunk/metadata/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/metadata/pom.xml?rev=981263&r1=981262&r2=981263&view=diff
==============================================================================
--- incubator/oodt/trunk/metadata/pom.xml (original)
+++ incubator/oodt/trunk/metadata/pom.xml Sun Aug  1 16:31:18 2010
@@ -38,15 +38,6 @@ the License.
 	container. Since all values are stored internally as string vectors, the difference
 	between a scalar value and a non-scalar is handled by determining whether the list of
 	values for a particular key is greater than 1.</description>
-  <ciManagement>
-    <notifiers>
-      <notifier>
-        <configuration>
-          <address>chris.mattmann@jpl.nasa.gov</address>
-        </configuration>
-      </notifier>
-    </notifiers>
-  </ciManagement>
   <build>
     <resources>
       <resource>

Modified: incubator/oodt/trunk/pge/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pge/pom.xml?rev=981263&r1=981262&r2=981263&view=diff
==============================================================================
--- incubator/oodt/trunk/pge/pom.xml (original)
+++ incubator/oodt/trunk/pge/pom.xml Sun Aug  1 16:31:18 2010
@@ -31,15 +31,6 @@ the License.
   <version>${oodt.version}</version>
   <description>Allows data processing jobs not written in comformance with the
         PCS PGE interface to be run within the PCS.</description>
-  <ciManagement>
-    <notifiers>
-      <notifier>
-        <configuration >
-          <address>chris.mattmann@jpl.nasa.gov</address>
-        </configuration>
-      </notifier>
-    </notifiers>
-  </ciManagement>
  <build>
     <plugins>
       <plugin>

Modified: incubator/oodt/trunk/profile/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/profile/pom.xml?rev=981263&r1=981262&r2=981263&view=diff
==============================================================================
--- incubator/oodt/trunk/profile/pom.xml (original)
+++ incubator/oodt/trunk/profile/pom.xml Sun Aug  1 16:31:18 2010
@@ -109,6 +109,11 @@
       <version>${oodt.version}</version>
     </dependency>
     <dependency>
+      <groupId>org.apache.oodt</groupId>
+      <artifactId>cas-filemgr</artifactId>
+      <version>${oodt.version}</version>
+    </dependency>
+    <dependency>
       <groupId>com.hp.hpl.jena</groupId>
       <artifactId>jena</artifactId>
       <version>2.6.3</version>
@@ -139,11 +144,6 @@
       <version>1.0.4</version>
     </dependency>
     <dependency>
-        <groupId>org.apache.oodt</groupId>
-        <artifactId>cas-filemgr</artifactId>
-        <version>${oodt.version}</version>
-    </dependency>
-    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.2</version>

Modified: incubator/oodt/trunk/webapp/filemgr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/webapp/filemgr/pom.xml?rev=981263&r1=981262&r2=981263&view=diff
==============================================================================
--- incubator/oodt/trunk/webapp/filemgr/pom.xml (original)
+++ incubator/oodt/trunk/webapp/filemgr/pom.xml Sun Aug  1 16:31:18 2010
@@ -29,15 +29,6 @@ the License.
   <version>${oodt.version}</version>
   <description>A webapp for managing products and files and metadata that have been
     ingested via the CAS File Manager component.</description>
-  <ciManagement>
-    <notifiers>
-      <notifier>
-        <configuration>
-          <address>chris.mattmann@jpl.nasa.gov</address>
-        </configuration>
-      </notifier>
-    </notifiers>
-  </ciManagement>
   <build>
     <plugins>
       <plugin>

Modified: incubator/oodt/trunk/webapp/fmprod/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/webapp/fmprod/pom.xml?rev=981263&r1=981262&r2=981263&view=diff
==============================================================================
--- incubator/oodt/trunk/webapp/fmprod/pom.xml (original)
+++ incubator/oodt/trunk/webapp/fmprod/pom.xml Sun Aug  1 16:31:18 2010
@@ -33,15 +33,6 @@ the License.
      underlying data delivery capabilities using the OODT ProductServer component. All-in-all,
      this project contributes an OODT LargeProductHandler component, that can be used to deliver
      and format a CAS product structure into an OODT XML Query Result Set.</description>
-  <ciManagement>
-    <notifiers>
-      <notifier>
-        <configuration>
-          <address>chris.mattmann@jpl.nasa.gov</address>
-        </configuration>
-      </notifier>
-    </notifiers>
-  </ciManagement>
   <build>
     <plugins>
       <plugin>

Modified: incubator/oodt/trunk/webapp/workflow/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/webapp/workflow/pom.xml?rev=981263&r1=981262&r2=981263&view=diff
==============================================================================
--- incubator/oodt/trunk/webapp/workflow/pom.xml (original)
+++ incubator/oodt/trunk/webapp/workflow/pom.xml Sun Aug  1 16:31:18 2010
@@ -29,15 +29,6 @@ the License.
   <version>1.1.0-dev</version>
   <description>A webapp for monitoring workflows being executed and managed from the
     Workflow Manager.</description>
-  <ciManagement>
-    <notifiers>
-      <notifier>
-        <configuration>
-          <address>Chris.Mattmann@jpl.nasa.gov</address>
-        </configuration>
-      </notifier>
-    </notifiers>
-  </ciManagement>
   <build>
     <plugins>
       <plugin>

Modified: incubator/oodt/trunk/workflow/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/workflow/pom.xml?rev=981263&r1=981262&r2=981263&view=diff
==============================================================================
--- incubator/oodt/trunk/workflow/pom.xml (original)
+++ incubator/oodt/trunk/workflow/pom.xml Sun Aug  1 16:31:18 2010
@@ -33,15 +33,6 @@ the License.
      provides some out of the box backend implementations of them (including one based
      on the javax.sql.DataSource interface). This component provides everything that you need
      to execute workflows, and science processing pipelines.</description>
-  <ciManagement>
-    <notifiers>
-      <notifier>
-        <configuration>
-          <address>chris.mattmann@jpl.nasa.gov</address>
-        </configuration>
-      </notifier>
-    </notifiers>
-  </ciManagement>
   <build>
     <plugins>
       <plugin>