Author: pwang
Date: 2012-01-19 13:00:10 -0800 (Thu, 19 Jan 2012)
New Revision: 28051

Modified:
   core3/support/trunk/samples/sample02/pom.xml
Log:
Correct bundle configuration

Modified: core3/support/trunk/samples/sample02/pom.xml
===================================================================
--- core3/support/trunk/samples/sample02/pom.xml        2012-01-19 20:58:57 UTC 
(rev 28050)
+++ core3/support/trunk/samples/sample02/pom.xml        2012-01-19 21:00:10 UTC 
(rev 28051)
@@ -27,6 +27,9 @@
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
                                                
<Bundle-Version>${project.version}</Bundle-Version>
+                                               
<Export-Package>!${bundle.namespace}.*</Export-Package>
+                                               
<Private-Package>${bundle.namespace}.*</Private-Package>
+                                               
<Bundle-Activator>${bundle.namespace}.CyActivator</Bundle-Activator>
                                        </instructions>
                                </configuration>
                        </plugin>

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to