Skip to content

Commit

Permalink
Merge pull request #678 from eclipse/import_org_dom4j_tree
Browse files Browse the repository at this point in the history
Fix "Import=Package" directives to avoid compilation errors
  • Loading branch information
ruspl-afed committed Nov 5, 2021
2 parents 8272a40 + 6ca90ae commit 6ce2fee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/org.eclipse.birt.build/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ Automatic-Module-Name: org.eclipse.birt.build
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.dom4j;version="2.1.1",
org.dom4j.dom;version="2.1.1",
org.dom4j.io;version="2.1.1"
org.dom4j.io;version="2.1.1",
org.dom4j.tree;version="2.1.1"

0 comments on commit 6ce2fee

Please sign in to comment.