Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 257359 - should be able to reference assemblies contributed elsewhere
Summary: should be able to reference assemblies contributed elsewhere
Status: RESOLVED FIXED
Alias: None
Product: Riena
Classification: RT
Component: navigation (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-03 07:43 EST by Holger Hoch CLA
Modified: 2009-01-15 17:38 EST (History)
0 users

See Also:


Attachments
implementation of assemblyref, foreach and instanceId (37.48 KB, patch)
2008-12-03 07:44 EST, Holger Hoch CLA
christian.campo: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Holger Hoch CLA 2008-12-03 07:43:24 EST
Build ID: xxx

Steps To Reproduce:
none

More information:
1. Definitions like 
<module>
  <submodule ..../>
  <assembly ref="external.assembly"/>
  <submodule ..../>
</module>
should be possible to easy modularization

2. It should be possible to generically create multiple submodule of a certain type (like <foreach element="account" in="$customer.accounts}">)

3. The instanceId of a navigation node should be configurable (= add attribute instanceId to navigation node extensions)
Comment 1 Holger Hoch CLA 2008-12-03 07:44:20 EST
Created attachment 119371 [details]
 implementation of assemblyref, foreach and instanceId
Comment 2 Christian Campo CLA 2008-12-03 07:55:18 EST
patch applied....thanks