Update of /cvsroot/sblim/ecute/Plugin/com/ibm/ecute/rsa/ui/internal/wizards/command
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19429/Plugin/com/ibm/ecute/rsa/ui/internal/wizards/command
Modified Files:
RSAOutputOperation.java
Log Message:
Index: RSAOutputOperation.java
===================================================================
RCS file: /cvsroot/sblim/ecute/Plugin/com/ibm/ecute/rsa/ui/internal/wizards/command/RSAOutputOperation.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- RSAOutputOperation.java 7 Jul 2005 15:42:50 -0000 1.5
+++ RSAOutputOperation.java 11 Jul 2005 07:29:20 -0000 1.6
@@ -133,8 +133,8 @@
// FLAVORS
log.setSubTask("Applying flavors...");
- //FlavorsHelper flavorsHelper = new FlavorsHelper(uml2Model);
- //flavorsHelper.setModelFlavors();
+ FlavorsHelper flavorsHelper = new FlavorsHelper(uml2Model);
+ flavorsHelper.setModelFlavors();
// FlavorsHelper flavorsHelper = new FlavorsHelper(uml2Model);
// Package package_ = (Package)uml2Model.getOwnedMember("Cisco_LogicalPhysicalCore");
|