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 er...@apache.org on 2010/10/21 10:29:03 UTC

svn commit: r1025882 - /james/server/trunk/domainlist-jpa/pom.xml

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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org