Bug 414713 - [CBI] webtools.sourceediting patches for building with Maven/Tycho
Summary: [CBI] webtools.sourceediting patches for building with Maven/Tycho
Status: RESOLVED FIXED
Alias: None
Product: WTP Source Editing
Classification: WebTools
Component: wst.sse (show other bugs)
Version: 3.5   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 3.6 M2   Edit
Assignee: Nick Sandonato CLA
QA Contact: Nick Sandonato CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 412211
  Show dependency tree
 
Reported: 2013-08-08 16:21 EDT by Thanh Ha CLA
Modified: 2013-09-11 17:25 EDT (History)
2 users (show)

See Also:


Attachments
webtools.sourceediting.patch (82.62 KB, patch)
2013-08-08 16:21 EDT, Thanh Ha CLA
no flags Details | Diff
webtools.sourceediting.tests.patch (40.31 KB, patch)
2013-08-08 16:22 EDT, Thanh Ha CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thanh Ha CLA 2013-08-08 16:21:22 EDT
Created attachment 234225 [details]
webtools.sourceediting.patch

Sorry if this is against the wrong component. I was not sure where this one should go.



Patch for webtools.sourceediting.patch, all modules except one are buildable with CBI.

The following build.properties were modified to include "src.includes" (needed by Tycho to build source bundles):
docs/org.eclipse.jst.jsp.ui.infopop/build.properties
docs/org.eclipse.wst.doc.user/build.properties
docs/org.eclipse.wst.dtd.ui.infopop/build.properties
docs/org.eclipse.wst.html.ui.infopop/build.properties
docs/org.eclipse.wst.sse.ui.infopop/build.properties
docs/org.eclipse.wst.xml.ui.infopop/build.properties

The following feature.xml files were modified to add a missing version ".qualifier".
features/org.eclipse.wst.xml_ui.feature.patch/feature.xml
Comment 1 Thanh Ha CLA 2013-08-08 16:22:13 EDT
Created attachment 234226 [details]
webtools.sourceediting.tests.patch

Patch for webtools.sourceediting.tests, all modules are buildable with CBI
Comment 2 Nick Sandonato CLA 2013-09-11 17:25:12 EDT
Thanks, Thanh. I've pushed your changes to master.