Skip to content
Snippets Groups Projects
Commit e8e670a1 authored by david_williams's avatar david_williams
Browse files

fix for including eclipse link

parent a89f9838
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -138,6 +138,8 @@ public class CreateFeatureUpdateFile {
" <attribute" + EOL +
" component=\"org.eclipse.jpt.feature\" />" + EOL +
" <attribute" + EOL +
" component=\"org.eclipse.jpt.eclipselink.feature\" />" + EOL +
" <attribute" + EOL +
" component=\"org.eclipse.jst.webpageeditor.feature\" /> " + EOL +
" <attribute" + EOL +
" component=\"org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature\" /> " + EOL +
......@@ -154,6 +156,8 @@ public class CreateFeatureUpdateFile {
" <attribute" + EOL +
" component=\"org.eclipse.jpt.feature\" />" + EOL +
" <attribute" + EOL +
" component=\"org.eclipse.jpt.eclipselink.feature\" />" + EOL +
" <attribute" + EOL +
" component=\"org.eclipse.jst\" />" + EOL +
" </public>" + EOL +
" </groups>" + EOL +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment