| author | Lars Vogel | 2012-09-30 14:01:20 (EDT) |
|---|---|---|
| committer | Lars Vogel | 2012-09-30 14:01:20 (EDT) |
| commit | 5f1ba2d6ba71ea21ef8c313cb1218fde3d142ec8 (patch) (side-by-side diff) | |
| tree | c561b00c9b7095f64098e6dd6b40253ff1155d44 | |
| parent | c42a098e3c3cde22f2e5a1e97eb9be1b10863ab1 (diff) | |
| download | org.eclipse.e4.tools-5f1ba2d6ba71ea21ef8c313cb1218fde3d142ec8.zip org.eclipse.e4.tools-5f1ba2d6ba71ea21ef8c313cb1218fde3d142ec8.tar.gz org.eclipse.e4.tools-5f1ba2d6ba71ea21ef8c313cb1218fde3d142ec8.tar.bz2 | |
Added missing javax.xml dependency to the product configuration file
| -rw-r--r-- | bundles/org.eclipse.e4.tools/templates/common/$projectName$.product | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.e4.tools/templates/common/$projectName$.product b/bundles/org.eclipse.e4.tools/templates/common/$projectName$.product index dac8e11..67ca16b 100644 --- a/bundles/org.eclipse.e4.tools/templates/common/$projectName$.product +++ b/bundles/org.eclipse.e4.tools/templates/common/$projectName$.product @@ -18,6 +18,7 @@ <plugin id="com.ibm.icu"/> <plugin id="javax.annotation"/> <plugin id="javax.inject"/> + <plugin id="javax.xml"/> <plugin id="org.apache.batik.css"/> <plugin id="org.apache.batik.util"/> <plugin id="org.apache.batik.util.gui"/> |

