mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/eclipse-jee: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8fd8e62a41
commit
7c751a7d9d
4 changed files with 27 additions and 30 deletions
|
@ -1,31 +1,31 @@
|
|||
Tools for Java developers creating Java EE and Web applications,
|
||||
including a Java IDE, tools for Java EE, JPA, JSF, Mylyn, EGit and
|
||||
others.
|
||||
including a Java IDE, tools for Java EE, JPA, JSF, Mylyn, EGit
|
||||
and others.
|
||||
|
||||
This package includes:
|
||||
|
||||
Data Tools Platform
|
||||
Eclipse Git Team Provider
|
||||
Eclipse Java Development Tools
|
||||
Eclipse Java EE Developer Tools
|
||||
JavaScript Development Tools
|
||||
Maven Integration for Eclipse
|
||||
Mylyn Task List
|
||||
Eclipse Plug-in Development Environment
|
||||
Remote System Explorer
|
||||
Eclipse XML Editors and Tools
|
||||
- Data Tools Platform
|
||||
- Eclipse Git Team Provider
|
||||
- Eclipse Java Development Tools
|
||||
- Eclipse Java EE Developer Tools
|
||||
- JavaScript Development Tools
|
||||
- Maven Integration for Eclipse
|
||||
- Mylyn Task List
|
||||
- Eclipse Plug-in Development Environment
|
||||
- Remote System Explorer
|
||||
- Eclipse XML Editors and Tools
|
||||
|
||||
Notes:
|
||||
- webkitgtk is required to use the internal web browser.
|
||||
|
||||
**********
|
||||
UPGRADING:
|
||||
UPGRADING:
|
||||
**********
|
||||
if you find an error during Eclipse initialization, check
|
||||
this two files:
|
||||
if you find an error during Eclipse initialization, check
|
||||
this two files:
|
||||
|
||||
/opt/eclipse/configuration/config.ini
|
||||
/opt/eclipse/eclipse.ini
|
||||
|
||||
If you haven't done modifications in those files, overwrite
|
||||
them with config.ini.new and eclipse.ini.new.
|
||||
|
||||
This SlackBuild is based on Andre Barboza's eclipse-java SlackBuild.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for eclipse-jee
|
||||
# Slackware build script for eclipse-cpp
|
||||
|
||||
# Copyright (c) 2008-2010, Antonio Hernández Blas <hba.nihilismus@gmail.com>
|
||||
# All rights reserved.
|
||||
|
@ -25,9 +25,6 @@
|
|||
# Modified from classical eclipse slackbuild
|
||||
# This script is just a binary repackaging.
|
||||
|
||||
# Update by: Elvio Basello <hellvis69@gmail.com>
|
||||
# Modified for using with eclipse-jee
|
||||
|
||||
PRGNAM=eclipse-jee
|
||||
VERSION=${VERSION:-4.4.2}
|
||||
SRCVERSION=luna-SR2
|
||||
|
@ -83,7 +80,7 @@ chmod 0755 $PKG/usr/bin/$PRGNAM
|
|||
|
||||
# Add eclipse to KDE/GNOME/XFCE menu and install an icon for them
|
||||
install -D -m 0644 $CWD/$PRGNAM.desktop $PKG/usr/share/applications/$PRGNAM.desktop
|
||||
install -D -m 0644 "$PKG/opt/$PRGNAM/plugins/org.eclipse.epp.package.jee_4.4.2.20150219-0708/javaee-ide_x48.png" \
|
||||
install -D -m 0644 "$PKG/opt/$PRGNAM/plugins/org.eclipse.epp.package.jee_4.4.2.20150219-0708/javaee-ide_x48.png"\
|
||||
$PKG/usr/share/pixmaps/$PRGNAM.png
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://download.eclipse.org/technology/epp/downloads/release/luna/SR2/
|
|||
MD5SUM="d8e1b995e95dbec95d69d62ddf6f94f6"
|
||||
DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/luna/SR2/eclipse-jee-luna-SR2-linux-gtk-x86_64.tar.gz"
|
||||
MD5SUM_x86_64="be9391112776755e898801d3f3f51b74"
|
||||
REQUIRES="jdk"
|
||||
MAINTAINER="Elvio Basello (HelLViS69)"
|
||||
EMAIL="hellvis69@gmail.com"
|
||||
REQUIRES="jdk webkitgtk"
|
||||
MAINTAINER="Andre Barboza"
|
||||
EMAIL="bmg.andre@gmail.com"
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
eclipse-jee: eclipse-jee (Eclipse IDE for Java EE Developers)
|
||||
eclipse-jee:
|
||||
eclipse-jee: Tools for Java developers creating Java EE and Web applications,
|
||||
eclipse-jee: including a Java IDE, tools for Java EE, JPA, JSF, Mylyn, EGit and
|
||||
eclipse-jee: others.
|
||||
eclipse-jee:
|
||||
eclipse-jee:
|
||||
eclipse-jee: Tools for Java developers creating Java EE and Web applications
|
||||
eclipse-jee: including a Java IDE, tools for Java EE, JPA, JSF, Mylyn...
|
||||
eclipse-jee:
|
||||
eclipse-jee:
|
||||
eclipse-jee:
|
||||
eclipse-jee: Homepage: http://www.eclipse.org
|
||||
eclipse-jee:
|
||||
|
|
Loading…
Reference in a new issue