[eclipse-cdt] Rebase CDT to 8.0.1 Rebase Libhover and Autotools to 0.9 versions Account for new CDT repository str

Jeff Johnston jjohnstn at fedoraproject.org
Mon Nov 7 23:35:34 UTC 2011


commit d02848ed2915ece5f033808001b7fe64ee4452e8
Author: Jeff Johnston <jjohnstn at redhat.com>
Date:   Mon Nov 7 18:34:31 2011 -0500

    Rebase CDT to 8.0.1
    Rebase Libhover and Autotools to 0.9 versions
    Account for new CDT repository structure

 .gitignore                  |    3 +
 cdt.map                     |  180 +++++++++++++++++++++++++++++++++++++++++++
 eclipse-cdt-p2-source.patch |    8 ++
 eclipse-cdt.spec            |   82 ++++++--------------
 fetch-cdt.sh                |   63 ++++++++-------
 sources                     |    6 +-
 6 files changed, 251 insertions(+), 91 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 35a7f39..adf3063 100644
--- a/.gitignore
+++ b/.gitignore
@@ -55,3 +55,6 @@ eclipse-cdt-fetched-src-autotools-R0_6_0.tar.gz
 /eclipse-cdt-fetched-src-v201106081058.tar.bz2
 /eclipse-cdt-fetched-src-autotools-dd3a8b8286575cba53fa95fff290fb708f843edd.tar.gz
 /eclipse-cdt-fetched-src-libhover-dd3a8b8286575cba53fa95fff290fb708f843edd.tar.gz
+/eclipse-cdt-fetched-src-CDT_8_0_1.tar.bz2
+/eclipse-cdt-fetched-src-libhover-f82c45c97d423c2ace10caea5e6fbfc24867f9fb.tar.gz
+/eclipse-cdt-fetched-src-autotools-f82c45c97d423c2ace10caea5e6fbfc24867f9fb.tar.gz
diff --git a/cdt.map b/cdt.map
new file mode 100644
index 0000000..492e0bd
--- /dev/null
+++ b/cdt.map
@@ -0,0 +1,180 @@
+! The master
+git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git
+feature at org.eclipse.cdt.master=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=releng/org.eclipse.cdt.master
+
+! Cross platform
+plugin at org.eclipse.cdt.core=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=core/org.eclipse.cdt.core
+plugin at org.eclipse.cdt.ui=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=core/org.eclipse.cdt.ui
+
+plugin at org.eclipse.cdt.make.core=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=build/org.eclipse.cdt.make.core
+plugin at org.eclipse.cdt.make.ui=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=build/org.eclipse.cdt.make.ui
+
+plugin at org.eclipse.cdt.managedbuilder.core=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=build/org.eclipse.cdt.managedbuilder.core
+plugin at org.eclipse.cdt.managedbuilder.ui=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=build/org.eclipse.cdt.managedbuilder.ui
+plugin at org.eclipse.cdt.managedbuilder.gnu.ui=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=build/org.eclipse.cdt.managedbuilder.gnu.ui
+
+plugin at org.eclipse.cdt.debug.core=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=debug/org.eclipse.cdt.debug.core
+plugin at org.eclipse.cdt.debug.ui=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=debug/org.eclipse.cdt.debug.ui
+
+plugin at org.eclipse.cdt.debug.mi.core=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=debug/org.eclipse.cdt.debug.mi.core
+plugin at org.eclipse.cdt.debug.mi.ui=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=debug/org.eclipse.cdt.debug.mi.ui
+
+plugin at org.eclipse.cdt.launch=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=launch/org.eclipse.cdt.launch
+
+plugin at org.eclipse.cdt.doc.user=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=doc/org.eclipse.cdt.doc.user
+plugin at org.eclipse.cdt.doc.isv=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=doc/org.eclipse.cdt.doc.isv
+
+plugin at org.eclipse.cdt=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=releng/org.eclipse.cdt
+
+
+! CDT Features
+feature at org.eclipse.cdt.platform=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=releng/org.eclipse.cdt.platform-feature
+feature at org.eclipse.cdt.gnu.build=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=build/org.eclipse.cdt.gnu.build-feature
+feature at org.eclipse.cdt.gnu.debug=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=debug/org.eclipse.cdt.gnu.debug-feature
+feature at org.eclipse.cdt=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=releng/org.eclipse.cdt-feature
+
+
+! GDB feature
+feature at org.eclipse.cdt.gdb=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=debug/org.eclipse.cdt.gdb-feature
+plugin at org.eclipse.cdt.gdb=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=debug/org.eclipse.cdt.gdb
+plugin at org.eclipse.cdt.gdb.ui=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=debug/org.eclipse.cdt.gdb.ui
+
+
+! Platform specific
+fragment at org.eclipse.cdt.core.aix=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=core/org.eclipse.cdt.core.aix
+fragment at org.eclipse.cdt.core.linux=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=core/org.eclipse.cdt.core.linux
+fragment at org.eclipse.cdt.core.linux.ia64=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=core/org.eclipse.cdt.core.linux.ia64
+fragment at org.eclipse.cdt.core.linux.ppc=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=core/org.eclipse.cdt.core.linux.ppc
+fragment at org.eclipse.cdt.core.linux.ppc64=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=core/org.eclipse.cdt.core.linux.ppc64
+fragment at org.eclipse.cdt.core.linux.x86=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=core/org.eclipse.cdt.core.linux.x86
+fragment at org.eclipse.cdt.core.linux.x86_64=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=core/org.eclipse.cdt.core.linux.x86_64
+fragment at org.eclipse.cdt.core.macosx=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=core/org.eclipse.cdt.core.macosx
+fragment at org.eclipse.cdt.core.qnx=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=core/org.eclipse.cdt.core.qnx
+fragment at org.eclipse.cdt.core.solaris=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=core/org.eclipse.cdt.core.solaris
+fragment at org.eclipse.cdt.core.win32=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=core/org.eclipse.cdt.core.win32
+fragment at org.eclipse.cdt.core.win32.x86=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=core/org.eclipse.cdt.core.win32.x86
+fragment at org.eclipse.cdt.core.win32.x86_64=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=core/org.eclipse.cdt.core.win32.x86_64
+
+! Testing feature
+plugin at org.eclipse.cdt.core.tests=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=core/org.eclipse.cdt.core.tests
+plugin at org.eclipse.cdt.ui.tests=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=core/org.eclipse.cdt.ui.tests
+plugin at org.eclipse.cdt.debug.ui.tests=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=debug/org.eclipse.cdt.debug.ui.tests
+plugin at org.eclipse.cdt.managedbuilder.core.tests=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=build//org.eclipse.cdt.managedbuilder.core.tests
+plugin at org.eclipse.cdt.managedbuilder.ui.tests=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=build/org.eclipse.cdt.managedbuilder.ui.tests
+plugin at org.eclipse.cdt.testing=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=releng/org.eclipse.cdt.testing
+plugin at org.eclipse.test=R3_6,:pserver:anonymous:guest:@dev.eclipse.org/cvsroot/eclipse,
+fragment at org.eclipse.ant.optional.junit=R3_6,:pserver:anonymous:guest:@dev.eclipse.org/cvsroot/eclipse
+feature at org.eclipse.cdt.testing=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=releng/org.eclipse.cdt.testing-feature
+
+! SDK Feature
+plugin at org.eclipse.cdt.sdk=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=releng/org.eclipse.cdt.sdk
+feature at org.eclipse.cdt.sdk=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=releng/org.eclipse.cdt.sdk-feature
+
+! Windows Feature
+plugin at org.eclipse.cdt.msw.build=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=windows/org.eclipse.cdt.msw.build
+feature at org.eclipse.cdt.msw=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=windows/org.eclipse.cdt.msw-feature
+
+! GDB Hardware Debugging Feature
+plugin at org.eclipse.cdt.debug.gdbjtag=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=jtag/org.eclipse.cdt.debug.gdbjtag
+plugin at org.eclipse.cdt.debug.gdbjtag.core=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=jtag/org.eclipse.cdt.debug.gdbjtag.core
+plugin at org.eclipse.cdt.debug.gdbjtag.ui=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=jtag/org.eclipse.cdt.debug.gdbjtag.ui
+feature at org.eclipse.cdt.debug.gdbjtag=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=jtag/org.eclipse.cdt.debug.gdbjtag-feature
+
+! XL compiler integration
+plugin at org.eclipse.cdt.errorparsers.xlc=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=xlc/org.eclipse.cdt.errorparsers.xlc
+plugin at org.eclipse.cdt.make.xlc.core=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=xlc/org.eclipse.cdt.make.xlc.core
+plugin at org.eclipse.cdt.managedbuilder.xlc.core=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=xlc/org.eclipse.cdt.managedbuilder.xlc.core
+plugin at org.eclipse.cdt.managedbuilder.xlc.ui=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=xlc/org.eclipse.cdt.managedbuilder.xlc.ui
+feature at org.eclipse.cdt.xlc.feature=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=xlc/org.eclipse.cdt.xlc.feature
+feature at org.eclipse.cdt.xlc.sdk=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=xlc/org.eclipse.cdt.xlc.sdk-feature
+plugin at org.eclipse.cdt.core.lrparser.xlc=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=xlc/org.eclipse.cdt.core.lrparser.xlc
+plugin at org.eclipse.cdt.core.lrparser.xlc.tests=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=xlc/org.eclipse.cdt.core.lrparser.xlc.tests
+plugin at org.eclipse.cdt.managedbuilder.xlupc.ui=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=xlc/org.eclipse.cdt.managedbuilder.xlupc.ui
+
+! LR parser
+plugin at org.eclipse.cdt.core.lrparser=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=lrparser/org.eclipse.cdt.core.lrparser
+plugin at org.eclipse.cdt.core.lrparser.tests=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=lrparser/org.eclipse.cdt.core.lrparser.tests
+! newly signed LPG runtime
+plugin at net.sourceforge.lpg.lpgjavaruntime,1.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090825191606/bundles/net.sourceforge.lpg.lpgjavaruntime_1.1.0.v200803061910.jar
+feature at org.eclipse.cdt.core.lrparser.feature=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=lrparser/org.eclipse.cdt.core.lrparser.feature
+feature at org.eclipse.cdt.core.lrparser.sdk=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=lrparser/org.eclipse.cdt.core.lrparser.sdk.feature
+
+! UPC parser - also uses LPG but since we already download it above no need to download again
+plugin at org.eclipse.cdt.core.parser.upc=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=upc/org.eclipse.cdt.core.parser.upc
+plugin at org.eclipse.cdt.core.parser.upc.tests=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=upc/org.eclipse.cdt.core.parser.upc.tests
+feature at org.eclipse.cdt.core.parser.upc.feature=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=upc/org.eclipse.cdt.core.parser.upc.feature
+feature at org.eclipse.cdt.core.parser.upc.sdk=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=upc/org.eclipse.cdt.core.parser.upc.sdk.feature
+
+! CDT Utilities
+plugin at org.eclipse.cdt.util=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=util/org.eclipse.cdt.util
+feature at org.eclipse.cdt.util=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=util/org.eclipse.cdt.util-feature
+
+! DSF 
+plugin at org.eclipse.cdt.dsf=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=dsf/org.eclipse.cdt.dsf
+plugin at org.eclipse.cdt.dsf.ui=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=dsf/org.eclipse.cdt.dsf.ui
+plugin at org.eclipse.cdt.examples.dsf=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=dsf/org.eclipse.cdt.examples.dsf
+plugin at org.eclipse.cdt.examples.dsf.pda=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=dsf/org.eclipse.cdt.examples.dsf.pda
+plugin at org.eclipse.cdt.examples.dsf.pda.ui=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=dsf/org.eclipse.cdt.examples.dsf.pda.ui
+plugin at org.eclipse.cdt.tests.dsf=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=dsf/org.eclipse.cdt.tests.dsf
+feature at org.eclipse.cdt.examples.dsf=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=dsf/org.eclipse.cdt.examples.dsf-feature
+
+! DSF-GDB Integration
+plugin at org.eclipse.cdt.dsf.gdb=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=dsf-gdb/org.eclipse.cdt.dsf.gdb
+plugin at org.eclipse.cdt.dsf.gdb.ui=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=dsf-gdb/org.eclipse.cdt.dsf.gdb.ui
+plugin at org.eclipse.cdt.tests.dsf.gdb=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=dsf-gdb/org.eclipse.cdt.tests.dsf.gdb
+feature at org.eclipse.cdt.gnu.dsf=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=dsf-gdb/org.eclipse.cdt.gnu.dsf-feature
+
+! CDT Memory
+plugin at org.eclipse.cdt.debug.ui.memory.traditional=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=memory/org.eclipse.cdt.debug.ui.memory.traditional
+plugin at org.eclipse.cdt.debug.ui.memory.transport=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=memory/org.eclipse.cdt.debug.ui.memory.transport
+plugin at org.eclipse.cdt.debug.ui.memory.search=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=memory/org.eclipse.cdt.debug.ui.memory.search
+plugin at org.eclipse.cdt.debug.ui.memory.memorybrowser=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=memory/org.eclipse.cdt.debug.ui.memory.memorybrowser
+feature at org.eclipse.cdt.debug.ui.memory=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=memory/org.eclipse.cdt.debug.ui.memory-feature
+
+! CDT RSE Remote Launch
+plugin at org.eclipse.cdt.launch.remote=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=cross/org.eclipse.cdt.launch.remote
+feature at org.eclipse.cdt.launch.remote=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=cross/org.eclipse.cdt.launch.remote-feature
+
+! CDT Cross GCC 
+plugin at org.eclipse.cdt.build.crossgcc=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=cross/org.eclipse.cdt.build.crossgcc
+feature at org.eclipse.cdt.build.crossgcc=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=cross/org.eclipse.cdt.build.crossgcc-feature
+
+! CDT P2 Additions
+plugin at org.eclipse.cdt.p2=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=p2/org.eclipse.cdt.p2
+feature at org.eclipse.cdt.p2=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=p2/org.eclipse.cdt.p2-feature
+
+! EDC
+plugin at org.eclipse.cdt.debug.edc=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.edc.git,path=org.eclipse.cdt.debug.edc
+plugin at org.eclipse.cdt.debug.edc.linux.x86=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.edc.git,path=org.eclipse.cdt.debug.edc.linux.x86
+plugin at org.eclipse.cdt.debug.edc.x86=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.edc.git,path=org.eclipse.cdt.debug.edc.x86
+plugin at org.eclipse.cdt.debug.edc.tcf.extension=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.edc.git,path=org.eclipse.cdt.debug.edc.tcf.extension
+plugin at org.eclipse.cdt.debug.edc.ui=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.edc.git,path=org.eclipse.cdt.debug.edc.ui
+plugin at org.eclipse.cdt.debug.edc.windows=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.edc.git,path=org.eclipse.cdt.debug.edc.windows
+plugin at org.eclipse.cdt.debug.edc.windows.ui=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.edc.git,path=org.eclipse.cdt.debug.edc.windows.ui
+plugin at org.eclipse.cdt.debug.edc.doc.user=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.edc.git,path=org.eclipse.cdt.debug.edc.doc.user
+plugin at org.eclipse.cdt.scripting=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.edc.git,path=org.eclipse.cdt.scripting
+feature at org.eclipse.cdt.debug.edc=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.edc.git,path=org.eclipse.cdt.debug.edc-feature
+
+! TCF Requirements for EDC
+plugin at org.eclipse.tm.tcf=SVN,url=svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf,tag=branches/0.4.0,path=plugins/org.eclipse.tm.tcf
+plugin at org.eclipse.tm.tcf.cdt.ui=SVN,url=svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf,tag=branches/0.4.0,path=plugins/org.eclipse.tm.tcf.cdt.ui
+plugin at org.eclipse.tm.tcf.core=SVN,url=svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf,tag=branches/0.4.0,path=plugins/org.eclipse.tm.tcf.core
+plugin at org.eclipse.tm.tcf.debug=SVN,url=svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf,tag=branches/0.4.0,path=plugins/org.eclipse.tm.tcf.debug
+plugin at org.eclipse.tm.tcf.debug.ui=SVN,url=svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf,tag=branches/0.4.0,path=plugins/org.eclipse.tm.tcf.debug.ui
+plugin at org.eclipse.tm.tcf.rse=SVN,url=svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf,tag=branches/0.4.0,path=plugins/org.eclipse.tm.tcf.rse
+feature at org.eclipse.tm.tcf.feature=SVN,url=svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf,tag=branches/0.4.0,path=features/org.eclipse.tm.tcf.feature
+
+! Berkeley UPC
+plugin at org.eclipse.cdt.managedbuilder.bupc.ui=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=upc/org.eclipse.cdt.managedbuilder.bupc.ui
+feature at org.eclipse.cdt.bupc=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=upc/org.eclipse.cdt.bupc-feature
+
+! Codan
+plugin at org.eclipse.cdt.codan.core=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=codan/org.eclipse.cdt.codan.core
+plugin at org.eclipse.cdt.codan.core.test=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=codan/org.eclipse.cdt.codan.core.test
+plugin at org.eclipse.cdt.codan.ui=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=codan/org.eclipse.cdt.codan.ui
+plugin at org.eclipse.cdt.codan.core.cxx=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=codan/org.eclipse.cdt.codan.core.cxx
+plugin at org.eclipse.cdt.codan.ui.cxx=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=codan/org.eclipse.cdt.codan.ui.cxx
+plugin at org.eclipse.cdt.codan.checkers=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=codan/org.eclipse.cdt.codan.checkers
+plugin at org.eclipse.cdt.codan.checkers.ui=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=codan/org.eclipse.cdt.codan.checkers.ui
+plugin at org.eclipse.cdt.codan.examples=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=codan/org.eclipse.cdt.codan.examples
+feature at org.eclipse.cdt.codan.feature=GIT,tag=@cdtTag@,repo=git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git,path=codan/org.eclipse.cdt.codan-feature
diff --git a/eclipse-cdt-p2-source.patch b/eclipse-cdt-p2-source.patch
new file mode 100644
index 0000000..94fbb6e
--- /dev/null
+++ b/eclipse-cdt-p2-source.patch
@@ -0,0 +1,8 @@
+diff -up ./org.eclipse.cdt.p2/build.properties.fix ./org.eclipse.cdt.p2/build.properties
+--- ./org.eclipse.cdt.p2/build.properties.fix	2011-11-07 14:21:52.000000000 -0500
++++ ./org.eclipse.cdt.p2/build.properties	2011-11-07 14:24:11.000000000 -0500
+@@ -13,3 +13,4 @@ bin.includes = feature.xml,\
+                eclipse_update_120.jpg,\
+                feature.properties,\
+                license.html
++generate.plugin at org.eclipse.cdt.p2.source=org.eclipse.cdt.p2
diff --git a/eclipse-cdt.spec b/eclipse-cdt.spec
index b8c9f06..20f908d 100644
--- a/eclipse-cdt.spec
+++ b/eclipse-cdt.spec
@@ -7,9 +7,9 @@ Epoch: 1
 %define major                   8
 %define minor                   0       
 %define majmin                  %{major}.%{minor}
