You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/07/10 11:08:09 UTC

svn commit: r1359530 - /incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/core/pom.xml

Author: ilgrosso
Date: Tue Jul 10 09:08:08 2012
New Revision: 1359530

URL: http://svn.apache.org/viewvc?rev=1359530&view=rev
Log:
[SYNCOPE-105] Adapting archetype generation to persistence.xml -> spring-persistence.xml

Modified:
    incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/core/pom.xml

Modified: incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/core/pom.xml?rev=1359530&r1=1359529&r2=1359530&view=diff
==============================================================================
--- incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/core/pom.xml (original)
+++ incubator/syncope/trunk/archetype/src/main/resources/archetype-resources/core/pom.xml Tue Jul 10 09:08:08 2012
@@ -315,6 +315,7 @@ under the License.
           </dependency>
         </dependencies>
         <configuration>
+          <persistenceXmlFile>${project.basedir}/src/main/resources/META-INF/spring-persistence.xml</persistenceXmlFile>
           <includes>org/apache/syncope/core/persistence/beans/**/*.class</includes>
           <connectionDriverName>org.springframework.jdbc.datasource.DriverManagerDataSource</connectionDriverName>
           <connectionProperties>