forked from Lainports/freebsd-ports
This patch updates java/eclipse-cdt to the latest version 3.0.1. It also installs the native shared libraries that were previously missing. In order to do this the distfile of the cdt-sdk had to be used instead. A static pkg-plist is also used to help people searching through the ports files. PR: ports/89893 Submitted by: Panagiotis Astithas <past@ebs.gr> Approved by: maintainer timeout
22 lines
782 B
XML
22 lines
782 B
XML
--- 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
|
|
@@ -1,8 +1,8 @@
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?eclipse version="3.0"?>
|
|
<fragment
|
|
- id="org.eclipse.cdt.core.linux"
|
|
- name="%fragmentName.linux"
|
|
+ id="org.eclipse.cdt.core.freebsd"
|
|
+ name="%fragmentName.freebsd"
|
|
version="3.0.1"
|
|
provider-name="%providerName"
|
|
plugin-id="org.eclipse.cdt.core"
|
|
@@ -16,7 +16,7 @@
|
|
<extension
|
|
point="org.eclipse.cdt.core.ProcessList">
|
|
<processList
|
|
- platform="linux"
|
|
+ platform="freebsd"
|
|
class="org.eclipse.cdt.internal.core.linux.ProcessList">
|
|
</processList>
|
|
</extension>
|