Author: ssmiweve
Date: 2007-06-17 14:39:28 +0200 (Sun, 17 Jun 2007)
New Revision: 5343

Modified:
   trunk/core-api/pom.xml
   trunk/data-model-api/pom.xml
   trunk/data-model-javabean-impl/pom.xml
   trunk/httpclient-api/pom.xml
   trunk/pom.xml
   trunk/query-api/pom.xml
   trunk/query-transform-config-spi/pom.xml
   trunk/query-transform-control-spi/pom.xml
   trunk/result-handler-config-spi/pom.xml
   trunk/result-handler-control-spi/pom.xml
   trunk/result-spi/pom.xml
   trunk/run-handler-spi/pom.xml
   trunk/run-transform-spi/pom.xml
   trunk/search-command-config-spi/pom.xml
   trunk/search-command-control-spi/pom.xml
   trunk/search-servlet-handler-spi/pom.xml
   trunk/site-spi/pom.xml
   trunk/skinresourcefeed/
   trunk/skinresourcefeed/pom.xml
   trunk/src/site/apt/index.apt
   trunk/war/pom.xml
Log:
SEARCH-1757 - SESAT Kernel (main)


Modified: trunk/core-api/pom.xml
===================================================================
--- trunk/core-api/pom.xml      2007-06-17 11:27:33 UTC (rev 5342)
+++ trunk/core-api/pom.xml      2007-06-17 12:39:28 UTC (rev 5343)
@@ -6,7 +6,7 @@
         <artifactId>search-portal</artifactId>
         <version>2.14-SNAPSHOT</version>
     </parent>
-    <artifactId>search-portal-core-api</artifactId>
+    <artifactId>sesat-core-api</artifactId>
     <packaging>jar</packaging>
     <name>SESAT Run API</name>
     <description>
@@ -65,47 +65,47 @@
     <dependencies>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-httpclient-api</artifactId>
+            <artifactId>sesat-httpclient-api</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-site-spi</artifactId>
+            <artifactId>sesat-site-spi</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-query-api</artifactId>
+            <artifactId>sesat-query-api</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-result-spi</artifactId>
+            <artifactId>sesat-result-spi</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-query-transform-config-spi</artifactId>
+            <artifactId>sesat-query-transform-config-spi</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-query-transform-control-spi</artifactId>
+            <artifactId>sesat-query-transform-control-spi</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-result-handler-config-spi</artifactId>
+            <artifactId>sesat-result-handler-config-spi</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-search-command-config-spi</artifactId>
+            <artifactId>sesat-search-command-config-spi</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-data-model-api</artifactId>
+            <artifactId>sesat-data-model-api</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
@@ -220,14 +220,14 @@
         <!-- Testin -->
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-site-spi</artifactId>
+            <artifactId>sesat-site-spi</artifactId>
             <version>${version}</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-data-model-api</artifactId>
+            <artifactId>sesat-data-model-api</artifactId>
             <version>${version}</version>
             <type>test-jar</type>
             <scope>test</scope>

Modified: trunk/data-model-api/pom.xml
===================================================================
--- trunk/data-model-api/pom.xml        2007-06-17 11:27:33 UTC (rev 5342)
+++ trunk/data-model-api/pom.xml        2007-06-17 12:39:28 UTC (rev 5343)
@@ -6,7 +6,7 @@
           <artifactId>search-portal</artifactId>
           <version>2.14-SNAPSHOT</version>
       </parent>
-    <artifactId>search-portal-data-model-api</artifactId>
+    <artifactId>sesat-data-model-api</artifactId>
     <packaging>jar</packaging>
     <name>SESAT DataModel API</name>
     <description>
@@ -49,27 +49,27 @@
     <dependencies>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-site-spi</artifactId>
