Author: chatellier Date: 2009-02-11 15:45:43 +0000 (Wed, 11 Feb 2009) New Revision: 1353 Modified: topia/trunk/topia-ui/pom.xml Log: Udpate generator configuration Modified: topia/trunk/topia-ui/pom.xml =================================================================== --- topia/trunk/topia-ui/pom.xml 2009-02-11 10:50:27 UTC (rev 1352) +++ topia/trunk/topia-ui/pom.xml 2009-02-11 15:45:43 UTC (rev 1353) @@ -85,6 +85,8 @@ <id>generate-objectmodel</id> <phase>generate-test-sources</phase> <configuration> + <fullPackagePath>org.codelutin.test</fullPackagePath> + <extractedPackages>org.codelutin.test</extractedPackages> <includes>**/*.objectmodel</includes> <templates>org.codelutin.topia.generator.TopiaMetaGenerator</templates> <defaultPackage>org.codelutin.test</defaultPackage> @@ -99,7 +101,9 @@ <execution> <id>generate-statemodel</id> <phase>generate-test-sources</phase> - <configuration> + <configuration> + <fullPackagePath>org.codelutin.test</fullPackagePath> + <extractedPackages>org.codelutin.test</extractedPackages> <includes>**/*.statemodel</includes> <templates>org.codelutin.topia.generator.TapestryWebGenerator</templates> <extraClassPathDirectory>target/classes</extraClassPathDirectory>
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org