Update of /var/cvs/applications/richtext
In directory james.mmbase.org:/tmp/cvs-serv18682

Modified Files:
        project.xml maven.xml 
Log Message:
installing xalan in de mmbase-module


See also: http://cvs.mmbase.org/viewcvs/applications/richtext


Index: project.xml
===================================================================
RCS file: /var/cvs/applications/richtext/project.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- project.xml 7 Aug 2008 12:18:45 -0000       1.7
+++ project.xml 31 Oct 2008 15:24:37 -0000      1.8
@@ -20,16 +20,22 @@
     <status>stable</status>
   </properties>
 
-  <!--
   <dependencies>
     <dependency>
-      <groupId>kupu</groupId>
-      <artifactId>kupu-mmbase</artifactId>
-      <version>1.3.5</version>
-      <url>http://kupu.oscom.org/</url>
+      <!--
+          kupu/common/kupu.pox.jspx used jslt x:tags.
+
+          ****ing x-tags have a dependency on xalan.
+      -->
+      <groupId>xalan</groupId>
+      <artifactId>xalan</artifactId>
+      <version>2.7.1</version>
+      <type>jar</type>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
     </dependency>
   </dependencies>
-  -->
 
 </project>
 


Index: maven.xml
===================================================================
RCS file: /var/cvs/applications/richtext/maven.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- maven.xml   7 Aug 2008 12:59:42 -0000       1.3
+++ maven.xml   31 Oct 2008 15:24:37 -0000      1.4
@@ -19,12 +19,21 @@
         artifactIdOverride="kupu-i18n"
         type="jar"
         project="${pom}"/>
+
     <artifact:install
         artifact="${maven.build.dir}/mmbase-richtext/lib/mmbase-kupu-i18n.jar"
         artifactIdOverride="mmbase-kupu-i18n"
         type="jar"
         project="${pom}"/>
 
+    <copy todir="${maven.build.dir}/mmbase-richtext/lib/">
+      <fileset dir="${maven.repo.local}/xalan/jars/">
+        <include name="xalan-2.7.1.jar" />
+      </fileset>
+    </copy>
+
+
+
   </goal>
 
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to