mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 19:56:53 -04:00
50 lines
1.3 KiB
XML
50 lines
1.3 KiB
XML
--- features/org.eclipse.platform/feature.xml.orig 2007-06-26 04:57:25.000000000 +0900
|
|
+++ features/org.eclipse.platform/feature.xml 2007-08-23 23:20:27.000000000 +0900
|
|
@@ -523,9 +523,29 @@
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
- id="org.eclipse.core.filesystem.linux.x86_64"
|
|
+ id="org.eclipse.core.filesystem.freebsd.x86"
|
|
+ os="freebsd"
|
|
+ arch="x86"
|
|
+ download-size="0"
|
|
+ install-size="0"
|
|
+ version="0.0.0"
|
|
+ fragment="true"
|
|
+ unpack="false"/>
|
|
+
|
|
+ <plugin
|
|
+ id="org.eclipse.core.filesystem.linux.x86"
|
|
os="linux"
|
|
- arch="x86_64"
|
|
+ arch="x86"
|
|
+ download-size="0"
|
|
+ install-size="0"
|
|
+ version="0.0.0"
|
|
+ fragment="true"
|
|
+ unpack="false"/>
|
|
+
|
|
+ <plugin
|
|
+ id="org.eclipse.core.filesystem.freebsd.amd64"
|
|
+ os="freebsd"
|
|
+ arch="amd64"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
@@ -582,6 +602,15 @@
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
+ id="org.eclipse.update.core.freebsd"
|
|
+ os="freebsd"
|
|
+ download-size="0"
|
|
+ install-size="0"
|
|
+ version="0.0.0"
|
|
+ fragment="true"
|
|
+ unpack="false"/>
|
|
+
|
|
+ <plugin
|
|
id="org.eclipse.update.core.linux"
|
|
os="linux"
|
|
download-size="0"
|