+            <artifactId>sesat-site-spi</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-query-api</artifactId>
+            <artifactId>sesat-query-api</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-query-transform-config-spi</artifactId>
+            <artifactId>sesat-query-transform-config-spi</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-search-command-config-spi</artifactId>
+            <artifactId>sesat-search-command-config-spi</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-result-spi</artifactId>
+            <artifactId>sesat-result-spi</artifactId>
             <version>${version}</version>
         </dependency> 
         <!--dependency>
@@ -98,14 +98,14 @@
         <!-- Testing -->
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-site-spi</artifactId>
+            <artifactId>sesat-site-spi</artifactId>
             <version>${version}</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-query-api</artifactId>
+            <artifactId>sesat-query-api</artifactId>
             <version>${version}</version>
             <type>test-jar</type>
             <scope>test</scope>

Modified: trunk/data-model-javabean-impl/pom.xml
===================================================================
--- trunk/data-model-javabean-impl/pom.xml      2007-06-17 11:27:33 UTC (rev 
5342)
+++ trunk/data-model-javabean-impl/pom.xml      2007-06-17 12:39:28 UTC (rev 
5343)
@@ -6,7 +6,7 @@
           <artifactId>search-portal</artifactId>
           <version>2.14-SNAPSHOT</version>
       </parent>
-    <artifactId>search-portal-data-model-javabean-impl</artifactId>
+    <artifactId>sesat-data-model-javabean-impl</artifactId>
     <packaging>jar</packaging>
     <name>SESAT DataModel JavaBean Implementation</name>
     <description>
@@ -49,7 +49,7 @@
     <dependencies>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-data-model-api</artifactId>
+            <artifactId>sesat-data-model-api</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
@@ -65,14 +65,14 @@
         <!-- Testing -->
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-site-spi</artifactId>
+            <artifactId>sesat-site-spi</artifactId>
             <version>${version}</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-query-api</artifactId>
+            <artifactId>sesat-query-api</artifactId>
             <version>${version}</version>
             <type>test-jar</type>
             <scope>test</scope>

Modified: trunk/httpclient-api/pom.xml
===================================================================
--- trunk/httpclient-api/pom.xml        2007-06-17 11:27:33 UTC (rev 5342)
+++ trunk/httpclient-api/pom.xml        2007-06-17 12:39:28 UTC (rev 5343)
@@ -6,7 +6,7 @@
           <artifactId>search-portal</artifactId>
           <version>2.14-SNAPSHOT</version>
       </parent>
-    <artifactId>search-portal-httpclient-api</artifactId>
+    <artifactId>sesat-httpclient-api</artifactId>
     <packaging>jar</packaging>
     <name>SESAT HttpClient API</name>
     <description>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml       2007-06-17 11:27:33 UTC (rev 5342)
+++ trunk/pom.xml       2007-06-17 12:39:28 UTC (rev 5343)
@@ -30,6 +30,7 @@
                 <activeByDefault>true</activeByDefault>
             </activation>
             <modules>
+                <module>skinresourcefeed</module>
                 <module>httpclient-api</module>
                 <module>site-spi</module>
                 <module>query-api</module>

Modified: trunk/query-api/pom.xml
===================================================================
--- trunk/query-api/pom.xml     2007-06-17 11:27:33 UTC (rev 5342)
+++ trunk/query-api/pom.xml     2007-06-17 12:39:28 UTC (rev 5343)
@@ -6,7 +6,7 @@
           <artifactId>search-portal</artifactId>
           <version>2.14-SNAPSHOT</version>
       </parent>
-    <artifactId>search-portal-query-api</artifactId>
+    <artifactId>sesat-query-api</artifactId>
     <packaging>jar</packaging>
     <name>SESAT Query API</name>
     <description>
@@ -54,13 +54,13 @@
     <dependencies>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-site-spi</artifactId>
+            <artifactId>sesat-site-spi</artifactId>
             <version>${version}</version>
             <!--scope>provided</scope-->
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-httpclient-api</artifactId>
+            <artifactId>sesat-httpclient-api</artifactId>
             <version>${version}</version>
             <scope>provided</scope>
         </dependency>
@@ -79,7 +79,7 @@
         <!-- Testin -->
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-site-spi</artifactId>
+            <artifactId>sesat-site-spi</artifactId>
             <version>${version}</version>
             <type>test-jar</type>
             <scope>test</scope>

Modified: trunk/query-transform-config-spi/pom.xml
===================================================================
--- trunk/query-transform-config-spi/pom.xml    2007-06-17 11:27:33 UTC (rev 
5342)
+++ trunk/query-transform-config-spi/pom.xml    2007-06-17 12:39:28 UTC (rev 
5343)
@@ -6,7 +6,7 @@
         <artifactId>search-portal</artifactId>
         <version>2.14-SNAPSHOT</version>
     </parent>
-    <artifactId>search-portal-query-transform-config-spi</artifactId>
+    <artifactId>sesat-query-transform-config-spi</artifactId>
     <packaging>jar</packaging>
     <name>SESAT Query Transform Config SPI</name>
     <description>
@@ -49,7 +49,7 @@
 
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-query-api</artifactId>
+            <artifactId>sesat-query-api</artifactId>
             <version>${version}</version>
         </dependency>
     </dependencies>

Modified: trunk/query-transform-control-spi/pom.xml
===================================================================
--- trunk/query-transform-control-spi/pom.xml   2007-06-17 11:27:33 UTC (rev 
5342)
+++ trunk/query-transform-control-spi/pom.xml   2007-06-17 12:39:28 UTC (rev 
5343)
@@ -6,7 +6,7 @@
         <artifactId>search-portal</artifactId>
         <version>2.14-SNAPSHOT</version>
     </parent>
-    <artifactId>search-portal-query-transform-control-spi</artifactId>
+    <artifactId>sesat-query-transform-control-spi</artifactId>
     <packaging>jar</packaging>
     <name>SESAT Query Transform Control SPI</name>
     <description>
@@ -38,17 +38,17 @@
     <dependencies>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-site-spi</artifactId>
+            <artifactId>sesat-site-spi</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-query-api</artifactId>
+            <artifactId>sesat-query-api</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-data-model-api</artifactId>
+            <artifactId>sesat-data-model-api</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
@@ -74,14 +74,14 @@
         <!-- Testing -->
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-site-spi</artifactId>
+            <artifactId>sesat-site-spi</artifactId>
             <version>${version}</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-query-api</artifactId>
+            <artifactId>sesat-query-api</artifactId>
             <version>${version}</version>
             <type>test-jar</type>
             <scope>test</scope>

Modified: trunk/result-handler-config-spi/pom.xml
===================================================================
--- trunk/result-handler-config-spi/pom.xml     2007-06-17 11:27:33 UTC (rev 
5342)
+++ trunk/result-handler-config-spi/pom.xml     2007-06-17 12:39:28 UTC (rev 
5343)
@@ -6,7 +6,7 @@
         <artifactId>search-portal</artifactId>
         <version>2.14-SNAPSHOT</version>
     </parent>
-    <artifactId>search-portal-result-handler-config-spi</artifactId>
+    <artifactId>sesat-result-handler-config-spi</artifactId>
     <packaging>jar</packaging>
     <name>SESAT Result Handler Config SPI</name>
     <description>
@@ -49,7 +49,7 @@
 
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-site-spi</artifactId>
+            <artifactId>sesat-site-spi</artifactId>
             <version>${version}</version>
         </dependency>
     </dependencies>

Modified: trunk/result-handler-control-spi/pom.xml
===================================================================
--- trunk/result-handler-control-spi/pom.xml    2007-06-17 11:27:33 UTC (rev 
5342)
+++ trunk/result-handler-control-spi/pom.xml    2007-06-17 12:39:28 UTC (rev 
5343)
@@ -6,7 +6,7 @@
         <artifactId>search-portal</artifactId>
         <version>2.14-SNAPSHOT</version>
     </parent>