-%define micro                   0
+%define micro                   1
 %define eclipse_base            %{_libdir}/eclipse
-%define build_id		201106081058
+%define build_id		201109151620
 
 
 # All arches line up except i386 -> x86
@@ -22,7 +22,7 @@ Epoch: 1
 Summary:        Eclipse C/C++ Development Tools (CDT) plugin
 Name:           eclipse-cdt
 Version:        %{majmin}.%{micro}
-Release:        6%{?dist}
+Release:        1%{?dist}
 License:        EPL and CPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/cdt
@@ -30,16 +30,13 @@ Requires:       eclipse-platform
 
 
 # The following tarball was generated using the included fetch-cdt.sh
-# script.  Note that the optional c99 and upc parsers plus the optional
-# xlc support features have been removed.
+# script.
+Source0: eclipse-cdt-fetched-src-CDT_8_0_1.tar.bz2
 
-Source0: %{name}-fetched-src-v201106081058.tar.bz2
-Source4: fetch-cdt.sh
-
-Source1: %{name}-fetched-src-autotools-dd3a8b8286575cba53fa95fff290fb708f843edd.tar.gz
+Source1: %{name}-fetched-src-autotools-f82c45c97d423c2ace10caea5e6fbfc24867f9fb.tar.gz
 Source14: make-autotools-tarball.sh
 
-Source2: %{name}-fetched-src-libhover-dd3a8b8286575cba53fa95fff290fb708f843edd.tar.gz
+Source2: %{name}-fetched-src-libhover-f82c45c97d423c2ace10caea5e6fbfc24867f9fb.tar.gz
 Source15: make-libhover-tarball.sh
 
 ## The following tarball was generated thusly:
@@ -67,22 +64,11 @@ Source11: ammacros-1.4-p6.xml
 Source12: ammacros-1.9.5.xml
 Source13: ammacros-1.9.6.xml
 
-## Patch to cppunit code to support double-clicking on file names, classes, and
-## member names in the Hierarchy and Failure views such that the appropriate
-## file will be opened and the appropriate line will be selected.
-#Patch8: %{name}-cppunit-ui.patch
-## Patch to upgrade version number for cppunit feature.
-#Patch9: %{name}-cppunit-feature.patch
-## Patch to fix default paths used by cppunit wizards to find header files and
-## libraries.
-#Patch10: %{name}-cppunit-default-location.patch
-## Patch to cppunit code to remove references to deprecated class which has
-## been removed in CDT 4.0.
-#Patch11: %{name}-cppunit-env-tab.patch
-
-# Remove extraneous shared license statements that point to non-existent
-# feature and were meant to be deleted.
-Patch12: %{name}-remove-shared-license.patch
+# Patch to remove shared license references
+Patch11: %{name}-remove-shared-license.patch
+
+# Patch to generate p2.source plugin
+Patch12: %{name}-p2-source.patch
 
 # Add XML -> HTML generation after running tests
 Patch13: %{name}-testaggregation.patch
@@ -92,9 +78,6 @@ Patch13: %{name}-testaggregation.patch
 Patch14: %{name}-libhover-local-libstdcxx.patch
 Patch15: %{name}-libhover-libstdcxx.patch
 
-# Patches for ppc64
-# https://bugs.eclipse.org/bugs/show_bug.cgi?id=272380
-
 # Add LDFLAGS to Makefile for .so
 # https://bugs.eclipse.org/bugs/show_bug.cgi?id=272364
 Patch16: %{name}-ppc64-add_ldflags.patch
@@ -107,16 +90,9 @@ Patch17: %{name}-ppc64-add_xopen_source-include.patch
 # in the plugin.
 Patch19: %{name}-autotools-local.patch
 
-# Adds new public API to org.eclipse.cdt.core.ErrorParserManager.java
-Patch20: %{name}-addProblemMarker.patch
-
-# Fixes for Autotools reconfiguring stalling
-# https://bugs.eclipse.org/bugs/show_bug.cgi?id=351660
-Patch21: %{name}-autotools-reconfigure.patch
-Patch22: %{name}-autotools-reconfigure.patch2
-
 BuildRequires: eclipse-pde >= 1:3.7.0
 BuildRequires: eclipse-rse >= 3.2
+BuildRequires: maven >= 3.0.3
 BuildRequires:  java-devel >= 1.4.2
 BuildRequires: objectweb-asm >= 3.2
 BuildRequires: lpg-java-compat
