Author: ssmiweve
Date: 2008-01-23 22:19:34 +0100 (Wed, 23 Jan 2008)
New Revision: 6030

Added:
   tags/alpha-deployments/200801232220-sesat-kernel/
   
tags/alpha-deployments/200801232220-sesat-kernel/generic.sesam/search-command-control/fast/pom.xml
   tags/alpha-deployments/200801232220-sesat-kernel/mojo/pom.xml
Removed:
   
tags/alpha-deployments/200801232220-sesat-kernel/generic.sesam/search-command-control/fast/pom.xml
   tags/alpha-deployments/200801232220-sesat-kernel/mojo/pom.xml
Log:
sesat alpha deployment

Copied: tags/alpha-deployments/200801232220-sesat-kernel (from rev 6028, trunk)

Deleted: 
tags/alpha-deployments/200801232220-sesat-kernel/generic.sesam/search-command-control/fast/pom.xml
===================================================================
--- trunk/generic.sesam/search-command-control/fast/pom.xml     2008-01-23 
20:27:30 UTC (rev 6028)
+++ 
tags/alpha-deployments/200801232220-sesat-kernel/generic.sesam/search-command-control/fast/pom.xml
  2008-01-23 21:19:34 UTC (rev 6030)
@@ -1,147 +0,0 @@
-<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>sesat</groupId>
-        <artifactId>pom.generic.sesam.no-search-command-control</artifactId>
-        <version>2.16-SNAPSHOT</version>
-    </parent>
-    <name>${project.artifactId}</name>
-    <artifactId>generic.sesam.no-search-command-control-fast</artifactId>
-    <packaging>jar</packaging>
-    <description>Generic FAST-based Search Commands</description>
-
-    <build>
-        <finalName>${project.artifactId}</finalName>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-    
-    <dependencies>
-        <dependency>
-            <groupId>commons-lang</groupId>
-            <artifactId>commons-lang</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>sesat</groupId>
-            <artifactId>sesat-httpclient-api</artifactId>
-            <version>${version}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>sesat</groupId>
-            <artifactId>sesat-query-api</artifactId>
-            <version>${version}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>sesat</groupId>
-            <artifactId>sesat-result-spi</artifactId>
-            <version>${version}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>sesat</groupId>
-            <artifactId>generic.sesam.no-result</artifactId>
-            <version>${version}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>sesat</groupId>
-            <artifactId>sesat-result-handler-config-spi</artifactId>
-            <version>${version}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>sesat</groupId>
-            <artifactId>generic.sesam.no-result-handler-config</artifactId>
-            <version>${version}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>sesat</groupId>
-            <artifactId>sesat-search-command-config-spi</artifactId>
-            <version>${version}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>sesat</groupId>
-            <artifactId>generic.sesam.no-search-command-config</artifactId>
-            <version>${version}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>sesat</groupId>
-            
<artifactId>generic.sesam.no-search-command-control-default</artifactId>
-            <version>${version}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>sesat</groupId>
-            <artifactId>sesat-data-model-api</artifactId>
-            <version>${version}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>sesat</groupId>
-            <artifactId>sesat-query-transform-control-spi</artifactId>
-            <version>${version}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>sesat</groupId>
-            <artifactId>sesat-result-handler-control-spi</artifactId>
-            <version>${version}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>sesat</groupId>
-            <artifactId>sesat-search-command-control-spi</artifactId>
-            <version>${version}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>fast</groupId>
-            <artifactId>dsapi</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>fast</groupId>
-            <artifactId>esp-searchapi</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>fast</groupId>
-            <artifactId>msearch-client</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>jep</groupId>
-            <artifactId>jep</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.jscience</groupId>
-            <artifactId>jscience</artifactId>
-            <version>3.3</version>
-            <type>jar</type>
-        </dependency>
-        <!-- testin -->
-        <dependency>
-            <groupId>sesat</groupId>
-            <artifactId>sesat-view-control-spi</artifactId>
-            <version>${version}</version>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
-</project>

Copied: 
tags/alpha-deployments/200801232220-sesat-kernel/generic.sesam/search-command-control/fast/pom.xml
 (from rev 6029, trunk/generic.sesam/search-command-control/fast/pom.xml)
