Update of /var/cvs/contributions/CMSContainer_Modules/openofficeintegration
In directory james.mmbase.org:/tmp/cvs-serv414/openofficeintegration

Modified Files:
        pom.xml 
Log Message:
CMSC-1330 Upgrade CMSc to use MMBase 1.9
CMSC-215 Upgrade from Maven 1 to Maven 2
Upgrade mmbase-1.8.7-20090402


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/openofficeintegration
See also: http://www.mmbase.org/jira/browse/CMSC-1330
See also: http://www.mmbase.org/jira/browse/CMSC-215


Index: pom.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/openofficeintegration/pom.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- pom.xml     26 Feb 2009 12:19:53 -0000      1.3
+++ pom.xml     14 Apr 2009 10:21:14 -0000      1.4
@@ -1,22 +1,24 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
+<?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/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>finalist</groupId>
-  <artifactId>cmsc-modules-openofficeintegration</artifactId>
-  <packaging>war</packaging>
-  <name>CMS OpenOffice Integration</name>
+
   <parent>
-        <groupId>finalist</groupId>
-        <artifactId>modules</artifactId>
+        <groupId>org.cmscontainer.modules</groupId>
+        <artifactId>cmsc-modules</artifactId>
         <version>1.7-SNAPSHOT</version>
   </parent>
+
+  <artifactId>cmsc-modules-openofficeintegration</artifactId>
+  <packaging>war</packaging>
+  <name>CMS Container OpenOffice Integration module</name>
+
   <build>
-    <resources>
-      <resource>
-        <directory>src/java</directory>
-        <includes>
-          <include>**/*.xsl</include>
-        </includes>
-      </resource>
-    </resources>
+        <plugins>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>native2ascii-maven-plugin</artifactId>
+            </plugin>
+        </plugins>
   </build>
 </project>
\ No newline at end of file
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to