[Lunar-commits] <moonbase> eclipse-jee, eclipse-bin: Added a new version of the eclipse IDE platform for Java EE devs. This module includes MANY more plugins than eclipse-bin. It now CONFLICTS with eclipse-bin as well. This is the version you want if you're trying to setup an Android development environment.

Terry Chan tchan at lunar-linux.org
Sat Apr 25 16:32:38 CEST 2009


commit fd4483464d40b6af9395dd16d152c7fe2ece90c6
Author: Terry Chan <tchan at lunar-linux.org>
Date:   Sat Apr 25 09:32:38 2009 -0500

    eclipse-jee, eclipse-bin: Added a new version of the eclipse IDE platform for
    Java EE devs. This module includes MANY more plugins than eclipse-bin. It now
    CONFLICTS with eclipse-bin as well. This is the version you want if you're
    trying to setup an Android development environment.
---
 eclipse/eclipse-bin/CONFLICTS                |    1 +
 eclipse/eclipse-jee/BUILD                    |    9 +++++++++
 eclipse/eclipse-jee/CONFLICTS                |    1 +
 eclipse/eclipse-jee/DEPENDS                  |    2 ++
 eclipse/eclipse-jee/DETAILS                  |   24 ++++++++++++++++++++++++
 eclipse/eclipse-jee/profile.d/eclipse-jee.rc |    1 +
 6 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/eclipse/eclipse-bin/CONFLICTS b/eclipse/eclipse-bin/CONFLICTS
new file mode 100644
index 0000000..c75c826
--- /dev/null
+++ b/eclipse/eclipse-bin/CONFLICTS
@@ -0,0 +1 @@
+conflicts eclipse-jee
diff --git a/eclipse/eclipse-jee/BUILD b/eclipse/eclipse-jee/BUILD
new file mode 100644
index 0000000..859769e
--- /dev/null
+++ b/eclipse/eclipse-jee/BUILD
@@ -0,0 +1,9 @@
+(
+
+  TARGET=/opt/lunar/eclipse
+
+  prepare_install  &&
+  mkdir -p $TARGET &&
+  cp -a * $TARGET
+
+) > $C_FIFO 2>&1
diff --git a/eclipse/eclipse-jee/CONFLICTS b/eclipse/eclipse-jee/CONFLICTS
new file mode 100644
index 0000000..987373f
--- /dev/null
+++ b/eclipse/eclipse-jee/CONFLICTS
@@ -0,0 +1 @@
+conflicts eclipse-bin
diff --git a/eclipse/eclipse-jee/DEPENDS b/eclipse/eclipse-jee/DEPENDS
new file mode 100644
index 0000000..7176025
--- /dev/null
+++ b/eclipse/eclipse-jee/DEPENDS
@@ -0,0 +1,2 @@
+depends %JAVA_SDK
+depends gtk+-2
diff --git a/eclipse/eclipse-jee/DETAILS b/eclipse/eclipse-jee/DETAILS
new file mode 100644
index 0000000..70ae414
--- /dev/null
+++ b/eclipse/eclipse-jee/DETAILS
@@ -0,0 +1,24 @@
+          MODULE=eclipse-jee
+         VERSION=ganymede
+           EXTRA=SR2
+          SOURCE=$MODULE-$VERSION-$EXTRA-linux-gtk.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/eclipse
+   SOURCE_URL[0]=http://download.eclipse.org/technology/epp/downloads/release/$VERSION/$EXTRA
+   SOURCE_URL[1]=http://mirror.cc.vt.edu/pub/eclipse/technology/epp/downloads/release/$VERSION/$EXTRA
+   SOURCE_URL[2]=ftp://sunsite.cnlab-switch.ch/mirror/eclipse/technology/epp/downloads/release/$VERSION/$EXTRA
+      SOURCE_VFY=sha1:b0290e1a2bbadc535567140863bcf91e322e9dce
+        WEB_SITE=http://eclipse.org
+         ENTERED=20090425
+         UPDATED=20090425
+         ARCHIVE=off
+           SHORT="A JAVA EE IDE for just about everything"
+
+cat << EOF
+This is the Java EE edition eclipse IDE. It includes several more plugins and
+less sample eclipse source. This is the version of the eclipse IDE you want if
+you're trying to setup an Android development system.
+
+By comparison this module includes: RCP, CVS, EMF, GEF, JDT, Mylyn, UDC, Web
+Tools, JEE Tools, XML Tools, RSE, PDE, Datatools plugins versus the eclipse-bin
+module which only inlcudes RCP, CVS, JDT, PDE.
+EOF
diff --git a/eclipse/eclipse-jee/profile.d/eclipse-jee.rc b/eclipse/eclipse-jee/profile.d/eclipse-jee.rc
new file mode 100644
index 0000000..fe1fea2
--- /dev/null
+++ b/eclipse/eclipse-jee/profile.d/eclipse-jee.rc
@@ -0,0 +1 @@
+export PATH=${PATH}:/opt/lunar/eclipse


More information about the Lunar-commits mailing list