Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv30684

Modified Files:
        project.xml 
Log Message:
MMB-1778


See also: http://cvs.mmbase.org/viewcvs/all
See also: http://www.mmbase.org/jira/browse/MMB-1778


Index: project.xml
===================================================================
RCS file: /var/cvs/all/project.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- project.xml 19 Jun 2008 18:24:54 -0000      1.10
+++ project.xml 30 Jan 2009 12:43:56 -0000      1.11
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0"?>
 <!--
 This software is OSI Certified Open Source Software.
 OSI Certified is a certification mark of the Open Source Initiative.
@@ -10,32 +10,6 @@
   <extend>${basedir}/maven-base/project.xml</extend>
   <artifactId>mmbase</artifactId>
   <build>
-    <sourceModifications>
-      <sourceModification>
-        <className>com.informix.jdbc.IfxCblob</className>
-        <excludes>
-          
<exclude>org/mmbase/module/database/support/MMInformix42Node.java</exclude>
-        </excludes>
-      </sourceModification>
-      <sourceModification>
-        <className>oracle.sql.BLOB</className>
-        <excludes>
-          <exclude>org/mmbase/module/database/support/MMOracle.java</exclude>
-        </excludes>
-      </sourceModification>
-      <sourceModification>
-        <className>javax.mail.Message</className>
-        <excludes>
-          <exclude>org/mmbase/module/JMSendMail.java</exclude>
-        </excludes>
-      </sourceModification>
-      <sourceModification>
-        <className>javax.media.jai.JAI</className>
-        <excludes>
-          <exclude>org/mmbase/module/builders/ConvertJAI.java</exclude>
-        </excludes>
-      </sourceModification>
-    </sourceModifications>
     <!-- J A R  R E S O U R C E S -->
     <!-- Resources that are packaged up inside the JAR file -->
     <resources>
@@ -60,7 +34,7 @@
         <directory>${basedir}/META-INF</directory>
         <targetPath>META-INF</targetPath>
         <excludes>
-          <exclude>"**/CVS"</exclude>
+          <exclude>**/CVS</exclude>
         </excludes>
         <filtering>false</filtering>
       </resource>
@@ -68,7 +42,8 @@
         <directory>${basedir}/config</directory>
         <targetPath>org/mmbase/config</targetPath>
         <excludes>
-          <exclude>"**/CVS"</exclude>
+          <exclude>**/CVS</exclude>
+          <exclude>modules/jdbc.xml</exclude>
         </excludes>
         <filtering>false</filtering>
       </resource>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to