[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[cdt-releng-inbox] [Bug 316208] CDT git migration
|
https://bugs.eclipse.org/bugs/show_bug.cgi?id=316208
Product/Component: CDT / cdt-releng
James Blackburn <jamesblackburn+eclipse@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #195393|0 |1
is obsolete| |
--- Comment #46 from James Blackburn <jamesblackburn+eclipse@xxxxxxxxx> 2011-06-09 06:25:27 EDT ---
Created attachment 197678
--> https://bugs.eclipse.org/bugs/attachment.cgi?id=197678
recipe.txt
Separate out EDC ; move remainder of 'all' into place:
47a48,58
> 4.1.3: Separate out EDC
> mv org.eclipse.cdt/edc/ org.eclipse.cdt.edc
>
> 4.1.4: Move plugins under 'all' to their rightful place
> mv org.eclipse.cdt/all/org.eclipse.cdt.core.linux.ppc64/ org.eclipse.cdt/core/
> mv org.eclipse.cdt/all/org.eclipse.cdt.gdb* org.eclipse.cdt/debug/
> mv org.eclipse.cdt/all/org.eclipse.cdt.gnu.build-feature/ org.eclipse.cdt/build/
> mv org.eclipse.cdt/all/org.eclipse.cdt.gnu.debug-feature/ org.eclipse.cdt/debug/
> mv org.eclipse.cdt/all/org.eclipse.cdt.platform-feature/ org.eclipse.cdt/releng/
>
>
83,84c94,95
< git tag |grep v20 > ../vTags.txt
< for i in `cat ../vTags.txt`; do
---
> git tag |grep v20 > vTags.txt
> for i in `cat vTags.txt`; do
--
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.