Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 252372 - Add org.eclipse.ptp.rdt.doc.user to the RDT feature
Summary: Add org.eclipse.ptp.rdt.doc.user to the RDT feature
Status: RESOLVED FIXED
Alias: None
Product: PTP
Classification: Tools
Component: RDT (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.1RC4   Edit
Assignee: Chris Recoskie CLA
QA Contact: Greg Watson CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-28 10:44 EDT by Vivian Kong CLA
Modified: 2008-10-31 10:34 EDT (History)
0 users

See Also:
recoskie: iplog+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vivian Kong CLA 2008-10-28 10:44:09 EDT
Adding org.eclipse.ptp.rdt.doc.user to the RDT feature and updating the releng map file

Patch:

### Eclipse Workspace Patch 1.0
#P org.eclipse.ptp.rdt-feature
Index: feature.xml
===================================================================
RCS file: /cvsroot/tools/org.eclipse.ptp/releng/org.eclipse.ptp.rdt-feature/feature.xml,v
retrieving revision 1.7
diff -u -r1.7 feature.xml
--- feature.xml	27 Oct 2008 17:25:45 -0000	1.7
+++ feature.xml	28 Oct 2008 14:43:26 -0000
@@ -50,6 +50,7 @@
       <import plugin="org.eclipse.rse.subsystems.files.core" version="3.0.0" match="greaterOrEqual"/>
       <import plugin="org.eclipse.ptp.remote.ui" version="2.0.0" match="greaterOrEqual"/>
       <import plugin="org.eclipse.ui.console" version="3.3.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.rse.files.ui"/>
    </requires>
 
    <plugin
@@ -73,4 +74,10 @@
          version="0.0.0"
          unpack="false"/>
 
+   <plugin
+         id="org.eclipse.ptp.rdt.doc.user"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"/>
+
 </feature>
#P org.eclipse.ptp.releng
Index: maps/ptp.map
===================================================================
RCS file: /cvsroot/tools/org.eclipse.ptp/releng/org.eclipse.ptp.releng/maps/ptp.map,v
retrieving revision 1.8
diff -u -r1.8 ptp.map
--- maps/ptp.map	21 Oct 2008 00:39:06 -0000	1.8
+++ maps/ptp.map	28 Oct 2008 14:43:26 -0000
@@ -103,6 +103,7 @@
 plugin@org.eclipse.ptp.rdt.core=@ptpTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.ptp/rdt/org.eclipse.ptp.rdt.core
 plugin@org.eclipse.ptp.rdt.ui=@ptpTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.ptp/rdt/org.eclipse.ptp.rdt.ui
 plugin@org.eclipse.ptp.rdt.services=@ptpTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.ptp/rdt/org.eclipse.ptp.rdt.services
+plugin@org.eclipse.ptp.rdt.doc.user=@ptpTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.ptp/rdt/org.eclipse.ptp.rdt.doc.user
 
 ! Cell Plugins
 plugin@org.eclipse.ptp.cell=@ptpTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.ptp/tools/cell/org.eclipse.ptp.cell
Comment 1 Chris Recoskie CLA 2008-10-28 12:40:04 EDT
Applied to HEAD.  Thanks.
Comment 2 Vivian Kong CLA 2008-10-31 10:29:25 EDT
Forgot to tag the plugin when we build it.  Here's the patch:

### Eclipse Workspace Patch 1.0
#P org.eclipse.ptp.releng
Index: build.xml
===================================================================
RCS file: /cvsroot/tools/org.eclipse.ptp/releng/org.eclipse.ptp.releng/build.xml,v
retrieving revision 1.22
diff -u -r1.22 build.xml
--- build.xml	30 Oct 2008 15:23:44 -0000	1.22
+++ build.xml	31 Oct 2008 14:29:13 -0000
@@ -389,6 +389,9 @@
 			<param name="tagmodule" value="org.eclipse.ptp/rdt/org.eclipse.ptp.rdt.ui"/>
 		</antcall>
 		<antcall target="tagone">
+			<param name="tagmodule" value="org.eclipse.ptp/rdt/org.eclipse.ptp.rdt.doc.user"/>
+		</antcall>
+		<antcall target="tagone">
 			<param name="tagmodule" value="org.eclipse.ptp/releng/org.eclipse.ptp.aix.ppc"/>
 		</antcall>
 		<antcall target="tagone">
Comment 3 Chris Recoskie CLA 2008-10-31 10:34:12 EDT
Applied.