diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2006-06-14 16:03:54 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2006-06-14 16:03:54 +0000 |
commit | f62ba5cc03e2d4daed01701d03968c7f17a3ff24 (patch) | |
tree | a7540b662e63f0670d45d11fd5e30f2afd60fa40 /java/eclipse-cdt | |
parent | 6ed2ea1c77798602582e6e593798233bf4060c1d (diff) | |
download | ports-f62ba5cc03e2d4daed01701d03968c7f17a3ff24.tar.gz ports-f62ba5cc03e2d4daed01701d03968c7f17a3ff24.zip |
Notes
Diffstat (limited to 'java/eclipse-cdt')
-rw-r--r-- | java/eclipse-cdt/Makefile | 10 | ||||
-rw-r--r-- | java/eclipse-cdt/distinfo | 6 | ||||
-rw-r--r-- | java/eclipse-cdt/files/patch-cdt-feature.xml | 24 | ||||
-rw-r--r-- | java/eclipse-cdt/files/patch-cdt.core-Makefile | 4 | ||||
-rw-r--r-- | java/eclipse-cdt/files/patch-cdt.core-fragment.xml | 6 | ||||
-rw-r--r-- | java/eclipse-cdt/files/patch-cdt.core-openpty.c | 4 | ||||
-rw-r--r-- | java/eclipse-cdt/files/patch-cdt.core.x86-fragment.xml | 6 | ||||
-rw-r--r-- | java/eclipse-cdt/files/patch-cdt.source-feature.xml | 14 | ||||
-rw-r--r-- | java/eclipse-cdt/files/patch-managedbuilder.gnu-plugin.properties | 4 | ||||
-rw-r--r-- | java/eclipse-cdt/files/patch-managedbuilder.gnu-plugin.xml | 4 | ||||
-rw-r--r-- | java/eclipse-cdt/files/patch-plugin.properties | 4 | ||||
-rw-r--r-- | java/eclipse-cdt/files/patch-source-fragment.xml | 6 | ||||
-rw-r--r-- | java/eclipse-cdt/pkg-plist | 1202 | ||||
-rw-r--r-- | java/eclipse-cdt/scripts/pre-patch | 14 |
14 files changed, 656 insertions, 652 deletions
diff --git a/java/eclipse-cdt/Makefile b/java/eclipse-cdt/Makefile index 2a266a455fb5..9c1b29567172 100644 --- a/java/eclipse-cdt/Makefile +++ b/java/eclipse-cdt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cdt -PORTVERSION= 3.0.1 +PORTVERSION= 3.0.2 CATEGORIES= java devel MASTER_SITES= http://download.eclipse.org/tools/cdt/releases/eclipse3.1/dist/${PORTVERSION}/ PKGNAMEPREFIX= eclipse- @@ -31,18 +31,22 @@ ECLIPSE_OS= freebsd ECLIPSE_ARCH= amd64 .else ECLIPSE_ARCH= x86 -PLIST_FILES+= eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.1/os/freebsd/x86/libpty.so \ - eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.1/os/freebsd/x86/libspawner.so +PLIST_FILES+= eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.2/os/freebsd/x86/libpty.so \ + eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.2/os/freebsd/x86/libspawner.so .endif MAKE_ENV+= ECLIPSE_ARCH=${ECLIPSE_ARCH} \ ECLIPSE_OS=${ECLIPSE_OS} \ PORTVERSION=${PORTVERSION} \ JAVA_HOME=${JAVA_HOME} +PLIST_SUB+= PORTVERSION=${PORTVERSION} do-build: @${RM} ${WRKSRC}/eclipse/features/org.eclipse.cdt_${PORTVERSION}/*.orig + @${RM} ${WRKSRC}/eclipse/features/org.eclipse.cdt.source_${PORTVERSION}/*.orig @${RM} ${WRKSRC}/eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_${PORTVERSION}/*.orig + @${RM} ${WRKSRC}/eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_${PORTVERSION}/*.orig + @${RM} ${WRKSRC}/eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_${PORTVERSION}/src/org.eclipse.cdt.core.freebsd_${PORTVERSION}/library/*.orig @${RM} ${WRKSRC}/eclipse/plugins/org.eclipse.cdt.core.freebsd_${PORTVERSION}/*.orig @${RM} ${WRKSRC}/eclipse/plugins/org.eclipse.cdt.core_${PORTVERSION}/*.orig @${RM} ${WRKSRC}/eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_${PORTVERSION}/*.orig diff --git a/java/eclipse-cdt/distinfo b/java/eclipse-cdt/distinfo index d512a2785237..d03385dcacd9 100644 --- a/java/eclipse-cdt/distinfo +++ b/java/eclipse-cdt/distinfo @@ -1,3 +1,3 @@ -MD5 (eclipse/org.eclipse.cdt.sdk-3.0.1-linux.x86.tar.gz) = eab0b40b99b0d37dd0f1b0d963cd554a -SHA256 (eclipse/org.eclipse.cdt.sdk-3.0.1-linux.x86.tar.gz) = 3f6ffbb28f32e1e61f4f54a64524ec3c42a5eb88dfdcc540fe9c3e89cdfa9500 -SIZE (eclipse/org.eclipse.cdt.sdk-3.0.1-linux.x86.tar.gz) = 19619055 +MD5 (eclipse/org.eclipse.cdt.sdk-3.0.2-linux.x86.tar.gz) = 9bca43cd6ec7393d63ce735961b490c2 +SHA256 (eclipse/org.eclipse.cdt.sdk-3.0.2-linux.x86.tar.gz) = 145999c97aa7b53532f1f2ba2fd6e5897a2fd47ade8976caf38547ccefacaa3d +SIZE (eclipse/org.eclipse.cdt.sdk-3.0.2-linux.x86.tar.gz) = 17493088 diff --git a/java/eclipse-cdt/files/patch-cdt-feature.xml b/java/eclipse-cdt/files/patch-cdt-feature.xml index b4b821f5790c..6d7f78e500cf 100644 --- a/java/eclipse-cdt/files/patch-cdt-feature.xml +++ b/java/eclipse-cdt/files/patch-cdt-feature.xml @@ -1,5 +1,5 @@ ---- eclipse/features/org.eclipse.cdt_3.0.1/feature.xml.orig Thu Nov 3 05:32:10 2005 -+++ eclipse/features/org.eclipse.cdt_3.0.1/feature.xml Fri Dec 2 23:19:06 2005 +--- eclipse/features/org.eclipse.cdt_3.0.2/feature.xml.orig Tue Mar 28 22:33:44 2006 ++++ eclipse/features/org.eclipse.cdt_3.0.2/feature.xml Tue Mar 28 22:36:03 2006 @@ -112,6 +112,14 @@ fragment="true"/> @@ -8,35 +8,35 @@ + os="freebsd" + download-size="0" + install-size="0" -+ version="3.0.1" ++ version="3.0.2" + fragment="true"/> + + <plugin id="org.eclipse.cdt.core.qnx" os="qnx" download-size="0" -@@ -198,6 +206,24 @@ +@@ -197,6 +205,24 @@ + <plugin id="org.eclipse.cdt.core.linux.x86" os="linux" - arch="x86" ++ arch="x86" + download-size="0" + install-size="0" -+ version="3.0.1" ++ version="3.0.2" + fragment="true"/> + + <plugin -+ id="org.eclipse.cdt.core.freebsd.x86" ++ id="org.eclipse.cdt.core.freebsd.amd64" + os="freebsd" -+ arch="x86" ++ arch="amd64" + download-size="0" + install-size="0" -+ version="3.0.1" ++ version="3.0.2" + fragment="true"/> + + <plugin -+ id="org.eclipse.cdt.core.freebsd.amd64" ++ id="org.eclipse.cdt.core.freebsd.x86" + os="freebsd" -+ arch="amd64" + arch="x86" download-size="0" install-size="0" - version="3.0.1" diff --git a/java/eclipse-cdt/files/patch-cdt.core-Makefile b/java/eclipse-cdt/files/patch-cdt.core-Makefile index f82857804628..6b46f6004fdd 100644 --- a/java/eclipse-cdt/files/patch-cdt.core-Makefile +++ b/java/eclipse-cdt/files/patch-cdt.core-Makefile @@ -1,5 +1,5 @@ ---- eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_3.0.1/src/org.eclipse.cdt.core.freebsd_3.0.1/library/Makefile.orig Sat Dec 3 01:27:30 2005 -+++ eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_3.0.1/src/org.eclipse.cdt.core.freebsd_3.0.1/library/Makefile Sat Dec 3 01:28:54 2005 +--- eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_3.0.2/src/org.eclipse.cdt.core.freebsd_3.0.2/library/Makefile.orig Tue Mar 28 22:42:53 2006 ++++ eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_3.0.2/src/org.eclipse.cdt.core.freebsd_3.0.2/library/Makefile Tue Mar 28 22:51:40 2006 @@ -5,17 +5,17 @@ endif diff --git a/java/eclipse-cdt/files/patch-cdt.core-fragment.xml b/java/eclipse-cdt/files/patch-cdt.core-fragment.xml index 59e5a3ec2af5..22b52de29d41 100644 --- a/java/eclipse-cdt/files/patch-cdt.core-fragment.xml +++ b/java/eclipse-cdt/files/patch-cdt.core-fragment.xml @@ -1,5 +1,5 @@ ---- eclipse/plugins/org.eclipse.cdt.core.freebsd_3.0.1/fragment.xml.orig Sat Dec 3 01:37:37 2005 -+++ eclipse/plugins/org.eclipse.cdt.core.freebsd_3.0.1/fragment.xml Sat Dec 3 17:46:30 2005 +--- eclipse/plugins/org.eclipse.cdt.core.freebsd_3.0.2/fragment.xml.orig Tue Mar 28 22:55:21 2006 ++++ eclipse/plugins/org.eclipse.cdt.core.freebsd_3.0.2/fragment.xml Tue Mar 28 22:56:00 2006 @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.0"?> @@ -8,7 +8,7 @@ - name="%fragmentName.linux" + id="org.eclipse.cdt.core.freebsd" + name="%fragmentName.freebsd" - version="3.0.1" + version="3.0.2" provider-name="%providerName" plugin-id="org.eclipse.cdt.core" @@ -16,7 +16,7 @@ diff --git a/java/eclipse-cdt/files/patch-cdt.core-openpty.c b/java/eclipse-cdt/files/patch-cdt.core-openpty.c index 430555064eee..08ae30326bfc 100644 --- a/java/eclipse-cdt/files/patch-cdt.core-openpty.c +++ b/java/eclipse-cdt/files/patch-cdt.core-openpty.c @@ -1,5 +1,5 @@ ---- eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_3.0.1/src/org.eclipse.cdt.core.freebsd_3.0.1/library/openpty.c.orig Wed Jan 11 22:04:49 2006 -+++ eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_3.0.1/src/org.eclipse.cdt.core.freebsd_3.0.1/library/openpty.c Wed Jan 11 22:52:35 2006 +--- eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_3.0.2/src/org.eclipse.cdt.core.freebsd_3.0.2/library/openpty.c.orig Thu Mar 30 19:18:06 2006 ++++ eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_3.0.2/src/org.eclipse.cdt.core.freebsd_3.0.2/library/openpty.c Thu Mar 30 19:18:47 2006 @@ -20,7 +20,6 @@ #include <grp.h> diff --git a/java/eclipse-cdt/files/patch-cdt.core.x86-fragment.xml b/java/eclipse-cdt/files/patch-cdt.core.x86-fragment.xml index e0e0175103fa..b9310ec7fd3a 100644 --- a/java/eclipse-cdt/files/patch-cdt.core.x86-fragment.xml +++ b/java/eclipse-cdt/files/patch-cdt.core.x86-fragment.xml @@ -1,5 +1,5 @@ ---- eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.1/fragment.xml.orig Sat Dec 3 17:47:53 2005 -+++ eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.1/fragment.xml Sat Dec 3 18:03:31 2005 +--- eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.2/fragment.xml.orig Thu Mar 30 19:49:21 2006 ++++ eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.2/fragment.xml Thu Mar 30 19:49:46 2006 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.0"?> @@ -7,5 +7,5 @@ - id="org.eclipse.cdt.core.linux.x86" + id="org.eclipse.cdt.core.freebsd.x86" name="X86 Fragment" - version="3.0.1" + version="3.0.2" provider-name="Eclipse.org" diff --git a/java/eclipse-cdt/files/patch-cdt.source-feature.xml b/java/eclipse-cdt/files/patch-cdt.source-feature.xml index ae802ee147ac..f20a9c2e63d2 100644 --- a/java/eclipse-cdt/files/patch-cdt.source-feature.xml +++ b/java/eclipse-cdt/files/patch-cdt.source-feature.xml @@ -1,9 +1,9 @@ ---- eclipse/features/org.eclipse.cdt.source_3.0.1/feature.xml.orig Thu Nov 3 05:32:10 2005 -+++ eclipse/features/org.eclipse.cdt.source_3.0.1/feature.xml Fri Dec 2 23:29:17 2005 +--- eclipse/features/org.eclipse.cdt.source_3.0.2/feature.xml.orig Thu Mar 30 19:51:01 2006 ++++ eclipse/features/org.eclipse.cdt.source_3.0.2/feature.xml Thu Mar 30 19:52:13 2006 @@ -22,4 +22,6 @@ - <plugin ws="win32" os="win32" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.cdt.source.win32.win32.x86" version="3.0.1"/> - <plugin ws="motif" os="solaris" fragment="true" arch="sparc" download-size="0" install-size="0" id="org.eclipse.cdt.source.solaris.motif.sparc" version="3.0.1"/> - <plugin ws="gtk" os="linux" fragment="true" arch="x86_64" download-size="0" install-size="0" id="org.eclipse.cdt.source.linux.gtk.x86_64" version="3.0.1"/> -+ <plugin ws="gtk" os="freebsd" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.cdt.source.freebsd.gtk.x86" version="3.0.1"/> -+ <plugin ws="gtk" os="freebsd" fragment="true" arch="amd64" download-size="0" install-size="0" id="org.eclipse.cdt.source.freebsd.gtk.amd64" version="3.0.1"/> + <plugin ws="win32" os="win32" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.cdt.source.win32.win32.x86" version="3.0.2"/> + <plugin ws="motif" os="solaris" fragment="true" arch="sparc" download-size="0" install-size="0" id="org.eclipse.cdt.source.solaris.motif.sparc" version="3.0.2"/> + <plugin ws="gtk" os="linux" fragment="true" arch="x86_64" download-size="0" install-size="0" id="org.eclipse.cdt.source.linux.gtk.x86_64" version="3.0.2"/> ++ <plugin ws="gtk" os="freebsd" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.cdt.source.freebsd.gtk.x86" version="3.0.2"/> ++ <plugin ws="gtk" os="freebsd" fragment="true" arch="amd64" download-size="0" install-size="0" id="org.eclipse.cdt.source.freebsd.gtk.amd64" version="3.0.2"/> </feature> diff --git a/java/eclipse-cdt/files/patch-managedbuilder.gnu-plugin.properties b/java/eclipse-cdt/files/patch-managedbuilder.gnu-plugin.properties index 51b5a5d53cca..70da5d31c683 100644 --- a/java/eclipse-cdt/files/patch-managedbuilder.gnu-plugin.properties +++ b/java/eclipse-cdt/files/patch-managedbuilder.gnu-plugin.properties @@ -1,5 +1,5 @@ ---- eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_3.0.1/plugin.properties.orig Thu Nov 3 05:32:10 2005 -+++ eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_3.0.1/plugin.properties Fri Dec 2 23:57:06 2005 +--- eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_3.0.2/plugin.properties.orig Thu Mar 30 19:56:24 2006 ++++ eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_3.0.2/plugin.properties Thu Mar 30 19:57:25 2006 @@ -36,6 +36,10 @@ TargetName.solaris.exe=Solaris Executable TargetName.solaris.so=Solaris Shared Library diff --git a/java/eclipse-cdt/files/patch-managedbuilder.gnu-plugin.xml b/java/eclipse-cdt/files/patch-managedbuilder.gnu-plugin.xml index 543f3df2ea3b..77e64879709a 100644 --- a/java/eclipse-cdt/files/patch-managedbuilder.gnu-plugin.xml +++ b/java/eclipse-cdt/files/patch-managedbuilder.gnu-plugin.xml @@ -1,5 +1,5 @@ ---- eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_3.0.1/plugin.xml.orig Thu Nov 3 05:32:10 2005 -+++ eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_3.0.1/plugin.xml Fri Dec 2 23:55:19 2005 +--- eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_3.0.2/plugin.xml.orig Thu Mar 30 20:02:27 2006 ++++ eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_3.0.2/plugin.xml Thu Mar 30 20:05:59 2006 @@ -1334,7 +1334,7 @@ errorParsers="org.eclipse.cdt.core.MakeErrorParser;org.eclipse.cdt.core.GCCErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.GASErrorParser"> <toolChain diff --git a/java/eclipse-cdt/files/patch-plugin.properties b/java/eclipse-cdt/files/patch-plugin.properties index 7221e9f84342..aee4c5d9acdf 100644 --- a/java/eclipse-cdt/files/patch-plugin.properties +++ b/java/eclipse-cdt/files/patch-plugin.properties @@ -1,5 +1,5 @@ ---- eclipse/plugins/org.eclipse.cdt.core_3.0.1/plugin.properties.orig Thu Nov 3 05:32:10 2005 -+++ eclipse/plugins/org.eclipse.cdt.core_3.0.1/plugin.properties Fri Dec 2 23:37:25 2005 +--- eclipse/plugins/org.eclipse.cdt.core_3.0.2/plugin.properties.orig Thu Mar 30 20:15:52 2006 ++++ eclipse/plugins/org.eclipse.cdt.core_3.0.2/plugin.properties Thu Mar 30 20:16:31 2006 @@ -56,6 +56,7 @@ fragmentName.solaris = C/C++ Development Tools Core for Solaris fragmentName.win32 = C/C++ Development Tools Core for Windows diff --git a/java/eclipse-cdt/files/patch-source-fragment.xml b/java/eclipse-cdt/files/patch-source-fragment.xml index 7d3c957dd841..00f667a43a65 100644 --- a/java/eclipse-cdt/files/patch-source-fragment.xml +++ b/java/eclipse-cdt/files/patch-source-fragment.xml @@ -1,5 +1,5 @@ ---- eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_3.0.1/fragment.xml.orig Thu Nov 3 05:32:08 2005 -+++ eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_3.0.1/fragment.xml Sat Dec 3 00:06:43 2005 +--- eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_3.0.2/fragment.xml.orig Thu Mar 30 20:17:30 2006 ++++ eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_3.0.2/fragment.xml Thu Mar 30 20:17:52 2006 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.0"?> @@ -7,5 +7,5 @@ - id="org.eclipse.cdt.source.linux.gtk.x86" + id="org.eclipse.cdt.source.freebsd.gtk.x86" name="%pluginName" - version="3.0.1" + version="3.0.2" provider-name="Eclipse.org" diff --git a/java/eclipse-cdt/pkg-plist b/java/eclipse-cdt/pkg-plist index 69d8a5421268..e39510cdf519 100644 --- a/java/eclipse-cdt/pkg-plist +++ b/java/eclipse-cdt/pkg-plist @@ -1,604 +1,604 @@ -eclipse/plugins/org.eclipse.cdt.debug.mi.ui_3.0.1/cdtmiui.jar -eclipse/plugins/org.eclipse.cdt.debug.mi.ui_3.0.1/plugin.properties -eclipse/plugins/org.eclipse.cdt.debug.mi.ui_3.0.1/about.html -eclipse/plugins/org.eclipse.cdt.debug.mi.ui_3.0.1/plugin.xml -eclipse/plugins/org.eclipse.cdt.make.core_3.0.1/cdtmakecore.jar -eclipse/plugins/org.eclipse.cdt.make.core_3.0.1/builtin/gnu.mk -eclipse/plugins/org.eclipse.cdt.make.core_3.0.1/builtin/posix.mk -eclipse/plugins/org.eclipse.cdt.make.core_3.0.1/plugin.xml -eclipse/plugins/org.eclipse.cdt.make.core_3.0.1/about.html -eclipse/plugins/org.eclipse.cdt.make.core_3.0.1/plugin.properties -eclipse/plugins/org.eclipse.cdt_3.0.1/intro/tutorialsExtensionContent.xml -eclipse/plugins/org.eclipse.cdt_3.0.1/intro/samplesExtensionContent.xml -eclipse/plugins/org.eclipse.cdt_3.0.1/intro/whatsNewExtensionContent.xml -eclipse/plugins/org.eclipse.cdt_3.0.1/intro/overviewExtensionContent.xml -eclipse/plugins/org.eclipse.cdt_3.0.1/css/graphics/obj_48/capp_obj.gif -eclipse/plugins/org.eclipse.cdt_3.0.1/css/graphics/obj_48/cdtdevhov_obj.gif -eclipse/plugins/org.eclipse.cdt_3.0.1/css/graphics/obj_48/cdtdev_obj.gif -eclipse/plugins/org.eclipse.cdt_3.0.1/css/graphics/obj_48/capphov_obj.gif -eclipse/plugins/org.eclipse.cdt_3.0.1/css/swt.properties -eclipse/plugins/org.eclipse.cdt_3.0.1/css/overview.css -eclipse/plugins/org.eclipse.cdt_3.0.1/about.mappings -eclipse/plugins/org.eclipse.cdt_3.0.1/plugin.properties -eclipse/plugins/org.eclipse.cdt_3.0.1/about.ini -eclipse/plugins/org.eclipse.cdt_3.0.1/about.properties -eclipse/plugins/org.eclipse.cdt_3.0.1/notice.html -eclipse/plugins/org.eclipse.cdt_3.0.1/about.html -eclipse/plugins/org.eclipse.cdt_3.0.1/plugin.xml -eclipse/plugins/org.eclipse.cdt_3.0.1/eclipse32.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/mgdbuildui.jar -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/dlcl16/action-editconfig.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/dlcl16/config-profile.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/dlcl16/config-preprocessor.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/dlcl16/action-newconfig.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/dlcl16/config-tool.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/dlcl16/action-deleteconfig.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/dlcl16/build_configs.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/dlcl16/list-delete.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/dlcl16/list-edit.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/dlcl16/list-add.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/dlcl16/config-linker.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/dlcl16/newmngcc_app.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/dlcl16/config-release.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/dlcl16/action-buildconfig.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/dlcl16/config-debug.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/dlcl16/config-compiler.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/dlcl16/newmngc_app.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/dlcl16/list-moveup.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/dlcl16/config-librarian.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/dlcl16/list-movedown.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/dlcl16/config-category.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/elcl16/action-deleteconfig.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/elcl16/list-movedown.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/elcl16/list-edit.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/elcl16/action-buildconfig.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/elcl16/config-tool.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/elcl16/list-delete.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/elcl16/action-editconfig.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/elcl16/action-newconfig.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/elcl16/config-compiler.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/elcl16/build_configs.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/elcl16/newmngcc_app.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/elcl16/config-linker.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/elcl16/config-profile.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/elcl16/config-debug.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/elcl16/config-category.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/elcl16/newmngc_app.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/elcl16/list-moveup.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/elcl16/list-add.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/elcl16/config-release.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/elcl16/config-preprocessor.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/elcl16/config-librarian.gif -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/about.html -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/plugin.xml -eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/plugin.properties -eclipse/plugins/org.eclipse.cdt.managedbuilder.core_3.0.1/mngbuildcore.jar -eclipse/plugins/org.eclipse.cdt.managedbuilder.core_3.0.1/plugin.properties -eclipse/plugins/org.eclipse.cdt.managedbuilder.core_3.0.1/plugin.xml -eclipse/plugins/org.eclipse.cdt.managedbuilder.core_3.0.1/about.html -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/cdtui.jar -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dlcl16/th_single.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dlcl16/history_list.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dlcl16/th_vertical.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dlcl16/shift_r_edit.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dlcl16/synced.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dlcl16/lock_co.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dlcl16/search_sortmatch.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dlcl16/collapseall.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dlcl16/metharg_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dlcl16/public_co.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dlcl16/clear_co.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dlcl16/th_automatic.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dlcl16/th_horizontal.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dlcl16/th_showqualified.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dlcl16/impl_co.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dlcl16/inher_co.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dlcl16/open_incl.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dlcl16/static_co.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dlcl16/shift_l_edit.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dlcl16/definingtype_sort_co.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dlcl16/sub_co.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dlcl16/super_co.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dlcl16/refresh_nav.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dlcl16/segment_edit.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dlcl16/alphab_sort_co.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dlcl16/fields_co.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/newfolder_wiz.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/config-linker.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/newclass_wiz.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/newcfile_wiz.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/config-release.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/config-category.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/newcc_lib.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/config-preprocessor.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/newfile_wiz.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/prj_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/newcc_app.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/config-compiler.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/config-tool.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/newmngc_app.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/config-librarian.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/action-buildconfig.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/config-profile.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/newhfile_wiz.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/build_configs.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/next_error_nav.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/newmngcc_app.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/action-deleteconfig.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/prev_error_nav.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/newcprj_wiz.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/newc_lib.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/opentype.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/newsrcfldr_wiz.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/prop_edt.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/action-editconfig.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/newc_app.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/config-debug.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/convert-normal.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16/action-newconfig.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/output_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/c_resource_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/breakpoint_active.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/incc_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/unknown_type_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/search_sortmatch.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/cdeclaration_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/ar_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/output_folder_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/s_file_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/sroot_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/hfolder_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/breakpoint_disabled.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/field_public_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/cp_order_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/namespace_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/variable_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/exec_dbg_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/include_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/struct_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/method_public_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/search_ref_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/field_private_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/container_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/csearch_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/c_file_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/change.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/info_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/breakpoint.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/using_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/field_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/includes_container.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/method_private_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/lib_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/warning_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/cfolder_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/bin_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/h_file_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/exclusion_filter_attrib.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/exec_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/cu_change.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/error_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/method_protected_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/shlib_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/opentype.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/file_change.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/enum_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/build_menu.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/fatalerror_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/cprojects.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/quickfix_error_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/template_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/text_edit.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/enumerator_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/composite_change.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/keyword_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/source_attach_attrib.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/define_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/fldr_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/union_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/search_decl_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/var_declaration_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/function_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/unknown_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/variable_local_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/class_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/quickfix_warning_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/typedef_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/core_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/field_protected_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16/hfolder_quote_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/elcl16/collapseall.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/elcl16/fields_co.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/elcl16/super_co.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/elcl16/metharg_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/elcl16/history_list.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/elcl16/th_single.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/elcl16/shift_r_edit.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/elcl16/lock_co.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/elcl16/synced.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/elcl16/th_automatic.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/elcl16/impl_co.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/elcl16/public_co.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/elcl16/search_sortmatch.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/elcl16/open_incl.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/elcl16/refresh_nav.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/elcl16/static_co.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/elcl16/th_horizontal.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/elcl16/clear_co.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/elcl16/th_showqualified.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/elcl16/shift_l_edit.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/elcl16/inher_co.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/elcl16/definingtype_sort_co.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/elcl16/sub_co.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/elcl16/segment_edit.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/elcl16/th_vertical.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/elcl16/alphab_sort_co.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/newc_lib.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/opentype.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/newmngcc_app.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/prop_edt.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/newc_app.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/newcc_lib.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/prev_error_nav.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/newfolder_wiz.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/newcc_app.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/newsrcfldr_wiz.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/config-linker.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/convert-normal.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/config-debug.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/action-newconfig.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/newfile_wiz.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/action-buildconfig.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/newclass_wiz.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/newcfile_wiz.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/config-release.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/config-category.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/config-preprocessor.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/config-tool.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/newmngc_app.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/prj_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/config-compiler.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/build_configs.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/config-profile.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/action-editconfig.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/newhfile_wiz.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/config-librarian.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/newcprj_wiz.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/next_error_nav.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16/action-deleteconfig.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/wizban/typerefact_wiz.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/wizban/newfile_wiz.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/wizban/newmngc_app.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/wizban/newhfile_wiz.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/wizban/newmngcc_app.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/wizban/c_app_wiz.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/wizban/newfolder_wiz.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/wizban/newsrcfldr_wiz.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/wizban/addpath_wiz.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/wizban/prj_obj.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/wizban/newcprj_wiz.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/wizban/fieldrefact_wiz.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/wizban/methrefact_wiz.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/wizban/newcfile_wiz.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/wizban/newclass_wiz.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/view16/members.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/view16/cprojects.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/view16/cbrowsing_pers.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/view16/chierch_pers.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/view16/buildconsole.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/view16/cview.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/view16/class_hi.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/view16/c_pers.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/view16/namespaces.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/view16/types.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/ovr16/warning_co.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/ovr16/volatile_co.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/ovr16/path_inherit_co.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/ovr16/static_co.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/ovr16/c_ovr.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/ovr16/error_co.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/ovr16/template_co.gif -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/about.html -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/plugin.properties -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/plugin.xml -eclipse/plugins/org.eclipse.cdt.ui_3.0.1/templates/default-templates.xml -eclipse/plugins/org.eclipse.cdt.refactoring_3.0.1/refactoring.jar -eclipse/plugins/org.eclipse.cdt.refactoring_3.0.1/plugin.xml -eclipse/plugins/org.eclipse.cdt.refactoring_3.0.1/about.html -eclipse/plugins/org.eclipse.cdt.refactoring_3.0.1/META-INF/MANIFEST.MF -eclipse/plugins/org.eclipse.cdt.refactoring_3.0.1/plugin.properties -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/cdtmakeui.jar -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/etool16/target_delete.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/etool16/make.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/etool16/convert-normal.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/etool16/alphab_sort_co.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/etool16/makefile.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/etool16/target_edit.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/etool16/build_menu.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/etool16/newcc_app.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/etool16/newc_app.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/etool16/segment_edit.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/etool16/target_build.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/etool16/update_old.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/etool16/target_add.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/etool16/target_filter.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/dtool16/newcc_app.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/dtool16/make.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/dtool16/makefile.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/dtool16/convert-normal.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/dtool16/target_edit.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/dtool16/alphab_sort_co.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/dtool16/build_menu.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/dtool16/segment_edit.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/dtool16/target_delete.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/dtool16/target_build.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/dtool16/newc_app.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/dtool16/update_old.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/dtool16/target_add.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/obj16/target_obj.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/obj16/macro_obj.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/obj16/lib_obj.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/obj16/envvar_obj.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/obj16/include_obj.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/obj16/trule_obj.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/obj16/environment_obj.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/obj16/relation_obj.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/obj16/irule_obj.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/obj16/command_obj.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/obj16/error_obj.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/view16/make_target.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/wizban/newcprj_wiz.gif -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/plugin.properties -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/plugin.xml -eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/about.html -eclipse/plugins/org.eclipse.cdt.doc.user_3.0.1/doc.zip -eclipse/plugins/org.eclipse.cdt.doc.user_3.0.1/topics_Reference.xml -eclipse/plugins/org.eclipse.cdt.doc.user_3.0.1/about.html -eclipse/plugins/org.eclipse.cdt.doc.user_3.0.1/contexts_CDT_DEBUGGER.xml -eclipse/plugins/org.eclipse.cdt.doc.user_3.0.1/plugin.xml -eclipse/plugins/org.eclipse.cdt.doc.user_3.0.1/contexts_CDT_DEBUGGER_MI.xml -eclipse/plugins/org.eclipse.cdt.doc.user_3.0.1/plugin.properties -eclipse/plugins/org.eclipse.cdt.doc.user_3.0.1/help.css -eclipse/plugins/org.eclipse.cdt.doc.user_3.0.1/toc.xml -eclipse/plugins/org.eclipse.cdt.doc.user_3.0.1/contexts_CDT_make.xml -eclipse/plugins/org.eclipse.cdt.doc.user_3.0.1/contexts_CDT.xml -eclipse/plugins/org.eclipse.cdt.doc.user_3.0.1/topics_Tasks.xml -eclipse/plugins/org.eclipse.cdt.doc.user_3.0.1/topics_Getting_Started.xml -eclipse/plugins/org.eclipse.cdt.doc.user_3.0.1/topics_Concepts.xml -eclipse/plugins/org.eclipse.cdt.doc.user_3.0.1/contexts_CDT_LAUNCH.xml -eclipse/plugins/org.eclipse.cdt.debug.core_3.0.1/cdtdebugcore.jar -eclipse/plugins/org.eclipse.cdt.debug.core_3.0.1/about.html -eclipse/plugins/org.eclipse.cdt.debug.core_3.0.1/plugin.xml -eclipse/plugins/org.eclipse.cdt.debug.core_3.0.1/plugin.properties -eclipse/plugins/org.eclipse.cdt.launch_3.0.1/cdtlaunch.jar -eclipse/plugins/org.eclipse.cdt.launch_3.0.1/icons/view16/source_tab.gif -eclipse/plugins/org.eclipse.cdt.launch_3.0.1/icons/view16/environment_tab.gif -eclipse/plugins/org.eclipse.cdt.launch_3.0.1/icons/view16/arguments_tab.gif -eclipse/plugins/org.eclipse.cdt.launch_3.0.1/icons/view16/main_tab.gif -eclipse/plugins/org.eclipse.cdt.launch_3.0.1/icons/view16/debugger_tab.gif -eclipse/plugins/org.eclipse.cdt.launch_3.0.1/icons/obj16/c_app.gif -eclipse/plugins/org.eclipse.cdt.launch_3.0.1/icons/obj16/exec_obj.gif -eclipse/plugins/org.eclipse.cdt.launch_3.0.1/plugin.properties -eclipse/plugins/org.eclipse.cdt.launch_3.0.1/plugin.xml -eclipse/plugins/org.eclipse.cdt.launch_3.0.1/about.html -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/cdtdebugui.jar -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/ext_file_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/signal_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/showpaths_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/var_global_aggr.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/filenotfound_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/funbrkp_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/readwrite_obj_disabled.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/var_env.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/vard_simple.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/directory_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/read_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/mapping_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/addrbrkp_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/var_global.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/exec_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/exec_dbg_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/vard_aggr.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/registerd_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/register_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/library_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/brkpd_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/readwrite_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/var_string.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/library_syms_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/vard_pointer.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/inst_ptr_top.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/brkp_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/project_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/expression_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/var_static.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/registergroupd_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/write_obj_disabled.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/var_static_aggr.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/inst_ptr.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/var_simple.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/addrbrkpd_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/funbrkpd_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/read_obj_disabled.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/prj_file_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/disassembly_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/write_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/registergroup_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/cproject_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/var_aggr.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/var_pointer.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/var_simple_aggr.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/mapentry_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16/folder_obj.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/rem_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/casttotype_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/showasarray_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/det_pane_under.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/det_pane_hide.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/instr_step.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/collapseall.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/tnames_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/restart.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/disassembly.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/memory_clear.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/signal_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/auto_refresh_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/signal0_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/show_paths.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/memory_update.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/rem_all_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/debugger_console.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/enabled_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/disabled_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/change_reg_value_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/load_all_symbols_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/runtoline_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/jump_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/det_pane_right.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/refresh_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/watch_globals.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/show_ascii.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16/load_symbols_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/change_reg_value_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/load_all_symbols_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/debugger_console.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/collapseall.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/show_parents.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/signal0_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/disassembly.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/memory_update.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/tnames_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/runtoline_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/show_paths.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/rem_all_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/signal_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/enabled_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/restart.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/function_brkpt_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/det_pane_right.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/load_symbols_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/disabled_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/refresh_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/show_ascii.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/casttotype_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/showasarray_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/instr_step.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/watch_globals.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/memory_clear.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/rem_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/det_pane_under.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/det_pane_hide.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/watchpoint_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/jump_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16/auto_refresh_co.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/ovr16/warning_ovr.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/ovr16/address_ovr_disabled.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/ovr16/conditional_ovr_disabled.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/ovr16/address_ovr.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/ovr16/global_ovr.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/ovr16/function_ovr_disabled.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/ovr16/castarray_ovr.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/ovr16/symbols_ovr.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/ovr16/function_ovr.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/ovr16/argument_ovr.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/ovr16/installed_ovr_disabled.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/ovr16/casttype_ovr.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/ovr16/installed_ovr.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/ovr16/error_ovr.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/ovr16/conditional_ovr.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/wizban/mapentry_wiz.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/wizban/addsrcloc_wiz.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/wizban/mapping_wiz.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/view16/signals_view.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/view16/memory_view.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/view16/modules_view.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/view16/disassembly_view.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/etool16/watch_exp.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dtool16/watch_exp.gif -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/about.html -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/plugin.properties -eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/plugin.xml -eclipse/plugins/org.eclipse.cdt.debug.mi.core_3.0.1/cdtmicore.jar -eclipse/plugins/org.eclipse.cdt.debug.mi.core_3.0.1/plugin.properties -eclipse/plugins/org.eclipse.cdt.debug.mi.core_3.0.1/plugin.xml -eclipse/plugins/org.eclipse.cdt.debug.mi.core_3.0.1/about.html -eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_3.0.1/gnuui.jar -eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_3.0.1/plugin.xml -eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_3.0.1/about.html -eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_3.0.1/plugin.properties -eclipse/plugins/org.eclipse.cdt.core_3.0.1/cdtparser.jar -eclipse/plugins/org.eclipse.cdt.core_3.0.1/cdtcore.jar -eclipse/plugins/org.eclipse.cdt.core_3.0.1/plugin.properties -eclipse/plugins/org.eclipse.cdt.core_3.0.1/about.html -eclipse/plugins/org.eclipse.cdt.core_3.0.1/plugin.xml -eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.1/about.html -eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.1/fragment.xml -eclipse/plugins/org.eclipse.cdt.core.freebsd_3.0.1/cdt_linux.jar -eclipse/plugins/org.eclipse.cdt.core.freebsd_3.0.1/about.html -eclipse/plugins/org.eclipse.cdt.core.freebsd_3.0.1/fragment.xml -eclipse/features/org.eclipse.cdt_3.0.1/feature.xml -eclipse/features/org.eclipse.cdt_3.0.1/feature.properties -eclipse/features/org.eclipse.cdt_3.0.1/eclipse_update_120.jpg -eclipse/features/org.eclipse.cdt_3.0.1/license.html -eclipse/features/org.eclipse.cdt_3.0.1/epl-v10.html -@dirrm eclipse/plugins/org.eclipse.cdt_3.0.1/intro -@dirrm eclipse/plugins/org.eclipse.cdt_3.0.1/css/graphics/obj_48 -@dirrm eclipse/plugins/org.eclipse.cdt_3.0.1/css/graphics -@dirrm eclipse/plugins/org.eclipse.cdt_3.0.1/css -@dirrm eclipse/plugins/org.eclipse.cdt_3.0.1 -@dirrm eclipse/plugins/org.eclipse.cdt.ui_3.0.1/templates -@dirrm eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/wizban -@dirrm eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/view16 -@dirrm eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/ovr16 -@dirrm eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/obj16 -@dirrm eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/etool16 -@dirrm eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/elcl16 -@dirrm eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dtool16 -@dirrm eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons/dlcl16 -@dirrm eclipse/plugins/org.eclipse.cdt.ui_3.0.1/icons -@dirrm eclipse/plugins/org.eclipse.cdt.ui_3.0.1 -@dirrm eclipse/plugins/org.eclipse.cdt.refactoring_3.0.1/META-INF -@dirrm eclipse/plugins/org.eclipse.cdt.refactoring_3.0.1 -@dirrm eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/elcl16 -@dirrm eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons/dlcl16 -@dirrm eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1/icons -@dirrm eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.0.1 -@dirrm eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_3.0.1 -@dirrm eclipse/plugins/org.eclipse.cdt.managedbuilder.core_3.0.1 -@dirrm eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/wizban -@dirrm eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/view16 -@dirrm eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/obj16 -@dirrm eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/etool16 -@dirrm eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons/dtool16 -@dirrm eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1/icons -@dirrm eclipse/plugins/org.eclipse.cdt.make.ui_3.0.1 -@dirrm eclipse/plugins/org.eclipse.cdt.make.core_3.0.1/builtin -@dirrm eclipse/plugins/org.eclipse.cdt.make.core_3.0.1 -@dirrm eclipse/plugins/org.eclipse.cdt.launch_3.0.1/icons/view16 -@dirrm eclipse/plugins/org.eclipse.cdt.launch_3.0.1/icons/obj16 -@dirrm eclipse/plugins/org.eclipse.cdt.launch_3.0.1/icons -@dirrm eclipse/plugins/org.eclipse.cdt.launch_3.0.1 -@dirrm eclipse/plugins/org.eclipse.cdt.doc.user_3.0.1 -@dirrm eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/wizban -@dirrm eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/view16 -@dirrm eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/ovr16 -@dirrm eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/obj16 -@dirrm eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/etool16 -@dirrm eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/elcl16 -@dirrm eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dtool16 -@dirrm eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons/dlcl16 -@dirrm eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1/icons -@dirrm eclipse/plugins/org.eclipse.cdt.debug.ui_3.0.1 -@dirrm eclipse/plugins/org.eclipse.cdt.debug.mi.ui_3.0.1 -@dirrm eclipse/plugins/org.eclipse.cdt.debug.mi.core_3.0.1 -@dirrm eclipse/plugins/org.eclipse.cdt.debug.core_3.0.1 -@dirrm eclipse/plugins/org.eclipse.cdt.core_3.0.1 -@dirrm eclipse/plugins/org.eclipse.cdt.core.freebsd_3.0.1 -@dirrm eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.1/os/freebsd/x86 -@dirrm eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.1/os/freebsd -@dirrm eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.1/os -@dirrm eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.1 -@dirrm eclipse/features/org.eclipse.cdt_3.0.1 +eclipse/plugins/org.eclipse.cdt.debug.mi.ui_%%PORTVERSION%%/cdtmiui.jar +eclipse/plugins/org.eclipse.cdt.debug.mi.ui_%%PORTVERSION%%/plugin.properties +eclipse/plugins/org.eclipse.cdt.debug.mi.ui_%%PORTVERSION%%/about.html +eclipse/plugins/org.eclipse.cdt.debug.mi.ui_%%PORTVERSION%%/plugin.xml +eclipse/plugins/org.eclipse.cdt.make.core_%%PORTVERSION%%/cdtmakecore.jar +eclipse/plugins/org.eclipse.cdt.make.core_%%PORTVERSION%%/builtin/gnu.mk +eclipse/plugins/org.eclipse.cdt.make.core_%%PORTVERSION%%/builtin/posix.mk +eclipse/plugins/org.eclipse.cdt.make.core_%%PORTVERSION%%/plugin.xml +eclipse/plugins/org.eclipse.cdt.make.core_%%PORTVERSION%%/about.html +eclipse/plugins/org.eclipse.cdt.make.core_%%PORTVERSION%%/plugin.properties +eclipse/plugins/org.eclipse.cdt_%%PORTVERSION%%/intro/tutorialsExtensionContent.xml +eclipse/plugins/org.eclipse.cdt_%%PORTVERSION%%/intro/samplesExtensionContent.xml +eclipse/plugins/org.eclipse.cdt_%%PORTVERSION%%/intro/whatsNewExtensionContent.xml +eclipse/plugins/org.eclipse.cdt_%%PORTVERSION%%/intro/overviewExtensionContent.xml +eclipse/plugins/org.eclipse.cdt_%%PORTVERSION%%/css/graphics/obj_48/capp_obj.gif +eclipse/plugins/org.eclipse.cdt_%%PORTVERSION%%/css/graphics/obj_48/cdtdevhov_obj.gif +eclipse/plugins/org.eclipse.cdt_%%PORTVERSION%%/css/graphics/obj_48/cdtdev_obj.gif +eclipse/plugins/org.eclipse.cdt_%%PORTVERSION%%/css/graphics/obj_48/capphov_obj.gif +eclipse/plugins/org.eclipse.cdt_%%PORTVERSION%%/css/swt.properties +eclipse/plugins/org.eclipse.cdt_%%PORTVERSION%%/css/overview.css +eclipse/plugins/org.eclipse.cdt_%%PORTVERSION%%/about.mappings +eclipse/plugins/org.eclipse.cdt_%%PORTVERSION%%/plugin.properties +eclipse/plugins/org.eclipse.cdt_%%PORTVERSION%%/about.ini +eclipse/plugins/org.eclipse.cdt_%%PORTVERSION%%/about.properties +eclipse/plugins/org.eclipse.cdt_%%PORTVERSION%%/notice.html +eclipse/plugins/org.eclipse.cdt_%%PORTVERSION%%/about.html +eclipse/plugins/org.eclipse.cdt_%%PORTVERSION%%/plugin.xml +eclipse/plugins/org.eclipse.cdt_%%PORTVERSION%%/eclipse32.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/mgdbuildui.jar +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/dlcl16/action-editconfig.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/dlcl16/config-profile.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/dlcl16/config-preprocessor.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/dlcl16/action-newconfig.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/dlcl16/config-tool.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/dlcl16/action-deleteconfig.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/dlcl16/build_configs.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/dlcl16/list-delete.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/dlcl16/list-edit.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/dlcl16/list-add.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/dlcl16/config-linker.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/dlcl16/newmngcc_app.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/dlcl16/config-release.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/dlcl16/action-buildconfig.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/dlcl16/config-debug.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/dlcl16/config-compiler.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/dlcl16/newmngc_app.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/dlcl16/list-moveup.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/dlcl16/config-librarian.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/dlcl16/list-movedown.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/dlcl16/config-category.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/elcl16/action-deleteconfig.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/elcl16/list-movedown.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/elcl16/list-edit.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/elcl16/action-buildconfig.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/elcl16/config-tool.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/elcl16/list-delete.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/elcl16/action-editconfig.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/elcl16/action-newconfig.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/elcl16/config-compiler.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/elcl16/build_configs.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/elcl16/newmngcc_app.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/elcl16/config-linker.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/elcl16/config-profile.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/elcl16/config-debug.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/elcl16/config-category.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/elcl16/newmngc_app.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/elcl16/list-moveup.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/elcl16/list-add.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/elcl16/config-release.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/elcl16/config-preprocessor.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/elcl16/config-librarian.gif +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/about.html +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/plugin.xml +eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/plugin.properties +eclipse/plugins/org.eclipse.cdt.managedbuilder.core_%%PORTVERSION%%/mngbuildcore.jar +eclipse/plugins/org.eclipse.cdt.managedbuilder.core_%%PORTVERSION%%/plugin.properties +eclipse/plugins/org.eclipse.cdt.managedbuilder.core_%%PORTVERSION%%/plugin.xml +eclipse/plugins/org.eclipse.cdt.managedbuilder.core_%%PORTVERSION%%/about.html +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/cdtui.jar +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dlcl16/th_single.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dlcl16/history_list.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dlcl16/th_vertical.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dlcl16/shift_r_edit.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dlcl16/synced.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dlcl16/lock_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dlcl16/search_sortmatch.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dlcl16/collapseall.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dlcl16/metharg_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dlcl16/public_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dlcl16/clear_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dlcl16/th_automatic.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dlcl16/th_horizontal.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dlcl16/th_showqualified.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dlcl16/impl_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dlcl16/inher_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dlcl16/open_incl.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dlcl16/static_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dlcl16/shift_l_edit.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dlcl16/definingtype_sort_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dlcl16/sub_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dlcl16/super_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dlcl16/refresh_nav.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dlcl16/segment_edit.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dlcl16/alphab_sort_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dlcl16/fields_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/newfolder_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/config-linker.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/newclass_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/newcfile_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/config-release.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/config-category.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/newcc_lib.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/config-preprocessor.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/newfile_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/prj_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/newcc_app.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/config-compiler.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/config-tool.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/newmngc_app.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/config-librarian.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/action-buildconfig.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/config-profile.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/newhfile_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/build_configs.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/next_error_nav.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/newmngcc_app.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/action-deleteconfig.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/prev_error_nav.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/newcprj_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/newc_lib.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/opentype.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/newsrcfldr_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/prop_edt.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/action-editconfig.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/newc_app.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/config-debug.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/convert-normal.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16/action-newconfig.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/output_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/c_resource_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/breakpoint_active.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/incc_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/unknown_type_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/search_sortmatch.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/cdeclaration_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/ar_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/output_folder_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/s_file_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/sroot_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/hfolder_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/breakpoint_disabled.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/field_public_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/cp_order_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/namespace_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/variable_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/exec_dbg_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/include_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/struct_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/method_public_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/search_ref_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/field_private_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/container_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/csearch_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/c_file_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/change.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/info_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/breakpoint.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/using_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/field_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/includes_container.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/method_private_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/lib_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/warning_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/cfolder_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/bin_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/h_file_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/exclusion_filter_attrib.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/exec_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/cu_change.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/error_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/method_protected_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/shlib_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/opentype.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/file_change.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/enum_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/build_menu.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/fatalerror_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/cprojects.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/quickfix_error_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/template_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/text_edit.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/enumerator_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/composite_change.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/keyword_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/source_attach_attrib.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/define_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/fldr_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/union_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/search_decl_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/var_declaration_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/function_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/unknown_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/variable_local_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/class_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/quickfix_warning_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/typedef_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/core_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/field_protected_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16/hfolder_quote_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/elcl16/collapseall.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/elcl16/fields_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/elcl16/super_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/elcl16/metharg_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/elcl16/history_list.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/elcl16/th_single.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/elcl16/shift_r_edit.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/elcl16/lock_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/elcl16/synced.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/elcl16/th_automatic.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/elcl16/impl_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/elcl16/public_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/elcl16/search_sortmatch.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/elcl16/open_incl.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/elcl16/refresh_nav.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/elcl16/static_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/elcl16/th_horizontal.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/elcl16/clear_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/elcl16/th_showqualified.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/elcl16/shift_l_edit.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/elcl16/inher_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/elcl16/definingtype_sort_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/elcl16/sub_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/elcl16/segment_edit.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/elcl16/th_vertical.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/elcl16/alphab_sort_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/newc_lib.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/opentype.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/newmngcc_app.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/prop_edt.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/newc_app.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/newcc_lib.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/prev_error_nav.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/newfolder_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/newcc_app.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/newsrcfldr_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/config-linker.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/convert-normal.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/config-debug.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/action-newconfig.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/newfile_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/action-buildconfig.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/newclass_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/newcfile_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/config-release.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/config-category.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/config-preprocessor.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/config-tool.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/newmngc_app.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/prj_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/config-compiler.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/build_configs.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/config-profile.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/action-editconfig.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/newhfile_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/config-librarian.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/newcprj_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/next_error_nav.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16/action-deleteconfig.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/wizban/typerefact_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/wizban/newfile_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/wizban/newmngc_app.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/wizban/newhfile_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/wizban/newmngcc_app.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/wizban/c_app_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/wizban/newfolder_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/wizban/newsrcfldr_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/wizban/addpath_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/wizban/prj_obj.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/wizban/newcprj_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/wizban/fieldrefact_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/wizban/methrefact_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/wizban/newcfile_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/wizban/newclass_wiz.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/view16/members.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/view16/cprojects.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/view16/cbrowsing_pers.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/view16/chierch_pers.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/view16/buildconsole.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/view16/cview.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/view16/class_hi.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/view16/c_pers.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/view16/namespaces.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/view16/types.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/ovr16/warning_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/ovr16/volatile_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/ovr16/path_inherit_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/ovr16/static_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/ovr16/c_ovr.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/ovr16/error_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/ovr16/template_co.gif +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/about.html +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/plugin.properties +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/plugin.xml +eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/templates/default-templates.xml +eclipse/plugins/org.eclipse.cdt.refactoring_%%PORTVERSION%%/refactoring.jar +eclipse/plugins/org.eclipse.cdt.refactoring_%%PORTVERSION%%/plugin.xml +eclipse/plugins/org.eclipse.cdt.refactoring_%%PORTVERSION%%/about.html +eclipse/plugins/org.eclipse.cdt.refactoring_%%PORTVERSION%%/META-INF/MANIFEST.MF +eclipse/plugins/org.eclipse.cdt.refactoring_%%PORTVERSION%%/plugin.properties +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/cdtmakeui.jar +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/etool16/target_delete.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/etool16/make.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/etool16/convert-normal.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/etool16/alphab_sort_co.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/etool16/makefile.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/etool16/target_edit.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/etool16/build_menu.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/etool16/newcc_app.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/etool16/newc_app.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/etool16/segment_edit.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/etool16/target_build.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/etool16/update_old.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/etool16/target_add.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/etool16/target_filter.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/dtool16/newcc_app.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/dtool16/make.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/dtool16/makefile.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/dtool16/convert-normal.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/dtool16/target_edit.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/dtool16/alphab_sort_co.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/dtool16/build_menu.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/dtool16/segment_edit.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/dtool16/target_delete.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/dtool16/target_build.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/dtool16/newc_app.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/dtool16/update_old.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/dtool16/target_add.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/obj16/target_obj.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/obj16/macro_obj.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/obj16/lib_obj.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/obj16/envvar_obj.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/obj16/include_obj.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/obj16/trule_obj.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/obj16/environment_obj.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/obj16/relation_obj.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/obj16/irule_obj.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/obj16/command_obj.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/obj16/error_obj.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/view16/make_target.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/wizban/newcprj_wiz.gif +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/plugin.properties +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/plugin.xml +eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/about.html +eclipse/plugins/org.eclipse.cdt.doc.user_%%PORTVERSION%%/doc.zip +eclipse/plugins/org.eclipse.cdt.doc.user_%%PORTVERSION%%/topics_Reference.xml +eclipse/plugins/org.eclipse.cdt.doc.user_%%PORTVERSION%%/about.html +eclipse/plugins/org.eclipse.cdt.doc.user_%%PORTVERSION%%/contexts_CDT_DEBUGGER.xml +eclipse/plugins/org.eclipse.cdt.doc.user_%%PORTVERSION%%/plugin.xml +eclipse/plugins/org.eclipse.cdt.doc.user_%%PORTVERSION%%/contexts_CDT_DEBUGGER_MI.xml +eclipse/plugins/org.eclipse.cdt.doc.user_%%PORTVERSION%%/plugin.properties +eclipse/plugins/org.eclipse.cdt.doc.user_%%PORTVERSION%%/help.css +eclipse/plugins/org.eclipse.cdt.doc.user_%%PORTVERSION%%/toc.xml +eclipse/plugins/org.eclipse.cdt.doc.user_%%PORTVERSION%%/contexts_CDT_make.xml +eclipse/plugins/org.eclipse.cdt.doc.user_%%PORTVERSION%%/contexts_CDT.xml +eclipse/plugins/org.eclipse.cdt.doc.user_%%PORTVERSION%%/topics_Tasks.xml +eclipse/plugins/org.eclipse.cdt.doc.user_%%PORTVERSION%%/topics_Getting_Started.xml +eclipse/plugins/org.eclipse.cdt.doc.user_%%PORTVERSION%%/topics_Concepts.xml +eclipse/plugins/org.eclipse.cdt.doc.user_%%PORTVERSION%%/contexts_CDT_LAUNCH.xml +eclipse/plugins/org.eclipse.cdt.debug.core_%%PORTVERSION%%/cdtdebugcore.jar +eclipse/plugins/org.eclipse.cdt.debug.core_%%PORTVERSION%%/about.html +eclipse/plugins/org.eclipse.cdt.debug.core_%%PORTVERSION%%/plugin.xml +eclipse/plugins/org.eclipse.cdt.debug.core_%%PORTVERSION%%/plugin.properties +eclipse/plugins/org.eclipse.cdt.launch_%%PORTVERSION%%/cdtlaunch.jar +eclipse/plugins/org.eclipse.cdt.launch_%%PORTVERSION%%/icons/view16/source_tab.gif +eclipse/plugins/org.eclipse.cdt.launch_%%PORTVERSION%%/icons/view16/environment_tab.gif +eclipse/plugins/org.eclipse.cdt.launch_%%PORTVERSION%%/icons/view16/arguments_tab.gif +eclipse/plugins/org.eclipse.cdt.launch_%%PORTVERSION%%/icons/view16/main_tab.gif +eclipse/plugins/org.eclipse.cdt.launch_%%PORTVERSION%%/icons/view16/debugger_tab.gif +eclipse/plugins/org.eclipse.cdt.launch_%%PORTVERSION%%/icons/obj16/c_app.gif +eclipse/plugins/org.eclipse.cdt.launch_%%PORTVERSION%%/icons/obj16/exec_obj.gif +eclipse/plugins/org.eclipse.cdt.launch_%%PORTVERSION%%/plugin.properties +eclipse/plugins/org.eclipse.cdt.launch_%%PORTVERSION%%/plugin.xml +eclipse/plugins/org.eclipse.cdt.launch_%%PORTVERSION%%/about.html +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/cdtdebugui.jar +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/ext_file_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/signal_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/showpaths_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/var_global_aggr.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/filenotfound_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/funbrkp_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/readwrite_obj_disabled.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/var_env.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/vard_simple.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/directory_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/read_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/mapping_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/addrbrkp_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/var_global.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/exec_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/exec_dbg_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/vard_aggr.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/registerd_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/register_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/library_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/brkpd_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/readwrite_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/var_string.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/library_syms_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/vard_pointer.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/inst_ptr_top.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/brkp_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/project_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/expression_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/var_static.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/registergroupd_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/write_obj_disabled.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/var_static_aggr.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/inst_ptr.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/var_simple.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/addrbrkpd_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/funbrkpd_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/read_obj_disabled.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/prj_file_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/disassembly_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/write_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/registergroup_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/cproject_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/var_aggr.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/var_pointer.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/var_simple_aggr.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/mapentry_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16/folder_obj.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/rem_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/casttotype_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/showasarray_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/det_pane_under.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/det_pane_hide.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/instr_step.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/collapseall.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/tnames_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/restart.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/disassembly.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/memory_clear.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/signal_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/auto_refresh_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/signal0_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/show_paths.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/memory_update.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/rem_all_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/debugger_console.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/enabled_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/disabled_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/change_reg_value_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/load_all_symbols_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/runtoline_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/jump_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/det_pane_right.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/refresh_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/watch_globals.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/show_ascii.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16/load_symbols_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/change_reg_value_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/load_all_symbols_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/debugger_console.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/collapseall.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/show_parents.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/signal0_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/disassembly.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/memory_update.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/tnames_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/runtoline_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/show_paths.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/rem_all_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/signal_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/enabled_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/restart.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/function_brkpt_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/det_pane_right.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/load_symbols_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/disabled_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/refresh_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/show_ascii.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/casttotype_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/showasarray_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/instr_step.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/watch_globals.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/memory_clear.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/rem_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/det_pane_under.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/det_pane_hide.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/watchpoint_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/jump_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16/auto_refresh_co.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/ovr16/warning_ovr.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/ovr16/address_ovr_disabled.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/ovr16/conditional_ovr_disabled.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/ovr16/address_ovr.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/ovr16/global_ovr.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/ovr16/function_ovr_disabled.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/ovr16/castarray_ovr.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/ovr16/symbols_ovr.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/ovr16/function_ovr.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/ovr16/argument_ovr.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/ovr16/installed_ovr_disabled.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/ovr16/casttype_ovr.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/ovr16/installed_ovr.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/ovr16/error_ovr.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/ovr16/conditional_ovr.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/wizban/mapentry_wiz.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/wizban/addsrcloc_wiz.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/wizban/mapping_wiz.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/view16/signals_view.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/view16/memory_view.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/view16/modules_view.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/view16/disassembly_view.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/etool16/watch_exp.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dtool16/watch_exp.gif +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/about.html +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/plugin.properties +eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/plugin.xml +eclipse/plugins/org.eclipse.cdt.debug.mi.core_%%PORTVERSION%%/cdtmicore.jar +eclipse/plugins/org.eclipse.cdt.debug.mi.core_%%PORTVERSION%%/plugin.properties +eclipse/plugins/org.eclipse.cdt.debug.mi.core_%%PORTVERSION%%/plugin.xml +eclipse/plugins/org.eclipse.cdt.debug.mi.core_%%PORTVERSION%%/about.html +eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_%%PORTVERSION%%/gnuui.jar +eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_%%PORTVERSION%%/plugin.xml +eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_%%PORTVERSION%%/about.html +eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_%%PORTVERSION%%/plugin.properties +eclipse/plugins/org.eclipse.cdt.core_%%PORTVERSION%%/cdtparser.jar +eclipse/plugins/org.eclipse.cdt.core_%%PORTVERSION%%/cdtcore.jar +eclipse/plugins/org.eclipse.cdt.core_%%PORTVERSION%%/plugin.properties +eclipse/plugins/org.eclipse.cdt.core_%%PORTVERSION%%/about.html +eclipse/plugins/org.eclipse.cdt.core_%%PORTVERSION%%/plugin.xml +eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_%%PORTVERSION%%/about.html +eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_%%PORTVERSION%%/fragment.xml +eclipse/plugins/org.eclipse.cdt.core.freebsd_%%PORTVERSION%%/cdt_linux.jar +eclipse/plugins/org.eclipse.cdt.core.freebsd_%%PORTVERSION%%/about.html +eclipse/plugins/org.eclipse.cdt.core.freebsd_%%PORTVERSION%%/fragment.xml +eclipse/features/org.eclipse.cdt_%%PORTVERSION%%/feature.xml +eclipse/features/org.eclipse.cdt_%%PORTVERSION%%/feature.properties +eclipse/features/org.eclipse.cdt_%%PORTVERSION%%/eclipse_update_120.jpg +eclipse/features/org.eclipse.cdt_%%PORTVERSION%%/license.html +eclipse/features/org.eclipse.cdt_%%PORTVERSION%%/epl-v10.html +@dirrm eclipse/plugins/org.eclipse.cdt_%%PORTVERSION%%/intro +@dirrm eclipse/plugins/org.eclipse.cdt_%%PORTVERSION%%/css/graphics/obj_48 +@dirrm eclipse/plugins/org.eclipse.cdt_%%PORTVERSION%%/css/graphics +@dirrm eclipse/plugins/org.eclipse.cdt_%%PORTVERSION%%/css +@dirrm eclipse/plugins/org.eclipse.cdt_%%PORTVERSION%% +@dirrm eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/templates +@dirrm eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/wizban +@dirrm eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/view16 +@dirrm eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/ovr16 +@dirrm eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/obj16 +@dirrm eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/etool16 +@dirrm eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/elcl16 +@dirrm eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dtool16 +@dirrm eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons/dlcl16 +@dirrm eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%%/icons +@dirrm eclipse/plugins/org.eclipse.cdt.ui_%%PORTVERSION%% +@dirrm eclipse/plugins/org.eclipse.cdt.refactoring_%%PORTVERSION%%/META-INF +@dirrm eclipse/plugins/org.eclipse.cdt.refactoring_%%PORTVERSION%% +@dirrm eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/elcl16 +@dirrm eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons/dlcl16 +@dirrm eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%%/icons +@dirrm eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_%%PORTVERSION%% +@dirrm eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_%%PORTVERSION%% +@dirrm eclipse/plugins/org.eclipse.cdt.managedbuilder.core_%%PORTVERSION%% +@dirrm eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/wizban +@dirrm eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/view16 +@dirrm eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/obj16 +@dirrm eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/etool16 +@dirrm eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons/dtool16 +@dirrm eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%%/icons +@dirrm eclipse/plugins/org.eclipse.cdt.make.ui_%%PORTVERSION%% +@dirrm eclipse/plugins/org.eclipse.cdt.make.core_%%PORTVERSION%%/builtin +@dirrm eclipse/plugins/org.eclipse.cdt.make.core_%%PORTVERSION%% +@dirrm eclipse/plugins/org.eclipse.cdt.launch_%%PORTVERSION%%/icons/view16 +@dirrm eclipse/plugins/org.eclipse.cdt.launch_%%PORTVERSION%%/icons/obj16 +@dirrm eclipse/plugins/org.eclipse.cdt.launch_%%PORTVERSION%%/icons +@dirrm eclipse/plugins/org.eclipse.cdt.launch_%%PORTVERSION%% +@dirrm eclipse/plugins/org.eclipse.cdt.doc.user_%%PORTVERSION%% +@dirrm eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/wizban +@dirrm eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/view16 +@dirrm eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/ovr16 +@dirrm eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/obj16 +@dirrm eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/etool16 +@dirrm eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/elcl16 +@dirrm eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dtool16 +@dirrm eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons/dlcl16 +@dirrm eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%%/icons +@dirrm eclipse/plugins/org.eclipse.cdt.debug.ui_%%PORTVERSION%% +@dirrm eclipse/plugins/org.eclipse.cdt.debug.mi.ui_%%PORTVERSION%% +@dirrm eclipse/plugins/org.eclipse.cdt.debug.mi.core_%%PORTVERSION%% +@dirrm eclipse/plugins/org.eclipse.cdt.debug.core_%%PORTVERSION%% +@dirrm eclipse/plugins/org.eclipse.cdt.core_%%PORTVERSION%% +@dirrm eclipse/plugins/org.eclipse.cdt.core.freebsd_%%PORTVERSION%% +@dirrm eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_%%PORTVERSION%%/os/freebsd/x86 +@dirrm eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_%%PORTVERSION%%/os/freebsd +@dirrm eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_%%PORTVERSION%%/os +@dirrm eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_%%PORTVERSION%% +@dirrm eclipse/features/org.eclipse.cdt_%%PORTVERSION%% @dirrmtry eclipse/plugins @dirrmtry eclipse/features @dirrmtry eclipse diff --git a/java/eclipse-cdt/scripts/pre-patch b/java/eclipse-cdt/scripts/pre-patch index 6f9a7aa9376e..70042434e547 100644 --- a/java/eclipse-cdt/scripts/pre-patch +++ b/java/eclipse-cdt/scripts/pre-patch @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/java/eclipse-cdt/scripts/pre-patch,v 1.1 2006-01-03 03:28:05 edwin Exp $ +# $FreeBSD: /tmp/pcvs/ports/java/eclipse-cdt/scripts/pre-patch,v 1.2 2006-06-14 16:03:54 glewis Exp $ copy_dir() { @@ -31,12 +31,12 @@ prepare_files() } COPY_LIST=" -eclipse/plugins/org.eclipse.cdt.core.linux.x86_3.0.1 -eclipse/plugins/org.eclipse.cdt.core.linux.x86_3.0.1/os/linux -eclipse/plugins/org.eclipse.cdt.core.linux.x86_3.0.1/os/linux/x86 -eclipse/plugins/org.eclipse.cdt.core.linux_3.0.1 -eclipse/plugins/org.eclipse.cdt.source.linux.gtk.x86_3.0.1 -eclipse/plugins/org.eclipse.cdt.source.linux.gtk.x86_3.0.1/src/org.eclipse.cdt.core.linux_3.0.1 +eclipse/plugins/org.eclipse.cdt.core.linux.x86_3.0.2 +eclipse/plugins/org.eclipse.cdt.core.linux.x86_3.0.2/os/linux +eclipse/plugins/org.eclipse.cdt.core.linux.x86_3.0.2/os/linux/x86 +eclipse/plugins/org.eclipse.cdt.core.linux_3.0.2 +eclipse/plugins/org.eclipse.cdt.source.linux.gtk.x86_3.0.2 +eclipse/plugins/org.eclipse.cdt.source.linux.gtk.x86_3.0.2/src/org.eclipse.cdt.core.linux_3.0.2 " prepare_files |