[kepler-dev] Ptolemy DocViewerAttribute change for Kepler release

Christopher Brooks cxh at eecs.berkeley.edu
Mon Jun 19 09:27:17 PDT 2006


Hi Dan,

I noticed that ptolemy/configs/basicUtilities.xml has a
DocViewerAttribute where the _hideName property is a Parameter
and it should be a SingletonAttribute.
So, in ptolemy/configs/basicUtilities.xml
        <property name="_hideName" class="ptolemy.data.expr.Parameter" value="true">
should be:
        <property name="_hideName" class="ptolemy.kernel.util.SingletonAttribute">

In addition, these files should have the property changed as well

ptolemy/actor/lib/hoc/demo/Case/Case.xml
ptolemy/actor/lib/Sinewave.xml
ptolemy/domains/fsm/demo/Case/Case.xml

All of these changes should go in to the Kepler release branch.
The "save in library" feature requires this change.

_Christopher



More information about the Kepler-dev mailing list