[Lunar-commits] <moonbase> emf-xsd: renamed from emf-sdo-xsd

Duncan Gibson engelsman at lunar-linux.org
Tue Sep 15 22:55:55 CEST 2009


commit 443620caee74b242cce9e9052d501b7f139b312d
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date:   Tue Sep 15 22:55:55 2009 +0200

    emf-xsd: renamed from emf-sdo-xsd
    
    previous version failed to download during an 'lget -a' sweep.
    renamed emf-sdo-xsd as emf-xsd, and bumped version to 2.5.0
---
 eclipse/emf-sdo-xsd/BUILD   |    8 --------
 eclipse/emf-sdo-xsd/DEPENDS |    2 --
 eclipse/emf-sdo-xsd/DETAILS |   19 -------------------
 eclipse/emf-xsd/BUILD       |    8 ++++++++
 eclipse/emf-xsd/DEPENDS     |    2 ++
 eclipse/emf-xsd/DETAILS     |   26 ++++++++++++++++++++++++++
 6 files changed, 36 insertions(+), 29 deletions(-)

diff --git a/eclipse/emf-sdo-xsd/BUILD b/eclipse/emf-sdo-xsd/BUILD
deleted file mode 100644
index 9636531..0000000
--- a/eclipse/emf-sdo-xsd/BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-(
-
-  TARGET=/opt/lunar/eclipse
-
-  prepare_install  &&
-  cp -a * $TARGET
-
-) > $C_FIFO 2>&1
diff --git a/eclipse/emf-sdo-xsd/DEPENDS b/eclipse/emf-sdo-xsd/DEPENDS
deleted file mode 100644
index 7303d78..0000000
--- a/eclipse/emf-sdo-xsd/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends eclipse-bin
-
diff --git a/eclipse/emf-sdo-xsd/DETAILS b/eclipse/emf-sdo-xsd/DETAILS
deleted file mode 100644
index 2ecfb3d..0000000
--- a/eclipse/emf-sdo-xsd/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
-          MODULE=emf-sdo-xsd
-         VERSION=2.3.0
-           EXTRA=R200706262000
-          SOURCE=$MODULE-SDK-$VERSION.zip
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/eclipse
-      SOURCE_URL=http://mirror.switch.ch/eclipse/modeling/emf/emf/downloads/drops/$VERSION/$EXTRA/
-      SOURCE_VFY=sha1:bb32fcc367857ce91a8e4235bfd33df35120ec83
-        WEB_SITE=http://eclipse.org/emf/
-         ENTERED=20040728
-         UPDATED=20070703
-           SHORT="modeling framework and code generation facility"
-cat << EOF
-EMF is a modeling framework and code generation facility for building
-tools and other applications based on a structured data model. From a
-model specification described in XMI, EMF provides tools and runtime
-support to produce a set of Java classes for the model, a set of adapter
-classes that enable viewing and command-based editing of the model,
-and a basic editor.
-EOF
diff --git a/eclipse/emf-xsd/BUILD b/eclipse/emf-xsd/BUILD
new file mode 100644
index 0000000..9636531
--- /dev/null
+++ b/eclipse/emf-xsd/BUILD
@@ -0,0 +1,8 @@
+(
+
+  TARGET=/opt/lunar/eclipse
+
+  prepare_install  &&
+  cp -a * $TARGET
+
+) > $C_FIFO 2>&1
diff --git a/eclipse/emf-xsd/DEPENDS b/eclipse/emf-xsd/DEPENDS
new file mode 100644
index 0000000..7303d78
--- /dev/null
+++ b/eclipse/emf-xsd/DEPENDS
@@ -0,0 +1,2 @@
+depends eclipse-bin
+
diff --git a/eclipse/emf-xsd/DETAILS b/eclipse/emf-xsd/DETAILS
new file mode 100644
index 0000000..32f5102
--- /dev/null
+++ b/eclipse/emf-xsd/DETAILS
@@ -0,0 +1,26 @@
+          MODULE=emf-xsd
+         VERSION=2.5.0
+           EXTRA=R200906151043
+          SOURCE=$MODULE-SDK-$VERSION.zip
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/eclipse
+      SOURCE_URL=http://mirror.switch.ch/eclipse/modeling/emf/emf/downloads/drops/$VERSION/$EXTRA/
+      SOURCE_VFY=sha1:fe5b3898bad012da5afb7574d8c841573c4d1ef0
+        WEB_SITE=http://eclipse.org/emf/
+         ENTERED=20040728
+         UPDATED=20090906
+           SHORT="modeling framework and code generation facility"
+
+cat << EOF
+The Eclipse Modeling Framework project is a modeling framework and code
+generation facility for building tools and other applications based on
+a structured data model. From a model specification described in XMI,
+EMF provides tools and runtime support to produce a set of Java classes
+for the model, along with a set of adapter classes that enable viewing
+and command-based editing of the model, and a basic editor.
+
+EMF builds include XML Schema Definition (XSD), now a component of the
+Model Development Tools (MDT) project, and an EMF-based implementation
+of Service Data Objects (SDO). XSD provides a model and API for
+manipulating components of an XML Schema, with access to the underlying
+DOM representation of the schema document.
+EOF


More information about the Lunar-commits mailing list