-    <artifactId>search-portal-result-handler-control-spi</artifactId>
+    <artifactId>sesat-result-handler-control-spi</artifactId>
     <packaging>jar</packaging>
     <name>SESAT Result Handler Control SPI</name>
     <description>
@@ -38,17 +38,17 @@
     <dependencies>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-site-spi</artifactId>
+            <artifactId>sesat-site-spi</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-query-api</artifactId>
+            <artifactId>sesat-query-api</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-data-model-api</artifactId>
+            <artifactId>sesat-data-model-api</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
@@ -74,14 +74,14 @@
         <!-- Testing -->
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-site-spi</artifactId>
+            <artifactId>sesat-site-spi</artifactId>
             <version>${version}</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-query-api</artifactId>
+            <artifactId>sesat-query-api</artifactId>
             <version>${version}</version>
             <type>test-jar</type>
             <scope>test</scope>

Modified: trunk/result-spi/pom.xml
===================================================================
--- trunk/result-spi/pom.xml    2007-06-17 11:27:33 UTC (rev 5342)
+++ trunk/result-spi/pom.xml    2007-06-17 12:39:28 UTC (rev 5343)
@@ -6,7 +6,7 @@
         <artifactId>search-portal</artifactId>
         <version>2.14-SNAPSHOT</version>
     </parent>
-    <artifactId>search-portal-result-spi</artifactId>
+    <artifactId>sesat-result-spi</artifactId>
     <packaging>jar</packaging>
     <name>SESAT Result SPI</name>
     <description>

Modified: trunk/run-handler-spi/pom.xml
===================================================================
--- trunk/run-handler-spi/pom.xml       2007-06-17 11:27:33 UTC (rev 5342)
+++ trunk/run-handler-spi/pom.xml       2007-06-17 12:39:28 UTC (rev 5343)
@@ -6,7 +6,7 @@
         <artifactId>search-portal</artifactId>
         <version>2.14-SNAPSHOT</version>
     </parent>
-    <artifactId>search-portal-run-handler-spi</artifactId>
+    <artifactId>sesat-run-handler-spi</artifactId>
     <packaging>jar</packaging>
     <name>SESAT Run Handler SPI</name>
     <description>
@@ -38,17 +38,17 @@
     <dependencies>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-site-spi</artifactId>
+            <artifactId>sesat-site-spi</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-query-api</artifactId>
+            <artifactId>sesat-query-api</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-data-model-api</artifactId>
+            <artifactId>sesat-data-model-api</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
@@ -74,14 +74,14 @@
         <!-- Testing -->
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-site-spi</artifactId>
+            <artifactId>sesat-site-spi</artifactId>
             <version>${version}</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-query-api</artifactId>
+            <artifactId>sesat-query-api</artifactId>
             <version>${version}</version>
             <type>test-jar</type>
             <scope>test</scope>

Modified: trunk/run-transform-spi/pom.xml
===================================================================
--- trunk/run-transform-spi/pom.xml     2007-06-17 11:27:33 UTC (rev 5342)
+++ trunk/run-transform-spi/pom.xml     2007-06-17 12:39:28 UTC (rev 5343)
@@ -6,7 +6,7 @@
         <artifactId>search-portal</artifactId>
         <version>2.14-SNAPSHOT</version>
     </parent>
-    <artifactId>search-portal-run-transform-spi</artifactId>
+    <artifactId>sesat-run-transform-spi</artifactId>
     <packaging>jar</packaging>
     <name>SESAT Run Transform SPI</name>
     <description>
@@ -38,17 +38,17 @@
     <dependencies>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-site-spi</artifactId>
