Author: echatellier Date: 2014-03-21 17:33:37 +0100 (Fri, 21 Mar 2014) New Revision: 3903 Url: http://forge.codelutin.com/projects/isis-fish/repository/revisions/3903 Log: refs #4803: Fix script templates Modified: branches/4.0.1/src/main/resources/templates/script/objective.ftl branches/4.0.1/src/main/resources/templates/script/optimization.ftl Modified: branches/4.0.1/src/main/resources/templates/script/objective.ftl =================================================================== --- branches/4.0.1/src/main/resources/templates/script/objective.ftl 2014-03-21 09:30:13 UTC (rev 3902) +++ branches/4.0.1/src/main/resources/templates/script/objective.ftl 2014-03-21 16:33:37 UTC (rev 3903) @@ -40,7 +40,7 @@ * <http://www.gnu.org/licenses/gpl-3.0.html>. */ -package rules; +package objectives; import static org.nuiton.i18n.I18n._; Modified: branches/4.0.1/src/main/resources/templates/script/optimization.ftl =================================================================== --- branches/4.0.1/src/main/resources/templates/script/optimization.ftl 2014-03-21 09:30:13 UTC (rev 3902) +++ branches/4.0.1/src/main/resources/templates/script/optimization.ftl 2014-03-21 16:33:37 UTC (rev 3903) @@ -40,7 +40,7 @@ * <http://www.gnu.org/licenses/gpl-3.0.html>. */ -package rules; +package optimizations; import static org.nuiton.i18n.I18n._;
participants (1)
-
echatellier@users.forge.codelutin.com