diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-09-14 14:46:36 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-09-14 14:46:36 +0000 |
commit | 5ddd31a2e011ebd1b03380e2f7278b888686dc48 (patch) | |
tree | 348a7401ceeb75523687312a30f642c8d1d934d6 /java/eclipse/files | |
parent | d6e523c707fd0fc7abe3c7ef2a97574d10860cdb (diff) | |
download | ports-5ddd31a2e011ebd1b03380e2f7278b888686dc48.tar.gz ports-5ddd31a2e011ebd1b03380e2f7278b888686dc48.zip |
Notes
Diffstat (limited to 'java/eclipse/files')
-rw-r--r-- | java/eclipse/files/eclipse.desktop | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/java/eclipse/files/eclipse.desktop b/java/eclipse/files/eclipse.desktop new file mode 100644 index 000000000000..37a3c2b75e31 --- /dev/null +++ b/java/eclipse/files/eclipse.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Comment=Eclipse IDE +Name=Eclipse +Exec=%%PREFIX%%/bin/eclipse +Encoding=UTF-8 +Terminal=false +Type=Application +Icon=%%ECLIPSE_HOME%%/icon.xpm +Categories=Application;Development; + |