@@ -165,17 +141,17 @@ Test suite for Eclipse C/C++ Development Tools (CDT).
 %endif
 
 %prep
+echo "I am here"
 %setup -q -c 
 
 pushd "org.eclipse.cdt.releng"
 
 pushd results/plugins
 %patch13
-# CDT patches
-%patch20 -p2
 popd
 
 pushd results/features
+%patch11
 %patch12
 popd
 
@@ -212,8 +188,6 @@ mkdir autotools
 pushd autotools
 tar -xzf %{SOURCE1}
 %patch19 -p0
-%patch21 -p2
-%patch22 -p2
 pushd org.eclipse.linuxtools.cdt.autotools.core
 mkdir macros
 pushd macros
@@ -255,17 +229,6 @@ popd
 #%patch11 -p0
 #popd
 
-# Upstream CVS includes random .so files.  Let's remove them now.
-# We actually remove the entire "os" directory since otherwise
-# we wind up with some empty directories that we don't want.
-#rm -r org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.core.linux/os
-
-mv org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.core.tests/resources/testlib/x86/so.g/libtestlib_g.so \
-  org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.core.tests/resources/testlib/x86/so.g/libtestlib_g.BAK
-find -name \*.so | xargs rm -rf
-mv org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.core.tests/resources/testlib/x86/so.g/libtestlib_g.BAK \
-  org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.core.tests/resources/testlib/x86/so.g/libtestlib_g.so
-
 %ifarch ppc64
 pushd org.eclipse.cdt.releng/results/plugins
 echo "fragmentName.linux.%{eclipse_arch} = C/C++ Development Tools Core for Linux (%{eclipse_arch})" \
@@ -369,7 +332,7 @@ java -jar $LAUNCHER \
      -application org.eclipse.ant.core.antRunner \
      -Duser.home=$homedir                        \
      -Dtype=feature                                    \
-     -Did=org.eclipse.linuxtools.cdt.libhover  \
+     -Did=org.eclipse.linuxtools.cdt.libhover.feature  \
      -DsourceDirectory=$(pwd)                          \
      -DbaseLocation=$SDK                               \
      -Dbuilder=$PDEDIR/templates/package-build  \
@@ -404,6 +367,7 @@ install -d -m755 $installDir
 install -d -m755 $parsersInstallDir
 install -d -m755 $sdkInstallDir
 
+# Unzip contents of the cdt repo, removing all but plugins and features
 unzip -q -o org.eclipse.cdt.releng/results/I.%{build_id}/cdt-master-%{version}-%{build_id}.zip \
 -d $installDir/eclipse
 
@@ -425,7 +389,7 @@ popd
 
 # Libhover install
 pushd libhover
-unzip -qq -d $installDir build/rpmBuild/org.eclipse.linuxtools.cdt.libhover.zip
+unzip -qq -d $installDir build/rpmBuild/org.eclipse.linuxtools.cdt.libhover.feature.zip
 popd
 
 # Move upc, xlc, and lrparser plugins/features to parsers install area.
@@ -452,11 +416,6 @@ rm -rf $installDir/eclipse/plugins/org.eclipse.ant.optional.junit_*
 rm -rf $installDir/eclipse/plugins/org.eclipse.test_*
 rm -rf $installDir/eclipse/plugins/net.sourceforge.*
 
-## Cppunit install
-#pushd cppunit
-#unzip -qq -d $RPM_BUILD_ROOT%{eclipse_base}/dropins/cdt build/rpmBuild/org.eclipse.cdt.cppunit.zip
-#popd
-
 P2LAUNCHERJAR=$(ls %{eclipse_base}/plugins \
   | grep org.eclipse.equinox.launcher_)
 P2LAUNCHER=%{eclipse_base}/plugins/$P2LAUNCHERJAR
@@ -615,6 +574,11 @@ rm -rf ${RPM_BUILD_ROOT}
 %endif
 
 %changelog
