Repository: servicemix
Updated Branches:
  refs/heads/master 7383aa9ab -> e9c185a62


changing to dynamic import because expression language can demand
access to different classes

Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/def79e9a
Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/def79e9a
Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/def79e9a

Branch: refs/heads/master
Commit: def79e9a957a9ab55f9da45fb5905402e75abaf6
Parents: 7383aa9
Author: woczkowski <[email protected]>
Authored: Wed Apr 19 17:47:42 2017 +0200
Committer: woczkowski <[email protected]>
Committed: Wed Apr 19 17:47:42 2017 +0200

----------------------------------------------------------------------
 activiti/activiti-config/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix/blob/def79e9a/activiti/activiti-config/pom.xml
----------------------------------------------------------------------
diff --git a/activiti/activiti-config/pom.xml b/activiti/activiti-config/pom.xml
index 40afb1c..8b224b6 100644
--- a/activiti/activiti-config/pom.xml
+++ b/activiti/activiti-config/pom.xml
@@ -64,7 +64,7 @@
                 <configuration>
                     <instructions>
                         
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
-                        <Import-Package>*</Import-Package>
+                        <DynamicImport-Package>*</DynamicImport-Package>
                         
<Export-Package>org.apache.servicemix.activiti.config.*</Export-Package>
                         
<Bundle-Description>${project.description}</Bundle-Description>
                     </instructions>

Reply via email to