-
pengfei
2007-08-29 09:30
Rev.: 1366
-
423 lines of code changed in 4 files:
-
src/seg/jUCMNav/model:
ModelCreationFactory.java (+1 -1)
-
src/seg/jUCMNav/model/commands/delete/internal:
RemoveKPIInformationElementCommand.java (+1 -1)
-
src/seg/jUCMNav/tests:
TestAllTestSuite.java (+3 -1)
-
src/seg/jUCMNav/tests/commands:
JUCMNavKPICommandTests.java (new 418)
-
pengfei
2007-08-13 23:56
Rev.: 1348
-
0 lines of code changed in 1 file:
-
src/seg/jUCMNav/icons:
KPIView.gif (new)
-
pengfei
2007-07-25 17:24
Rev.: 1322
-
13 lines of code changed in 5 files:
-
META-INF:
MANIFEST.MF (+5 -1)
-
src/seg/jUCMNav/editparts/kpiViewEditparts:
KPIViewEditPartFactory.java (-4)
-
src/seg/jUCMNav/tests/progress:
ProgressTests.java (+2 -2)
-
src/seg/jUCMNav/views/property/descriptors:
IndicatorGroupPropertyDescriptor.java (+3 -3)
-
src/seg/jUCMNav/views/wizards/kpi:
IndicatorGroupDialog.java (+3 -3)
-
pengfei
2007-07-24 16:24
Rev.: 1321
-
19 lines of code changed in 1 file:
-
src/seg/jUCMNav/model/commands/delete/internal:
RemoveIntentionalElementCommand.java (+19 -12)
-
pengfei
2007-07-24 15:35
Rev.: 1320
-
11 lines of code changed in 1 file:
-
src/seg/jUCMNav/model/commands/create:
DuplicateCommand.java (+11)
-
pengfei
2007-07-19 20:54
Rev.: 1318
-
1 lines of code changed in 1 file:
-
src/seg/jUCMNav/kpi/ws:
KPIValueWSResources.java (+1 -1)
-
pengfei
2007-07-19 20:41
Rev.: 1317
-
7 lines of code changed in 2 files:
-
src/seg/jUCMNav/kpi/ws:
KPIValueWSResources.java (+6 -1)
-
src/seg/jUCMNav/views/kpi:
KPIListView.java (+1 -1)
-
pengfei
2007-07-19 20:16
Rev.: 1316
-
65849 lines of code changed in 372 files:
-
plugin.properties (+3),
plugin.xml (+19)
-
.settings:
org.eclipse.jdt.core.prefs (+1 -2),
org.eclipse.jdt.ui.prefs (+1 -1)
-
META-INF:
MANIFEST.MF (+2 -1)
-
icons:
KPIView.gif (new)
-
src/grl:
Actor.java (+18 -18),
Belief.java (+16 -16),
Contribution.java (+37 -37),
ContributionType.java (+173 -173),
Criticality.java (+122 -122),
DecompositionType.java (+88 -88),
ElementLink.java (+65 -65),
Evaluation.java (+82 -51),
EvaluationStrategy.java (+82 -63),
GRLspec.java (+130 -73),
GrlFactory.java (+119 -119),
GrlPackage.java (+2346 -2206),
IntentionalElement.java (+139 -139),
IntentionalElementRef.java (+58 -58),
IntentionalElementType.java (+149 -122),
LinkRef.java (+29 -29),
LinkRefBendpoint.java (+50 -50),
Priority.java (+122 -122),
StrategiesGroup.java (+29 -29)
-
src/grl/impl:
ActorImpl.java (+311 -311),
ActorRefImpl.java (+639 -639),
BeliefImpl.java (+94 -94),
BeliefLinkImpl.java (+262 -262),
ContributionImpl.java (+135 -135),
DecompositionImpl.java (+12 -12),
DependencyImpl.java (+12 -12),
ElementLinkImpl.java (+293 -293),
EvaluationImpl.java (+288 -215),
EvaluationStrategyImpl.java (+312 -271),
GRLGraphImpl.java (+315 -315),
GRLNodeImpl.java (+436 -436),
GRLspecImpl.java (+392 -273),
GrlFactoryImpl.java (+299 -297),
GrlPackageImpl.java (+821 -754),
IntentionalElementImpl.java (+425 -425),
IntentionalElementRefImpl.java (+223 -223),
LinkRefBendpointImpl.java (+209 -209),
LinkRefImpl.java (+365 -365),
StrategiesGroupImpl.java (+149 -149)
-
src/grl/kpimodel:
Indicator.java (new 67),
IndicatorGroup.java (new 114),
KPIEvalValueSet.java (new 198),
KPIInformationConfig.java (new 139),
KPIInformationElement.java (new 98),
KPIInformationElementRef.java (new 56),
KPIModelLink.java (new 137),
KPIModelLinkRef.java (new 56),
KpimodelFactory.java (new 109),
KpimodelPackage.java (new 1516)
-
src/grl/kpimodel/impl:
IndicatorGroupImpl.java (new 307),
IndicatorImpl.java (new 201),
KPIEvalValueSetImpl.java (new 477),
KPIInformationConfigImpl.java (new 376),
KPIInformationElementImpl.java (new 279),
KPIInformationElementRefImpl.java (new 208),
KPIModelLinkImpl.java (new 418),
KPIModelLinkRefImpl.java (new 460),
KpimodelFactoryImpl.java (new 174),
KpimodelPackageImpl.java (new 643)
-
src/grl/kpimodel/util:
KpimodelAdapterFactory.java (new 349),
KpimodelSwitch.java (new 389)
-
src/grl/util:
GrlAdapterFactory.java (+357 -355),
GrlSwitch.java (+458 -456)
-
src/seg/jUCMNav:
messages.properties (+66)
-
src/seg/jUCMNav/actions:
SelectionHelper.java (+152 -102)
-
src/seg/jUCMNav/actions/kpi:
AddIndicatorGroupAction.java (new 56),
DeleteKPIInformationConfigAction.java (new 61),
EditIndicatorGroupsAction.java (new 75)
-
src/seg/jUCMNav/actions/metadata:
EditMetadataAction.java (+1 -2)
-
src/seg/jUCMNav/editors/actionContributors:
ActionRegistryManager.java (+12 -2),
KPIListViewContextMenuProvider.java (new 82),
KPIViewContextMenuProvider.java (new 57),
UrnContextMenuProvider.java (+13 -8)
-
src/seg/jUCMNav/editors/palette:
GrlPaletteRoot.java (+56 -33)
-
src/seg/jUCMNav/editparts:
GrlGraphicalEditPartFactory.java (+9 -1),
KPIInformationElementEditPart.java (new 258),
KPIModelLinkRefEditPart.java (new 259)
-
src/seg/jUCMNav/editparts/kpiTreeEditparts:
GRLspecKPITreeEditPart.java (new 91),
IndicatorGroupTreeEditPart.java (new 87),
IndicatorTreeEditPart.java (new 122),
KPIRootEditPart.java (new 53),
KPITreeEditPartFactory.java (new 51),
KPIUrnModelElementTreeEditPart.java (new 197)
-
src/seg/jUCMNav/editparts/kpiViewEditparts:
AbstractKPIViewEditPart.java (new 69),
KPIViewComponentElementEditPart.java (new 83),
KPIViewEditPartFactory.java (new 64),
KPIViewGRLGraphEditPart.java (new 80),
KPIViewGRLspecEditPart.java (new 61),
KPIViewIndicatorGroupEditPart.java (new 47),
KPIViewIntentionalElementEditPart.java (new 78),
KPIViewKPIInformationElementEditPart.java (new 55),
KPIViewObject.java (new 201),
KPIViewObjectEditPart.java (new 74),
KPIViewResponsibilityEditPart.java (new 81),
KPIViewRootEditPart.java (new 34),
KPIViewUCMmapEditPart.java (new 76)
-
src/seg/jUCMNav/editparts/treeEditparts:
GrlGraphTreeEditPart.java (+2 -2),
IntentionalElementRefTreeEditPart.java (+16 -14),
IntentionalElementTreeEditPart.java (+15 -8),
KPIInformationElementRefTreeEditPart.java (new 101),
KPIInformationElementTreeEditPart.java (new 81),
KPIModelLinkTreeEditPart.java (new 76),
LabelTreeEditPart.java (+31 -25),
TreeEditPartFactory.java (+19 -10)
-
src/seg/jUCMNav/editpolicies/directEditPolicy:
IntentionalElementNodeEditPolicy.java (+27 -17),
KPIInformationElementNodeEditPolicy.java (new 77)
-
src/seg/jUCMNav/editpolicies/element:
GRLNodeComponentEditPolicy.java (+4 -3),
IndicatorGroupComponentEditPolicy.java (new 39),
KPIInformationElementComponentEditPolicy.java (new 37),
KPIModelLinkComponentEditPolicy.java (new 35),
KPIModelLinkRefComponentEditPolicy.java (new 33)
-
src/seg/jUCMNav/editpolicies/feedback:
GrlNodeFeedbackEditPolicy.java (+2 -2)
-
src/seg/jUCMNav/editpolicies/layout:
GrlGraphXYLayoutEditPolicy.java (+146 -121)
-
src/seg/jUCMNav/emf:
URN.genmodel (changed),
grl.ecore (changed),
urn.ecore (changed)
-
src/seg/jUCMNav/figures:
ColorManager.java (+11 -2),
IntentionalElementFigure.java (+38 -2),
KPIInformationElementFigure.java (new 55),
KPIModelLinkRefConnection.java (new 119)
-
src/seg/jUCMNav/figures/kpi:
KPIViewObjectFigure.java (new 422)
-
src/seg/jUCMNav/figures/util:
NodeConnectionLocator.java (+15 -1)
-
src/seg/jUCMNav/icons:
Dimension16.gif (new),
Dimension24.gif (new),
Indicator16.gif (new),
Indicator24.gif (new),
KPIModelLink16.gif (new),
KPIModelLink24.gif (new),
KPIModelLinkDest16.gif (new),
KPIModelLinkDest24.gif (new),
KPIModelLinkSrc16.gif (new),
KPIModelLinkSrc24.gif (new),
indicator.gif (new),
indicator_down.gif (new),
indicator_flat.gif (new),
indicator_up.gif (new)
-
src/seg/jUCMNav/kpi:
KPIValueResources.java (new 11)
-
src/seg/jUCMNav/kpi/ws:
KPIValueWSResources.java (new 64),
KPIValueWebServiceBean.java (new 16),
KPIValueWebServiceBeanPortBindingStub.java (new 174),
KPIValueWebServiceBeanProxy.java (new 57),
KPIValueWebServiceBeanService.java (new 20),
KPIValueWebServiceBeanServiceLocator.java (new 143),
KpiEntity.java (new 186)
-
src/seg/jUCMNav/model:
ModelCreationFactory.java (+108 -40)
-
src/seg/jUCMNav/model/commands/create:
AddKPIInformationConfigCommand.java (new 100),
AddKPIInformationElementRefCommand.java (new 119),
AddKPIModelLinkRefCommand.java (new 124),
AddStandardKPIModelLinkCommand.java (new 146),
CreateAllKPIModelLinkRefCommand.java (new 139),
CreateIndicatorGroupCommand.java (new 86),
CreateKPIModelLinkCommand.java (new 133),
DuplicateCommand.java (+15 -7)
-
src/seg/jUCMNav/model/commands/delete:
DeleteAllKPIModelLinkRefCommand.java (new 47),
DeleteAllLinkRefCommand.java (+11 -3),
DeleteIndicatorGroupCommand.java (new 110),
DeleteIntentionalElementCommand.java (+54 -33),
DeleteKPIInformationConfigCommand.java (new 93),
DeleteKPIInformationElementCommand.java (new 91),
DeleteKPIModelLinkCommand.java (new 78),
DeleteKPIModelLinkRefCommand.java (new 74),
DeleteStrategyCommand.java (+14 -8)
-
src/seg/jUCMNav/model/commands/delete/internal:
CleanRelationshipsCommand.java (+364 -365),
DisconnectGRLNodeCommand.java (+29 -23),
RemoveIntentionalElementCommand.java (+17 -2),
RemoveKPIInformationElementCommand.java (new 104),
RemoveKPIModelLinkCommand.java (new 108),
RemoveKPIModelLinkRefCommand.java (new 109),
RemoveURNmodelElementCommand.java (+366 -352)
-
src/seg/jUCMNav/model/commands/kpi:
AssignIndicatorGroupCommand.java (new 99)
-
src/seg/jUCMNav/model/commands/metadata:
ChangeMetadataCommand.java (+1 -1)
-
src/seg/jUCMNav/model/commands/transformations:
ChangeGrlNodeNameCommand.java (+23 -15),
DuplicateMapCommand.java (+288 -273)
-
src/seg/jUCMNav/model/util:
EObjectClassNameComparator.java (+7 -4),
URNElementFinder.java (+272 -260),
URNNamingHelper.java (+847 -840)
-
src/seg/jUCMNav/strategies:
EvaluationStrategyManager.java (+313 -75)
-
src/seg/jUCMNav/views:
UCMPerspectiveFactory.java (+3 -1)
-
src/seg/jUCMNav/views/dnd:
UrnTemplateTransferDragSourceListener.java (+38 -16),
UrnTemplateTransferDropTargetListener.java (+19 -7)
-
src/seg/jUCMNav/views/elements:
ElementListItem.java (+21 -22),
ElementListViewer.java (+444 -405),
ElementView.java (+309 -308)
-
src/seg/jUCMNav/views/kpi:
KPIListView.java (new 337),
KPIView.java (new 215)
-
src/seg/jUCMNav/views/preferences:
GeneralPreferencePage.java (+58 -51),
KPIMonitoringPreferencePage.java (new 47),
KPIMonitoringPreferences.java (new 50),
PreferenceInitializer.java (+4 -3)
-
src/seg/jUCMNav/views/property:
EObjectPropertySource.java (+340 -347),
IndicatorPropertySource.java (new 412),
IntentionalElementPropertySource.java (+216 -58),
KPIInformationElementPropertySource.java (new 351),
KPIModelLinkRefPropertySource.java (new 106),
LabelPropertySource.java (+6 -3),
URNElementPropertySource.java (+3 -3)
-
src/seg/jUCMNav/views/property/descriptors:
IndicatorGroupCellEditor.java (new 106),
IndicatorGroupPropertyDescriptor.java (new 64)
-
src/seg/jUCMNav/views/wizards/kpi:
IndicatorGroupDialog.java (new 380)
-
src/seg/jUCMNav/views/wizards/metadata:
MetadataEditor.java (+14 -3),
URNmodelElementType.java (+34 -21)
-
src/ucm:
UCMspec.java (+84 -84),
UcmFactory.java (+17 -17),
UcmPackage.java (+190 -190)
-
src/ucm/impl:
UCMspecImpl.java (+304 -304),
UcmFactoryImpl.java (+55 -53),
UcmPackageImpl.java (+197 -190)
-
src/ucm/map:
Abort.java (+9 -9),
AndFork.java (+16 -16),
AndJoin.java (+16 -16),
ComponentRef.java (+50 -50),
EndPoint.java (+40 -40),
InBinding.java (+54 -54),
Loop.java (+16 -16),
MapFactory.java (+143 -143),
MapPackage.java (+3254 -3254),
NodeConnection.java (+57 -57),
OrFork.java (+16 -16),
OrJoin.java (+16 -16),
OutBinding.java (+54 -54),
PathNode.java (+22 -22),
PluginBinding.java (+126 -126),
RespRef.java (+51 -51),
StartPoint.java (+58 -58),
Stub.java (+79 -79),
Timer.java (+16 -16),
UCMmap.java (+11 -11),
WaitingPlace.java (+16 -16)
-
src/ucm/map/impl:
AbortImpl.java (+71 -71),
AndForkImpl.java (+94 -94),
AndJoinImpl.java (+94 -94),
ComponentRefImpl.java (+762 -762),
ConnectImpl.java (+12 -12),
DirectionArrowImpl.java (+12 -12),
EmptyPointImpl.java (+12 -12),
EndPointImpl.java (+179 -179),
FailurePointImpl.java (+12 -12),
InBindingImpl.java (+262 -262),
LoopImpl.java (+94 -94),
MapFactoryImpl.java (+223 -221),
MapPackageImpl.java (+797 -790),
NodeConnectionImpl.java (+431 -431),
OrForkImpl.java (+94 -94),
OrJoinImpl.java (+94 -94),
OutBindingImpl.java (+262 -262),
PathNodeImpl.java (+498 -498),
PluginBindingImpl.java (+441 -441),
RespRefImpl.java (+223 -223),
StartPointImpl.java (+236 -236),
StubImpl.java (+264 -264),
TimerImpl.java (+91 -91),
UCMmapImpl.java (+346 -346),
WaitingPlaceImpl.java (+94 -94)
-
src/ucm/map/util:
MapAdapterFactory.java (+405 -403),
MapSwitch.java (+564 -562)
-
src/ucm/performance:
ActiveResource.java (+16 -16),
ArrivalProcess.java (+122 -122),
Demand.java (+52 -52),
DeviceKind.java (+122 -122),
ExternalOperation.java (+11 -11),
GeneralResource.java (+61 -61),
PassiveResource.java (+18 -18),
PerfAttribute.java (+139 -139),
PerfMeasure.java (+121 -121),
PerfValue.java (+106 -106),
PerfValueKind.java (+190 -190),
PerfValueSource.java (+139 -139),
PerformanceFactory.java (+65 -65),
PerformancePackage.java (+1735 -1735),
ProcessingResource.java (+30 -30),
ResponseTimeReq.java (+86 -86),
Timestamp.java (+38 -38),
Workload.java (+161 -161)
-
src/ucm/performance/impl:
ActiveResourceImpl.java (+94 -94),
DemandImpl.java (+240 -240),
ExternalOperationImpl.java (+91 -91),
GeneralResourceImpl.java (+240 -240),
PassiveResourceImpl.java (+132 -132),
PerfMeasureImpl.java (+487 -487),
PerfValueImpl.java (+332 -332),
PerformanceFactoryImpl.java (+227 -225),
PerformancePackageImpl.java (+695 -688),
ProcessingResourceImpl.java (+141 -141),
ResponseTimeReqImpl.java (+353 -353),
TimestampImpl.java (+172 -172),
WorkloadImpl.java (+486 -486)
-
src/ucm/performance/util:
PerformanceAdapterFactory.java (+237 -235),
PerformanceSwitch.java (+303 -301)
-
src/ucm/scenario:
EnumerationType.java (+45 -45),
Initialization.java (+50 -50),
ScenarioDef.java (+95 -95),
ScenarioEndPoint.java (+68 -68),
ScenarioFactory.java (+53 -53),
ScenarioGroup.java (+29 -29),
ScenarioPackage.java (+857 -857),
ScenarioStartPoint.java (+52 -52),
Variable.java (+53 -53)
-
src/ucm/scenario/impl:
EnumerationTypeImpl.java (+199 -199),
InitializationImpl.java (+215 -215),
ScenarioDefImpl.java (+335 -335),
ScenarioEndPointImpl.java (+281 -281),
ScenarioFactoryImpl.java (+103 -101),
ScenarioGroupImpl.java (+149 -149),
ScenarioPackageImpl.java (+418 -411),
ScenarioStartPointImpl.java (+240 -240),
VariableImpl.java (+240 -240)
-
src/ucm/scenario/util:
ScenarioAdapterFactory.java (+165 -163),
ScenarioSwitch.java (+201 -199)
-
src/ucm/util:
UcmAdapterFactory.java (+69 -67),
UcmSwitch.java (+77 -75)
-
src/urn:
URNlink.java (+81 -54),
URNspec.java (+193 -193),
UrnFactory.java (+23 -23),
UrnPackage.java (+401 -373)
-
src/urn/impl:
URNlinkImpl.java (+329 -262),
URNspecImpl.java (+599 -599),
UrnFactoryImpl.java (+63 -61),
UrnPackageImpl.java (+279 -261)
-
src/urn/util:
UrnAdapterFactory.java (+81 -79),
UrnSwitch.java (+93 -91)
-
src/urncore:
Component.java (+18 -18),
ComponentElement.java (+54 -54),
ComponentKind.java (+156 -156),
ComponentLabel.java (+18 -18),
ComponentRegular.java (+82 -82),
ComponentType.java (+51 -51),
Concern.java (+29 -29),
Condition.java (+156 -156),
DynamicRespKind.java (+139 -139),
DynamicResponsibility.java (+69 -69),
IURNConnection.java (+54 -54),
IURNContainer.java (+60 -60),
IURNContainerRef.java (+175 -175),
IURNDiagram.java (+69 -69),
IURNNode.java (+108 -108),
Label.java (+32 -32),
Metadata.java (+32 -32),
NodeLabel.java (+18 -18),
Pool.java (+62 -62),
Responsibility.java (+73 -73),
URNdefinition.java (+62 -62),
URNmodelElement.java (+79 -79),
UrncoreFactory.java (+77 -77),
UrncorePackage.java (+2940 -2940)
-
src/urncore/impl:
ComponentElementImpl.java (+455 -455),
ComponentImpl.java (+132 -132),
ComponentLabelImpl.java (+118 -118),
ComponentRegularImpl.java (+295 -295),
ComponentTypeImpl.java (+225 -225),
ConcernImpl.java (+149 -149),
ConditionImpl.java (+500 -500),
DynamicResponsibilityImpl.java (+264 -264),
GRLmodelElementImpl.java (+12 -12),
LabelImpl.java (+135 -135),
MetadataImpl.java (+135 -135),
NodeLabelImpl.java (+118 -118),
PoolImpl.java (+254 -254),
ResponsibilityImpl.java (+271 -271),
UCMmodelElementImpl.java (+12 -12),
URNdefinitionImpl.java (+242 -242),
URNmodelElementImpl.java (+283 -283),
UrncoreFactoryImpl.java (+189 -187),
UrncorePackageImpl.java (+1112 -1105)
-
src/urncore/util:
UrncoreAdapterFactory.java (+321 -319),
UrncoreSwitch.java (+445 -443)
-
pengfei
2007-01-05 12:40
Rev.: 1063
-
10 lines of code changed in 1 file:
-
src/seg/jUCMNav/views/property:
URNElementPropertySource.java (+10 -1)
-
pengfei
2007-01-05 12:39
Rev.: 1062
-
175 lines of code changed in 1 file:
-
src/seg/jUCMNav/model/commands/create:
DuplicateCommand.java (+175 -157)
-
pengfei
2006-12-12 10:14
Rev.: 1055
-
242 lines of code changed in 9 files:
-
src/seg/jUCMNav:
messages.properties (+3 -1)
-
src/seg/jUCMNav/actions:
SelectionHelper.java (+1 -1)
-
src/seg/jUCMNav/actions/metadata:
EditMetadataAction.java (new)
-
src/seg/jUCMNav/views/wizards/metadata:
MetadataEditor.java (new),
MetadataEditorPage.java (new),
URNmodelElementType.java (new 71)
-
pengfei
2006-12-09 17:33
Rev.: 1054
-
2 lines of code changed in 2 files:
-
src/seg/jUCMNav/views/property/descriptors:
MetadataPropertyDescriptor.java (+1 -3)
-
src/seg/jUCMNav/views/wizards/metadata:
MetadataEntryDialog.java (+1 -2)
-
pengfei
2006-12-09 17:14
Rev.: 1053
-
30 lines of code changed in 3 files:
-
src/seg/jUCMNav/editors/actionContributors:
StrategyContextMenuProvider.java (+6 -2)
-
src/seg/jUCMNav/views/wizards/metadata:
MetadataEntryDialog.java (+24 -5)
-
pengfei
2006-12-05 13:44
Rev.: 1049
-
317 lines of code changed in 9 files:
-
src/seg/jUCMNav:
messages.properties (+22)
-
src/seg/jUCMNav/actions:
SelectionHelper.java (+11 -1)
-
src/seg/jUCMNav/editors/actionContributors:
ActionRegistryManager.java (+6 -1),
UrnContextMenuProvider.java (+5)
-
src/seg/jUCMNav/icons:
Metadata.gif (new)
-
src/seg/jUCMNav/model:
ModelCreationFactory.java (+3)
-
src/seg/jUCMNav/views/property:
URNElementPropertySource.java (+110 -94)
-
src/seg/jUCMNav/views/property/descriptors:
MetadataCellEditor.java (new 113),
MetadataPropertyDescriptor.java (new 47)
-
pengfei
2006-11-16 15:25
Rev.: 1033
-
24 lines of code changed in 3 files:
-
src/seg/jUCMNav/htmltemplates:
index.html (+2 -2)
-
src/seg/jUCMNav/importexport/html:
ExportURNHTML.java (+20 -29),
HTMLMenuParser.java (+2 -2)
-
pengfei
2006-11-16 13:00
Rev.: 1032
-
9 lines of code changed in 4 files:
-
src/seg/jUCMNav/importexport/html:
HTMLMenuItem.java (+6 -6),
HTMLMenuParser.java (+1 -1)
-
src/seg/jUCMNav/model/commands/create:
CreateLabelCommand.java (+1 -1)
-
src/seg/jUCMNav/model/commands/delete:
DeleteEnumerationTypeCommand.java (+1 -1)
-
pengfei
2006-11-16 12:58
Rev.: 1031
-
5 lines of code changed in 1 file:
-
src/seg/jUCMNav/importexport/html:
ExportURNHTML.java (+5 -5)
-
pengfei
2006-11-14 17:25
Rev.: 1021
-
28 lines of code changed in 2 files:
-
plugin.xml (+7)
-
src/seg/jUCMNav/importexport:
ExportURNHTML.java (new 21)