+* Mon Nov 07 2011 Jeff Johnston <jjohnstn at redhat.com> 1:8.0.1-1
+- Rebase CDT to 8.0.1
+- Rebase Libhover and Autotools to 0.9 versions
+- Account for new CDT repository structure
+
 * Wed Oct 5 2011 Sami Wagiaalla <swagiaal at redhat.com> 1:8.0.0-6
 - Depend on a specific release of eclipse-platform.
 
diff --git a/fetch-cdt.sh b/fetch-cdt.sh
index c5ba728..5cc2420 100755
--- a/fetch-cdt.sh
+++ b/fetch-cdt.sh
@@ -1,11 +1,13 @@
 #!/bin/sh -x
 
-CDTTAG=v201106081058
+CDTTAG=CDT_8_0_1
 #ECLIPSEBASE=$(rpm --eval %{_libdir})/eclipse
 
 if test x`uname -i` = 'xi386'; then export plat=""; else export plat=-`uname -i`; fi
 
-# eclipse -nosplash -consolelog -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/technology/subversive/0.7/pde-update-site/ -installIU org.eclipse.team.svn.pde.build.feature.group
+#eclipse -nosplash -consolelog -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/technology/subversive/0.7/pde-update-site/ -installIU org.eclipse.team.svn.pde.build.feature.group
+
+TOPDIR=$(pwd)
 
 mkdir -p temp && cd temp
 TEMPDIR=$(pwd)
@@ -13,25 +15,32 @@ mkdir -p home
 mkdir -p ws
 # we need to use a special svn pde extension to fetch some parts for the cdt build so we unzip a fresh 3.6 SDK and add the
 # special plug-in via the p2 director
+if true; then
 rm -rf sdk
 mkdir -p sdk
 pushd sdk
-#wget http://download.eclipse.org/eclipse/downloads/drops/S-3.7RC3-201105261708/eclipse-SDK-3.7RC3-linux-gtk${plat}.tar.gz
-cp ../../eclipse-SDK-3.7RC3-linux-gtk${plat}.tar.gz .
-tar -xzvf eclipse-SDK-3.7RC3-linux-gtk${plat}.tar.gz
+wget http://download.eclipse.org/eclipse/downloads/drops/R-3.7.1-201109091335/eclipse-SDK-3.7.1-linux-gtk${plat}.tar.gz
+cp ../../eclipse-SDK-3.7.1-linux-gtk${plat}.tar.gz .
+tar -xzvf eclipse-SDK-3.7.1-linux-gtk${plat}.tar.gz
 ECLIPSEBASE=$TEMPDIR/sdk/eclipse
-pushd eclipse
-./eclipse -nosplash -consolelog -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/technology/subversive/0.7/pde-update-site/ -installIU org.eclipse.team.svn.pde.build.feature.group
+# pushd eclipse
+# ./eclipse -nosplash -consolelog -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/technology/subversive/0.7/pde-update-site/ -installIU org.eclipse.team.svn.pde.build.feature.group
+# popd
+pushd eclipse/plugins
+wget http://download.eclipse.org/technology/subversive/0.7/pde-update-site/plugins/org.eclipse.team.svn.pde.build_0.7.9.I20110419-1700.jar
+wget http://download.eclipse.org/egit/pde/updates-nightly/plugins/org.eclipse.egit.fetchfactory_0.12.0.201108111757.jar
 popd
-#pushd eclipse/plugins
-#wget http://download.eclipse.org/technology/subversive/0.7/pde-update-site/plugins/org.eclipse.team.svn.pde.build_0.7.8.I20090525-1500.jar
-#popd
 popd
+fi
+
+ECLIPSEBASE=$TEMPDIR/sdk/eclipse
 
-rm -rf org.eclipse.cdt-releng
-cvs -d:pserver:anonymous:guest:@dev.eclipse.org:/cvsroot/tools export -r $CDTTAG org.eclipse.cdt-releng/org.eclipse.cdt.releng
+if true; then
+wget http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/snapshot/org.eclipse.cdt-$CDTTAG.tar.gz
+rm -rf org.eclipse.cdt-$CDTTAG
+tar -xzvf org.eclipse.cdt-$CDTTAG.tar.gz
 
-cd org.eclipse.cdt-releng/org.eclipse.cdt.releng/
+cd org.eclipse.cdt-$CDTTAG/releng/org.eclipse.cdt.releng/
 
 # The build.xml doesn't fetch master or testing features so we must add this ourselves.
 sed --in-place -e'99,99i\\t\t<ant antfile="build.xml" dir="${pde.build.scripts}" target="fetch">\n\t\t\t<property name="builder" value="${basedir}/master"/>\n\t\t</ant>' build.xml
