Author: tchemit Date: 2008-07-28 20:27:38 +0000 (Mon, 28 Jul 2008) New Revision: 1261 Added: branches/maven2_multimodule/isis-fish/isis-fish-entities/src/main/xmi/isis-fish.properties branches/maven2_multimodule/isis-fish/isis-fish-entities/src/main/xmi/isis-fish.zargo branches/maven2_multimodule/isis-fish/isis-fish-main/src/main/jnlp/ branches/maven2_multimodule/isis-fish/isis-fish-main/src/main/resources/interpreter.properties branches/maven2_multimodule/isis-fish/isis-fish-main/src/main/resources/jnlp/ branches/maven2_multimodule/isis-fish/isis-fish-main/src/main/resources/lutintrace.xml branches/maven2_multimodule/isis-fish/isis-fish-main/src/main/resources/maps/ branches/maven2_multimodule/isis-fish/isis-fish-ui/src/main/uimodel/fr/ Removed: branches/maven2_multimodule/isis-fish/src/jnlp/ branches/maven2_multimodule/isis-fish/src/resources/interpreter.properties branches/maven2_multimodule/isis-fish/src/resources/jnlp/ branches/maven2_multimodule/isis-fish/src/resources/lutintrace.xml branches/maven2_multimodule/isis-fish/src/resources/maps/ branches/maven2_multimodule/isis-fish/src/uimodel/fr/ branches/maven2_multimodule/isis-fish/src/xmi/isis-fish.properties branches/maven2_multimodule/isis-fish/src/xmi/isis-fish.zargo Log: move resources to good modules Copied: branches/maven2_multimodule/isis-fish/isis-fish-entities/src/main/xmi/isis-fish.properties (from rev 1254, branches/maven2_multimodule/isis-fish/src/xmi/isis-fish.properties) =================================================================== --- branches/maven2_multimodule/isis-fish/isis-fish-entities/src/main/xmi/isis-fish.properties (rev 0) +++ branches/maven2_multimodule/isis-fish/isis-fish-entities/src/main/xmi/isis-fish.properties 2008-07-28 20:27:38 UTC (rev 1261) @@ -0,0 +1,6 @@ +model.tagvalue.org.codelutin.math.matrix.MatrixND=fr.ifremer.isisfish.types.hibernate.MatrixType(name,dim,dimNames,semantics,data) +model.tagvalue.fr.ifremer.isisfish.types.Month=fr.ifremer.isisfish.types.hibernate.MonthType +model.tagvalue.fr.ifremer.isisfish.types.Date=fr.ifremer.isisfish.types.hibernate.DateType +model.tagvalue.fr.ifremer.isisfish.types.TimeUnit=fr.ifremer.isisfish.types.hibernate.TimeUnitType +model.tagvalue.fr.ifremer.isisfish.types.RangeOfValues=fr.ifremer.isisfish.types.hibernate.RangeOfValuesType +model.tagvalue.java.lang.String=text Property changes on: branches/maven2_multimodule/isis-fish/isis-fish-entities/src/main/xmi/isis-fish.properties ___________________________________________________________________ Name: svn:keywords + Author Date Id Revision Name: svn:eol-style + native Copied: branches/maven2_multimodule/isis-fish/isis-fish-entities/src/main/xmi/isis-fish.zargo (from rev 1254, branches/maven2_multimodule/isis-fish/src/xmi/isis-fish.zargo) =================================================================== (Binary files differ) Property changes on: branches/maven2_multimodule/isis-fish/isis-fish-entities/src/main/xmi/isis-fish.zargo ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Copied: branches/maven2_multimodule/isis-fish/isis-fish-main/src/main/jnlp (from rev 1254, branches/maven2_multimodule/isis-fish/src/jnlp) Copied: branches/maven2_multimodule/isis-fish/isis-fish-main/src/main/resources/interpreter.properties (from rev 1254, branches/maven2_multimodule/isis-fish/src/resources/interpreter.properties) =================================================================== --- branches/maven2_multimodule/isis-fish/isis-fish-main/src/main/resources/interpreter.properties (rev 0) +++ branches/maven2_multimodule/isis-fish/isis-fish-main/src/main/resources/interpreter.properties 2008-07-28 20:27:38 UTC (rev 1261) @@ -0,0 +1,23 @@ +# ------------------------------------------------------------------- +# Copyright 2002-2005 Delft University of Technology. +# +# Licensed under the Lesser General Purpose, (the "License"); +# The properties in this file control the interpreter +# ------------------------------------------------------------------- + +# ------------------------------------------------------------------- +# Copyright 2002-2005 Delft University of Technology. +# +# Licensed under the Lesser General Purpose, (the "License"); +# The properties in this file control the interpreter +# ------------------------------------------------------------------- + +# Interpreter Factory------------------------------------------------ +#interpreter.operation.factory=nl.tudelft.simulation.dsol.interpreter.operations.InterpreterFactory +#interpreter.operation.factory=nl.tudelft.simulation.dsol.interpreter.operations.reflection.ReflectionFactory +interpreter.operation.factory=nl.tudelft.simulation.dsol.interpreter.process.ProcessFactory +interpreter.operation.oracle=umontreal.iro.lecuyer.simprocs.dsol.SSJInterpretationOracle + +# Interpreter Log Level---------------------------------------------- +interpreter.logLevel=WARNING + Property changes on: branches/maven2_multimodule/isis-fish/isis-fish-main/src/main/resources/interpreter.properties ___________________________________________________________________ Name: svn:keywords + Author Date Id Revision Name: svn:eol-style + native Copied: branches/maven2_multimodule/isis-fish/isis-fish-main/src/main/resources/jnlp (from rev 1254, branches/maven2_multimodule/isis-fish/src/resources/jnlp) Copied: branches/maven2_multimodule/isis-fish/isis-fish-main/src/main/resources/lutintrace.xml (from rev 1254, branches/maven2_multimodule/isis-fish/src/resources/lutintrace.xml) =================================================================== --- branches/maven2_multimodule/isis-fish/isis-fish-main/src/main/resources/lutintrace.xml (rev 0) +++ branches/maven2_multimodule/isis-fish/isis-fish-main/src/main/resources/lutintrace.xml 2008-07-28 20:27:38 UTC (rev 1261) @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> + +<!DOCTYPE aspectwerkz PUBLIC + "-//AspectWerkz//DTD//EN" + "http://aspectwerkz.codehaus.org/dtd/aspectwerkz2.dtd"> + +<aspectwerkz> + <system id="trace"> + <aspect class="org.codelutin.util.LutinTrace"> + <pointcut name="executeMethod"> + execution(* fr.ifremer.isisfish.datastore..*(..)) + || execution(* fr.ifremer.isisfish.simulator..*(..)) + || execution(* fr.ifremer.isisfish.types..*(..)) + || execution(* org.codelutin.util..*(..)) + || execution(* org.codelutin.xml..*(..)) + || execution(* org.codelutin.topia..*(..)) + || execution(* org.codelutin.math.matrix..*(..)) + || execution(* org.swixat..*(..)) + </pointcut> + </aspect> + </system> +</aspectwerkz> Property changes on: branches/maven2_multimodule/isis-fish/isis-fish-main/src/main/resources/lutintrace.xml ___________________________________________________________________ Name: svn:keywords + Author Date Id Revision Name: svn:eol-style + native Copied: branches/maven2_multimodule/isis-fish/isis-fish-main/src/main/resources/maps (from rev 1254, branches/maven2_multimodule/isis-fish/src/resources/maps) Copied: branches/maven2_multimodule/isis-fish/isis-fish-ui/src/main/uimodel/fr (from rev 1254, branches/maven2_multimodule/isis-fish/src/uimodel/fr) Deleted: branches/maven2_multimodule/isis-fish/src/resources/interpreter.properties =================================================================== --- branches/maven2_multimodule/isis-fish/src/resources/interpreter.properties 2008-07-28 20:25:31 UTC (rev 1260) +++ branches/maven2_multimodule/isis-fish/src/resources/interpreter.properties 2008-07-28 20:27:38 UTC (rev 1261) @@ -1,23 +0,0 @@ -# ------------------------------------------------------------------- -# Copyright 2002-2005 Delft University of Technology. -# -# Licensed under the Lesser General Purpose, (the "License"); -# The properties in this file control the interpreter -# ------------------------------------------------------------------- - -# ------------------------------------------------------------------- -# Copyright 2002-2005 Delft University of Technology. -# -# Licensed under the Lesser General Purpose, (the "License"); -# The properties in this file control the interpreter -# ------------------------------------------------------------------- - -# Interpreter Factory------------------------------------------------ -#interpreter.operation.factory=nl.tudelft.simulation.dsol.interpreter.operations.InterpreterFactory -#interpreter.operation.factory=nl.tudelft.simulation.dsol.interpreter.operations.reflection.ReflectionFactory -interpreter.operation.factory=nl.tudelft.simulation.dsol.interpreter.process.ProcessFactory -interpreter.operation.oracle=umontreal.iro.lecuyer.simprocs.dsol.SSJInterpretationOracle - -# Interpreter Log Level---------------------------------------------- -interpreter.logLevel=WARNING - Deleted: branches/maven2_multimodule/isis-fish/src/resources/lutintrace.xml =================================================================== --- branches/maven2_multimodule/isis-fish/src/resources/lutintrace.xml 2008-07-28 20:25:31 UTC (rev 1260) +++ branches/maven2_multimodule/isis-fish/src/resources/lutintrace.xml 2008-07-28 20:27:38 UTC (rev 1261) @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> - -<!DOCTYPE aspectwerkz PUBLIC - "-//AspectWerkz//DTD//EN" - "http://aspectwerkz.codehaus.org/dtd/aspectwerkz2.dtd"> - -<aspectwerkz> - <system id="trace"> - <aspect class="org.codelutin.util.LutinTrace"> - <pointcut name="executeMethod"> - execution(* fr.ifremer.isisfish.datastore..*(..)) - || execution(* fr.ifremer.isisfish.simulator..*(..)) - || execution(* fr.ifremer.isisfish.types..*(..)) - || execution(* org.codelutin.util..*(..)) - || execution(* org.codelutin.xml..*(..)) - || execution(* org.codelutin.topia..*(..)) - || execution(* org.codelutin.math.matrix..*(..)) - || execution(* org.swixat..*(..)) - </pointcut> - </aspect> - </system> -</aspectwerkz> Deleted: branches/maven2_multimodule/isis-fish/src/xmi/isis-fish.properties =================================================================== --- branches/maven2_multimodule/isis-fish/src/xmi/isis-fish.properties 2008-07-28 20:25:31 UTC (rev 1260) +++ branches/maven2_multimodule/isis-fish/src/xmi/isis-fish.properties 2008-07-28 20:27:38 UTC (rev 1261) @@ -1,6 +0,0 @@ -model.tagvalue.org.codelutin.math.matrix.MatrixND=fr.ifremer.isisfish.types.hibernate.MatrixType(name,dim,dimNames,semantics,data) -model.tagvalue.fr.ifremer.isisfish.types.Month=fr.ifremer.isisfish.types.hibernate.MonthType -model.tagvalue.fr.ifremer.isisfish.types.Date=fr.ifremer.isisfish.types.hibernate.DateType -model.tagvalue.fr.ifremer.isisfish.types.TimeUnit=fr.ifremer.isisfish.types.hibernate.TimeUnitType -model.tagvalue.fr.ifremer.isisfish.types.RangeOfValues=fr.ifremer.isisfish.types.hibernate.RangeOfValuesType -model.tagvalue.java.lang.String=text Deleted: branches/maven2_multimodule/isis-fish/src/xmi/isis-fish.zargo =================================================================== (Binary files differ)