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: [email protected]
For additional commands, e-mail: [email protected]