+            <artifactId>sesat-site-spi</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-query-api</artifactId>
+            <artifactId>sesat-query-api</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-data-model-api</artifactId>
+            <artifactId>sesat-data-model-api</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
@@ -74,14 +74,14 @@
         <!-- Testing -->
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-site-spi</artifactId>
+            <artifactId>sesat-site-spi</artifactId>
             <version>${version}</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-query-api</artifactId>
+            <artifactId>sesat-query-api</artifactId>
             <version>${version}</version>
             <type>test-jar</type>
             <scope>test</scope>

Modified: trunk/search-command-config-spi/pom.xml
===================================================================
--- trunk/search-command-config-spi/pom.xml     2007-06-17 11:27:33 UTC (rev 
5342)
+++ trunk/search-command-config-spi/pom.xml     2007-06-17 12:39:28 UTC (rev 
5343)
@@ -6,7 +6,7 @@
         <artifactId>search-portal</artifactId>
         <version>2.14-SNAPSHOT</version>
     </parent>
-    <artifactId>search-portal-search-command-config-spi</artifactId>
+    <artifactId>sesat-search-command-config-spi</artifactId>
     <packaging>jar</packaging>
     <name>SESAT Search Command Config SPI</name>
     <description>
@@ -48,17 +48,17 @@
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-query-transform-config-spi</artifactId>
+            <artifactId>sesat-query-transform-config-spi</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-result-spi</artifactId>
+            <artifactId>sesat-result-spi</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-result-handler-config-spi</artifactId>
+            <artifactId>sesat-result-handler-config-spi</artifactId>
             <version>${version}</version>
         </dependency>
 

Modified: trunk/search-command-control-spi/pom.xml
===================================================================
--- trunk/search-command-control-spi/pom.xml    2007-06-17 11:27:33 UTC (rev 
5342)
+++ trunk/search-command-control-spi/pom.xml    2007-06-17 12:39:28 UTC (rev 
5343)
@@ -6,7 +6,7 @@
         <artifactId>search-portal</artifactId>
         <version>2.14-SNAPSHOT</version>
     </parent>
-    <artifactId>search-portal-search-command-control-spi</artifactId>
+    <artifactId>sesat-search-command-control-spi</artifactId>
     <packaging>jar</packaging>
     <name>SESAT Search Command Control SPI</name>
     <description>
@@ -38,17 +38,17 @@
     <dependencies>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-site-spi</artifactId>
+            <artifactId>sesat-site-spi</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-query-api</artifactId>
+            <artifactId>sesat-query-api</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-data-model-api</artifactId>
+            <artifactId>sesat-data-model-api</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
@@ -74,14 +74,14 @@
         <!-- Testing -->
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-site-spi</artifactId>
+            <artifactId>sesat-site-spi</artifactId>
             <version>${version}</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-query-api</artifactId>
+            <artifactId>sesat-query-api</artifactId>
             <version>${version}</version>
             <type>test-jar</type>
             <scope>test</scope>

Modified: trunk/search-servlet-handler-spi/pom.xml
===================================================================
--- trunk/search-servlet-handler-spi/pom.xml    2007-06-17 11:27:33 UTC (rev 
5342)
+++ trunk/search-servlet-handler-spi/pom.xml    2007-06-17 12:39:28 UTC (rev 
5343)
@@ -6,7 +6,7 @@
         <artifactId>search-portal</artifactId>
         <version>2.14-SNAPSHOT</version>
     </parent>
-    <artifactId>search-portal-search-servlet-transform-spi</artifactId>
+    <artifactId>sesat-search-servlet-transform-spi</artifactId>
     <packaging>jar</packaging>
     <name>SESAT Search Servlet Transform SPI</name>
     <description>
@@ -38,17 +38,17 @@
     <dependencies>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-site-spi</artifactId>
+            <artifactId>sesat-site-spi</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-query-api</artifactId>
+            <artifactId>sesat-query-api</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-data-model-api</artifactId>
+            <artifactId>sesat-data-model-api</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
@@ -74,14 +74,14 @@
         <!-- Testing -->
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-site-spi</artifactId>
+            <artifactId>sesat-site-spi</artifactId>
             <version>${version}</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-query-api</artifactId>