===================================================================
--- 
tags/alpha-deployments/200801232220-sesat-kernel/generic.sesam/search-command-control/fast/pom.xml
                          (rev 0)
+++ 
tags/alpha-deployments/200801232220-sesat-kernel/generic.sesam/search-command-control/fast/pom.xml
  2008-01-23 21:19:34 UTC (rev 6030)
@@ -0,0 +1,147 @@
+<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>sesat</groupId>
+        <artifactId>pom.generic.sesam.no-search-command-control</artifactId>
+        <version>2.17-SNAPSHOT</version>
+    </parent>
+    <name>${project.artifactId}</name>
+    <artifactId>generic.sesam.no-search-command-control-fast</artifactId>
+    <packaging>jar</packaging>
+    <description>Generic FAST-based Search Commands</description>
+
+    <build>
+        <finalName>${project.artifactId}</finalName>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>test-jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+    
+    <dependencies>
+        <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>sesat</groupId>
+            <artifactId>sesat-httpclient-api</artifactId>
+            <version>${version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>sesat</groupId>
+            <artifactId>sesat-query-api</artifactId>
+            <version>${version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>sesat</groupId>
+            <artifactId>sesat-result-spi</artifactId>
+            <version>${version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>sesat</groupId>
+            <artifactId>generic.sesam.no-result</artifactId>
+            <version>${version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>sesat</groupId>
+            <artifactId>sesat-result-handler-config-spi</artifactId>
+            <version>${version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>sesat</groupId>
+            <artifactId>generic.sesam.no-result-handler-config</artifactId>
+            <version>${version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>sesat</groupId>
+            <artifactId>sesat-search-command-config-spi</artifactId>
+            <version>${version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>sesat</groupId>
+            <artifactId>generic.sesam.no-search-command-config</artifactId>
+            <version>${version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>sesat</groupId>
+            
<artifactId>generic.sesam.no-search-command-control-default</artifactId>
+            <version>${version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>sesat</groupId>
+            <artifactId>sesat-data-model-api</artifactId>
+            <version>${version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>sesat</groupId>
+            <artifactId>sesat-query-transform-control-spi</artifactId>
+            <version>${version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>sesat</groupId>
+            <artifactId>sesat-result-handler-control-spi</artifactId>
+            <version>${version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>sesat</groupId>
+            <artifactId>sesat-search-command-control-spi</artifactId>
+            <version>${version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>fast</groupId>
+            <artifactId>dsapi</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>fast</groupId>
+            <artifactId>esp-searchapi</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>fast</groupId>
+            <artifactId>msearch-client</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>jep</groupId>
+            <artifactId>jep</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.jscience</groupId>
+            <artifactId>jscience</artifactId>
+            <version>3.3</version>
+            <type>jar</type>
+        </dependency>
+        <!-- testin -->
+        <dependency>
+            <groupId>sesat</groupId>
+            <artifactId>sesat-view-control-spi</artifactId>
+            <version>${version}</version>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+</project>

Deleted: tags/alpha-deployments/200801232220-sesat-kernel/mojo/pom.xml
===================================================================
--- trunk/mojo/pom.xml  2008-01-23 20:27:30 UTC (rev 6028)
+++ tags/alpha-deployments/200801232220-sesat-kernel/mojo/pom.xml       
2008-01-23 21:19:34 UTC (rev 6030)
@@ -1,94 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (2007) Schibsted Søk AS
- *   This file is part of SESAT.
- *
- *   SESAT is free software: you can redistribute it and/or modify
- *   it under the terms of the GNU Affero General Public License as published 
by
- *   the Free Software Foundation, either version 3 of the License, or
- *   (at your option) any later version.
- *
- *   SESAT is distributed in the hope that it will be useful,
- *   but WITHOUT ANY WARRANTY; without even the implied warranty of
- *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *   GNU Affero General Public License for more details.
- *
- *   You should have received a copy of the GNU Affero General Public License
- *   along with SESAT.  If not, see <http://www.gnu.org/licenses/>.
--->
-<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";>
-
-    <parent>
-      <groupId>sesat</groupId>
-      <artifactId>sesat-kernel</artifactId>
-      <version>2.16-SNAPSHOT</version>
-    </parent>
-    
-    <modelVersion>4.0.0</modelVersion>
-    <name>Sesat Mojo</name>
-    <artifactId>sesat-mojo</artifactId>
-    <packaging>maven-plugin</packaging>
-
-    <description>SESAT's Mojos.</description>
-
-    <dependencies>    
-        <dependency>
-          <groupId>org.apache.maven</groupId>
-          <artifactId>maven-plugin-api</artifactId>
-          <version>2.0.7</version>
-        </dependency>
-       <dependency>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-dependency-plugin</artifactId>
-          <version>2.0-alpha-4</version>
-          <scope>compile</scope>
-      </dependency>
-    <dependency>
-      <groupId>org.apache.maven.scm</groupId>
-      <artifactId>maven-scm-api</artifactId>
-      <version>1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.scm</groupId>
-      <artifactId>maven-scm-manager-plexus</artifactId>
-      <version>1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.scm</groupId>
-      <artifactId>maven-scm-provider-bazaar</artifactId>
-      <version>1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.scm</groupId>
-      <artifactId>maven-scm-provider-clearcase</artifactId>
-      <version>1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.scm</groupId>
-      <artifactId>maven-scm-provider-cvsexe</artifactId>
-      <version>1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.scm</groupId>
-      <artifactId>maven-scm-provider-perforce</artifactId>
-      <version>1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.scm</groupId>
-      <artifactId>maven-scm-provider-starteam</artifactId>
-      <version>1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.scm</groupId>
-      <artifactId>maven-scm-provider-svnexe</artifactId>
-      <version>1.0</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-</project>

Copied: tags/alpha-deployments/200801232220-sesat-kernel/mojo/pom.xml (from rev 
6029, trunk/mojo/pom.xml)
===================================================================
--- tags/alpha-deployments/200801232220-sesat-kernel/mojo/pom.xml               
                (rev 0)
+++ tags/alpha-deployments/200801232220-sesat-kernel/mojo/pom.xml       
2008-01-23 21:19:34 UTC (rev 6030)
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (2007) Schibsted Søk AS
+ *   This file is part of SESAT.
+ *
+ *   SESAT is free software: you can redistribute it and/or modify
+ *   it under the terms of the GNU Affero General Public License as published 
by
+ *   the Free Software Foundation, either version 3 of the License, or
+ *   (at your option) any later version.
+ *
+ *   SESAT is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU Affero General Public License for more details.
+ *
+ *   You should have received a copy of the GNU Affero General Public License
+ *   along with SESAT.  If not, see <http://www.gnu.org/licenses/>.
+-->
+<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";>
+
+    <parent>
+      <groupId>sesat</groupId>
+      <artifactId>sesat-kernel</artifactId>
+      <version>2.17-SNAPSHOT</version>
+    </parent>
+    
+    <modelVersion>4.0.0</modelVersion>
+    <name>Sesat Mojo</name>
+    <artifactId>sesat-mojo</artifactId>
+    <packaging>maven-plugin</packaging>
+
+    <description>SESAT's Mojos.</description>
+
+    <dependencies>    
+        <dependency>
+          <groupId>org.apache.maven</groupId>
+          <artifactId>maven-plugin-api</artifactId>
+          <version>2.0.7</version>
+        </dependency>
+       <dependency>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-dependency-plugin</artifactId>
+          <version>2.0-alpha-4</version>
+          <scope>compile</scope>
+      </dependency>
+    <dependency>
+      <groupId>org.apache.maven.scm</groupId>
+      <artifactId>maven-scm-api</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.scm</groupId>
+      <artifactId>maven-scm-manager-plexus</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.scm</groupId>
+      <artifactId>maven-scm-provider-bazaar</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.scm</groupId>
+      <artifactId>maven-scm-provider-clearcase</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.scm</groupId>
+      <artifactId>maven-scm-provider-cvsexe</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.scm</groupId>
+      <artifactId>maven-scm-provider-perforce</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.scm</groupId>
+      <artifactId>maven-scm-provider-starteam</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.scm</groupId>
+      <artifactId>maven-scm-provider-svnexe</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to