Community
Participate
Working Groups
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
Applied to HEAD. Thanks.
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">
Applied.