Index: topia/src/java/org/codelutin/topia/generators/ObjectModelToContextPropertiesGenerator.java diff -u topia/src/java/org/codelutin/topia/generators/ObjectModelToContextPropertiesGenerator.java:1.10 topia/src/java/org/codelutin/topia/generators/ObjectModelToContextPropertiesGenerator.java:1.11 --- topia/src/java/org/codelutin/topia/generators/ObjectModelToContextPropertiesGenerator.java:1.10 Tue Jun 21 17:00:43 2005 +++ topia/src/java/org/codelutin/topia/generators/ObjectModelToContextPropertiesGenerator.java Tue Jun 28 14:08:34 2005 @@ -23,10 +23,10 @@ * * @author Benjamin Poussin * Copyright Code Lutin - * @version $Revision: 1.10 $ + * @version $Revision: 1.11 $ * - * Mise a jour: $Date: 2005/06/21 17:00:43 $ - * par : $Author: thimel $ + * Mise a jour: $Date: 2005/06/28 14:08:34 $ + * par : $Author: bpoussin $ */ package org.codelutin.topia.generators; @@ -59,9 +59,10 @@ public void generateFromModel(Writer output, ObjectModel model) throws IOException { /*{ context.class=<%=getProperty("defaultPackage")%>.<%=model.getName()%>Context -org.codelutin.topia.persistence.serialization.SerializablePersistenceHelper -context.helper.persistence=org.codelutin.topia.persistence.serialization.SerializablePersistenceHelper -context.helper.persistence.properties.file=<%=model.getName()%>SerializablePersistenceHelper.properties +context.helper.persistence=<%=getProperty("persistenceHelper")%> +context.helper.persistence.properties.file=<%=getProperty("persistenceHelperProperties")%> +#context.helper.persistence=org.codelutin.topia.persistence.serialization.SerializablePersistenceHelper +#context.helper.persistence.properties.file=<%=model.getName()%>SerializablePersistenceHelper.properties #context.helper.persistence=org.codelutin.topia.persistence.jdo.JDOPersistenceHelper #context.helper.persistence.properties.file=<%=model.getName()%>JDOPersistenceHelper.properties context.helper.distribution=org.codelutin.topia.distribution.LocalDistributionHelper