You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by fe...@apache.org on 2011/10/05 13:12:24 UTC

svn commit: r1179163 - /james/mailbox/trunk/jpa/pom.xml

Author: felixk
Date: Wed Oct  5 11:12:24 2011
New Revision: 1179163

URL: http://svn.apache.org/viewvc?rev=1179163&view=rev
Log:
Don't process EncryptDecryptHelper by openjpa plugin

Modified:
    james/mailbox/trunk/jpa/pom.xml

Modified: james/mailbox/trunk/jpa/pom.xml
URL: http://svn.apache.org/viewvc/james/mailbox/trunk/jpa/pom.xml?rev=1179163&r1=1179162&r2=1179163&view=diff
==============================================================================
--- james/mailbox/trunk/jpa/pom.xml (original)
+++ james/mailbox/trunk/jpa/pom.xml Wed Oct  5 11:12:24 2011
@@ -94,6 +94,7 @@
         <version>1.1</version>
         <configuration>
           <includes>org/apache/james/mailbox/jpa/*/model/**/*.class</includes>
+          <excludes>org/apache/james/mailbox/jpa/mail/model/openjpa/EncryptDecryptHelper.class</excludes>
           <addDefaultConstructor>true</addDefaultConstructor>
           <enforcePropertyRestrictions>true</enforcePropertyRestrictions>
           <toolProperties>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org