From d07b1b0d10c6729f8ac13c14a193e101fcfd7d0a Mon Sep 17 00:00:00 2001 From: Cleverson Sacramento Date: Wed, 26 Sep 2012 13:03:32 -0300 Subject: [PATCH] Ajuste no arquivo demoiselle.properties do arquétipo jsf-jpa --- archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/resources/demoiselle.properties | 4 ++-- archetype/jsf-jpa/src/main/resources/archetype-resources/src/test/resources/demoiselle.properties | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 archetype/jsf-jpa/src/main/resources/archetype-resources/src/test/resources/demoiselle.properties diff --git a/archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/resources/demoiselle.properties b/archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/resources/demoiselle.properties index dfacb99..71ae24e 100755 --- a/archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/resources/demoiselle.properties +++ b/archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/resources/demoiselle.properties @@ -1,5 +1,5 @@ -#Enables JPA transaction strategy, automatically detected if demoiselle-jpa component is detected. Use only if you need to overwrite the default behaviour +# Enables JPA transaction strategy, automatically detected if demoiselle-jpa component is detected. Use only if you need to overwrite the default behaviour #frameworkdemoiselle.transaction.class=br.gov.frameworkdemoiselle.transaction.JPATransaction -#Enables JTA transaction strategy, automatically detected if demoiselle-jta component is detected. Use only if you need to overwrite the default behaviour +# Enables JTA transaction strategy, automatically detected if demoiselle-jta component is detected. Use only if you need to overwrite the default behaviour #frameworkdemoiselle.transaction.class=br.gov.frameworkdemoiselle.transaction.JTATransaction diff --git a/archetype/jsf-jpa/src/main/resources/archetype-resources/src/test/resources/demoiselle.properties b/archetype/jsf-jpa/src/main/resources/archetype-resources/src/test/resources/demoiselle.properties new file mode 100644 index 0000000..8bb4aa9 --- /dev/null +++ b/archetype/jsf-jpa/src/main/resources/archetype-resources/src/test/resources/demoiselle.properties @@ -0,0 +1 @@ +frameworkdemoiselle.transaction.class=br.gov.frameworkdemoiselle.transaction.JPATransaction -- libgit2 0.21.2