Author: eric
Date: Thu Oct 21 08:29:03 2010
New Revision: 1025882
URL: http://svn.apache.org/viewvc?rev=1025882&view=rev
Log:
Adapt pom for new model class package (JAMES1074)
Modified:
james/server/trunk/domainlist-jpa/pom.xml
Modified: james/server/trunk/domainlist-jpa/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/domainlist-jpa/pom.xml?rev=1025882&r1=1025881&r2=1025882&view=diff
==============================================================================
--- james/server/trunk/domainlist-jpa/pom.xml (original)
+++ james/server/trunk/domainlist-jpa/pom.xml Thu Oct 21 08:29:03 2010
@@ -100,7 +100,7 @@
<artifactId>openjpa-maven-plugin</artifactId>
<version>1.0</version>
<configuration>
- <includes>org/apache/james/domain/model/JPADomain.class</includes>
+
<includes>org/apache/james/domainlist/jpa/model/JPADomain.class</includes>
<addDefaultConstructor>true</addDefaultConstructor>
<enforcePropertyRestrictions>true</enforcePropertyRestrictions>
<toolProperties>
@@ -110,7 +110,7 @@
</property>
<property>
<name>metaDataFactory</name>
-
<value>jpa(Types=org.apache.james.domainlist.model.JPADomain)</value>
+
<value>jpa(Types=org.apache.james.domainlist.jpa.model.JPADomain)</value>
</property>
</toolProperties>
</configuration>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]