Author: ssmiweve
Date: 2008-02-28 20:36:37 +0100 (Thu, 28 Feb 2008)
New Revision: 6186

Modified:
   branches/2.16.0/pom.xml
   branches/2.16.0/sitemap-generator/
   branches/2.16.0/sitemap-generator/pom.xml
   branches/2.16.0/war/pom.xml
Log:
SEARCH-4318 - Sitemap oppdateres ikke


Modified: branches/2.16.0/pom.xml
===================================================================
--- branches/2.16.0/pom.xml     2008-02-28 14:57:42 UTC (rev 6185)
+++ branches/2.16.0/pom.xml     2008-02-28 19:36:37 UTC (rev 6186)
@@ -119,8 +119,10 @@
         <module>sitemap-spi</module>
         <module>core-api</module>
         <module>search-servlet-handler-spi</module>
+        <module>generic.sesam</module>
+        <!-- sitemap-generator must be after 
generic.sesam-search-command-control because they both use assembly -->
+        <module>sitemap-generator</module>
         <module>war</module>
-        <module>generic.sesam</module>
     </modules>
 
     <build>


Property changes on: branches/2.16.0/sitemap-generator
___________________________________________________________________
Name: svn:ignore
   + target


Modified: branches/2.16.0/sitemap-generator/pom.xml
===================================================================
--- branches/2.16.0/sitemap-generator/pom.xml   2008-02-28 14:57:42 UTC (rev 
6185)
+++ branches/2.16.0/sitemap-generator/pom.xml   2008-02-28 19:36:37 UTC (rev 
6186)
@@ -1,12 +1,12 @@
 <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>schibstedsok</groupId>
-        <artifactId>search-portal</artifactId>
-        <version>2.15-SNAPSHOT</version>
+        <groupId>sesat</groupId>
+        <artifactId>sesat-kernel</artifactId>
+        <version>2.16-SNAPSHOT</version>
     </parent>
 
-    <name>SESAT Sitemap Generator</name>
+    <name>Sesat Sitemap Generator</name>
     <description>
         This is the project for the SESAT Sitemap generator.
     </description>
@@ -46,16 +46,14 @@
         </dependency>
 
         <dependency>
-            <groupId>schibstedsok</groupId>
+            <groupId>sesat</groupId>
             <artifactId>sesat-sitemap-spi</artifactId>
-            <version>2.15-SNAPSHOT</version>
+            <version>${version}</version>
         </dependency>
 
         <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>
-            <version>1.2.14</version>
-            <type>jar</type>
         </dependency>
     </dependencies>
 </project>

Modified: branches/2.16.0/war/pom.xml
===================================================================
--- branches/2.16.0/war/pom.xml 2008-02-28 14:57:42 UTC (rev 6185)
+++ branches/2.16.0/war/pom.xml 2008-02-28 19:36:37 UTC (rev 6186)
@@ -121,6 +121,12 @@
         </dependency>
         <dependency>
             <groupId>sesat</groupId>
+            <artifactId>sesat-sitemap-generator</artifactId>
+            <version>${version}</version>
+            <classifier>jar-with-dependencies</classifier>
+        </dependency>
+        <dependency>
+            <groupId>sesat</groupId>
             <artifactId>commons-ioc</artifactId>
         </dependency>
         <dependency>

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

Reply via email to