+            <artifactId>sesat-query-api</artifactId>
             <version>${version}</version>
             <type>test-jar</type>
             <scope>test</scope>

Modified: trunk/site-spi/pom.xml
===================================================================
--- trunk/site-spi/pom.xml      2007-06-17 11:27:33 UTC (rev 5342)
+++ trunk/site-spi/pom.xml      2007-06-17 12:39:28 UTC (rev 5343)
@@ -6,7 +6,7 @@
           <artifactId>search-portal</artifactId>
           <version>2.14-SNAPSHOT</version>
       </parent>
-    <artifactId>search-portal-site-spi</artifactId>
+    <artifactId>sesat-site-spi</artifactId>
     <packaging>jar</packaging>
     <name>SESAT Site SPI</name>
     <description>
@@ -46,7 +46,7 @@
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-httpclient-api</artifactId>
+            <artifactId>sesat-httpclient-api</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>


Property changes on: trunk/skinresourcefeed
___________________________________________________________________
Name: svn:ignore
   + nbproject
target


Modified: trunk/skinresourcefeed/pom.xml
===================================================================
--- trunk/skinresourcefeed/pom.xml      2007-06-17 11:27:33 UTC (rev 5342)
+++ trunk/skinresourcefeed/pom.xml      2007-06-17 12:39:28 UTC (rev 5343)
@@ -7,8 +7,8 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <name>Skin Resource Feed</name>
-    <artifactId>skinresourcefeed</artifactId>
+    <name>SESAT Resource Feed</name>
+    <artifactId>sesat-resourcefeed</artifactId>
     <packaging>jar</packaging>
 
     <description>This is the project for SESAT's skins to serve resource 
documents.</description>

Modified: trunk/src/site/apt/index.apt
===================================================================
--- trunk/src/site/apt/index.apt        2007-06-17 11:27:33 UTC (rev 5342)
+++ trunk/src/site/apt/index.apt        2007-06-17 12:39:28 UTC (rev 5343)
@@ -1,4 +1,4 @@
 SESAT (search-portal)
 
     SESAT consists of a number of modules.
-[/maven2/SITE/schibstedsok-search/search-portal/search-portal-core-api/apidocs/no/schibstedsok/searchportal/doc-files/SearchPortalComponents2]
 Components
+[/maven2/SITE/schibstedsok-search/search-portal/sesat-core-api/apidocs/no/schibstedsok/searchportal/doc-files/SearchPortalComponents2]
 Components

Modified: trunk/war/pom.xml
===================================================================
--- trunk/war/pom.xml   2007-06-17 11:27:33 UTC (rev 5342)
+++ trunk/war/pom.xml   2007-06-17 12:39:28 UTC (rev 5343)
@@ -6,7 +6,7 @@
           <artifactId>search-portal</artifactId>
           <version>2.14-SNAPSHOT</version>
       </parent>
-    <artifactId>search-portal-war</artifactId>
+    <artifactId>sesat-war</artifactId>
     <packaging>war</packaging>
     <name>SESAT WAR</name>
     <description>
@@ -51,37 +51,37 @@
    <dependencies>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-httpclient-api</artifactId>
+            <artifactId>sesat-httpclient-api</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-site-spi</artifactId>
+            <artifactId>sesat-site-spi</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-query-api</artifactId>
+            <artifactId>sesat-query-api</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-query-transform-control-spi</artifactId>
+            <artifactId>sesat-query-transform-control-spi</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-core-api</artifactId>
+            <artifactId>sesat-core-api</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-data-model-api</artifactId>
+            <artifactId>sesat-data-model-api</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>schibstedsok</groupId>
-            <artifactId>search-portal-data-model-javabean-impl</artifactId>
+            <artifactId>sesat-data-model-javabean-impl</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>

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

Reply via email to