@@ -46,24 +55,19 @@ pushd codan
 # the feature id does not match what is found in the customTargets.xml which causes pdebuild to stop so make it the same
 sed --in-place -e "s,value=\"org.eclipse.cdt.codan\",value=\"org.eclipse.cdt.codan.feature\",g" customTargets.xml
 popd
+fi
 
-pushd maps
-# fix the CVS locations to use pserver rather than expecting to be on the actual eclipse.org build machine
-sed --in-place -e "s,/cvsroot/tools,:pserver:anonymous:guest:@dev.eclipse.org/cvsroot/tools,g" cdt.map
-sed --in-place -e "s,/cvsroot/eclipse,:pserver:anonymous:guest:@dev.eclipse.org/cvsroot/eclipse,g" cdt.map
-# never use HEAD...specify a tag
-sed --in-place -e "s,HEAD,R3_6,g" cdt.map
-popd
 
 PDEBUILDVERSION=$(ls $ECLIPSEBASE/plugins | grep org.eclipse.pde.build_ | sed 's/org.eclipse.pde.build_//')
-$ECLIPSEBASE/eclipse -nosplash \
-     -Duser.home=../../home \
-      -Dorg.eclipse.equinox.p2.reconciler.dropins.directory=$TEMPDIR/dropins \
--XX:CompileCommand="exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith" \
--XX:CompileCommand="exclude,org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding,<init>" \
--XX:CompileCommand="exclude,org/eclipse/cdt/internal/core/dom/parser/cpp/semantics/CPPTemplates,instantiateTemplate" \
--XX:CompileCommand="exclude,org/eclipse/cdt/internal/core/pdom/dom/cpp/PDOMCPPLinkage,addBinding" \
-     org.eclipse.core.launcher.Main             \
+LAUNCHERJAR=$(ls $ECLIPSEBASE/plugins \
+  | grep org.eclipse.equinox.launcher_)
+LAUNCHER=$ECLIPSEBASE/plugins/$LAUNCHERJAR
+echo $LAUNCHER
+pushd org.eclipse.cdt-$CDTTAG/releng/org.eclipse.cdt.releng
+cp $TOPDIR/cdt.map maps
+java -jar $LAUNCHER \
+     -Duser.home=$TEMPDIR/home                        \
+     org.eclipse.core.launcher.Main \
   -Dpde.build.scripts=$ECLIPSEBASE/plugins/org.eclipse.pde.build_$PDEBUILDVERSION/scripts \
   -application org.eclipse.ant.core.antRunner \
   -buildfile build.xml -DbaseLocation=$ECLIPSEBASE \
@@ -74,4 +78,5 @@ $ECLIPSEBASE/eclipse -nosplash \
 
 find . -name net.*.jar -exec rm {} \;
 
-cd .. && tar jcf eclipse-cdt-fetched-src-$CDTTAG.tar.bz2 org.eclipse.cdt.releng
+cd .. && tar jcf eclipse-cdt-fetched-src-$CDTTAG.tar.bz2 org.eclipse.cdt.releng --exclude "*scmCache*"
+popd
diff --git a/sources b/sources
index 1b42738..cb90dd1 100644
--- a/sources
+++ b/sources
@@ -8,6 +8,6 @@
 4404043432f7f30300139ce39288ba93  ammacros-1.4-p6.xml
 f6edf5299e6f0d89017bd295a296c2cd  ammacros-1.9.5.xml
 f5c671311f49cdb33eaaa64ab6d781fa  ammacros-1.9.6.xml
-38a2f459d5add216bed45c1ce951f9d2  eclipse-cdt-fetched-src-v201106081058.tar.bz2
-51fb443dfad61833f1ede2c69480c048  eclipse-cdt-fetched-src-autotools-dd3a8b8286575cba53fa95fff290fb708f843edd.tar.gz
-cc0494ab3381b994e7e584b372203c7f  eclipse-cdt-fetched-src-libhover-dd3a8b8286575cba53fa95fff290fb708f843edd.tar.gz
+13ff348f8175abfaad04ed059c25aed3  eclipse-cdt-fetched-src-CDT_8_0_1.tar.bz2
+76830e93bcc99a481ab9278d78c38dcf  eclipse-cdt-fetched-src-libhover-f82c45c97d423c2ace10caea5e6fbfc24867f9fb.tar.gz
+308329e08d095b2179261bc072e7388a  eclipse-cdt-fetched-src-autotools-f82c45c97d423c2ace10caea5e6fbfc24867f9fb.tar.gz


More information about the scm-commits mailing list