Skip to main content
summaryrefslogtreecommitdiffstats
path: root/upc
diff options
context:
space:
mode:
authorChris Recoskie2007-05-01 12:58:40 +0000
committerChris Recoskie2007-05-01 12:58:40 +0000
commit3e941ef3a1804b1c7e173b5deb076a7aa2dc0b4a (patch)
treeb590a65a701b3556f9fd8671f2f65fde61e5250d /upc
parentbabbd94dc756d9911bb685f5936494d4a6c34567 (diff)
downloadorg.eclipse.cdt-3e941ef3a1804b1c7e173b5deb076a7aa2dc0b4a.tar.gz
org.eclipse.cdt-3e941ef3a1804b1c7e173b5deb076a7aa2dc0b4a.tar.xz
org.eclipse.cdt-3e941ef3a1804b1c7e173b5deb076a7aa2dc0b4a.zip
Removing unnecessary inclusion of LPG plugin from UPC feature. Since this feature requires the C99 feature the LPG prerequisite should already be taken care of.
Diffstat (limited to 'upc')
-rw-r--r--upc/org.eclipse.cdt.core.parser.upc.feature/feature.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/upc/org.eclipse.cdt.core.parser.upc.feature/feature.xml b/upc/org.eclipse.cdt.core.parser.upc.feature/feature.xml
index 26022560cae..d4691639666 100644
--- a/upc/org.eclipse.cdt.core.parser.upc.feature/feature.xml
+++ b/upc/org.eclipse.cdt.core.parser.upc.feature/feature.xml
@@ -26,13 +26,6 @@
version="0.0.0"/>
<plugin
- id="net.sourceforge.lpg.lpgjavaruntime"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
id="org.eclipse.cdt.core.parser.upc"
download-size="0"
install-size="0"

Back to the top