Question about contribution modularity

25 views
Skip to first unread message

Tomáš Fecko

unread,
Dec 18, 2015, 11:18:54 AM12/18/15
to fabric3
Hi,

I have a simple question about modularity.
You have 3 contributions, A, B, C (C requires A and B dynamicly, C doesn't know about A or B).


A:
<export.java package="org.spi.a"/>

B:
<export.java package="org.spi.b"/>


How can I import both contributions to C?

<export.java package="org.spi.*"/>

Wildcard * is not working...


thanx
Tomas

Jim Marino

unread,
Dec 23, 2015, 5:39:10 PM12/23/15
to fabric3
Hi Tomas,

Can you try: 

org.spi.a.* 
org.spi.b.*

Jim
 


--
You received this message because you are subscribed to the Google Groups "fabric3" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fabric3+u...@googlegroups.com.
To post to this group, send email to fab...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fabric3/51669128-6cba-4151-9eb8-2a2e9451592e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages