Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Wouters2014-04-04 14:16:56 +0000
committerLaurent Wouters2014-04-04 14:16:56 +0000
commit919ab861d40f651742bbbf95e164fcb24fedf5da (patch)
tree7b39cc81bd2798bb7206bd1803e7b9d2fe1c78f0
parent3caf58082e2db6a51c65ed59abcd2a6f7e69154e (diff)
downloadorg.eclipse.papyrus-919ab861d40f651742bbbf95e164fcb24fedf5da.tar.gz
org.eclipse.papyrus-919ab861d40f651742bbbf95e164fcb24fedf5da.tar.xz
org.eclipse.papyrus-919ab861d40f651742bbbf95e164fcb24fedf5da.zip
[clean] Retiring org.eclipse.papyrus.uml.textedit.property.xtext.generatorlast/org.eclipse.papyrus.uml.textedit.property.xtext.generator
Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
-rw-r--r--deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/.classpath8
-rw-r--r--deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/.project28
-rw-r--r--deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/.settings/org.eclipse.jdt.core.prefs15
-rw-r--r--deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/META-INF/MANIFEST.MF18
-rw-r--r--deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/about.html28
-rw-r--r--deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/build.properties6
-rw-r--r--deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/plugin.properties12
-rw-r--r--deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/src/model/Datatypes.umlproperty6
-rw-r--r--deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/src/model/Person.umlproperty17
-rw-r--r--deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/src/templates/Extensions.ext9
-rw-r--r--deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/src/templates/Template.xpt12
-rw-r--r--deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/src/workflow/UmlPropertyGenerator.mwe233
12 files changed, 0 insertions, 192 deletions
diff --git a/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/.classpath b/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/.classpath
deleted file mode 100644
index 42c365c0bd4..00000000000
--- a/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/.classpath
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="src" path="src-gen"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/.project b/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/.project
deleted file mode 100644
index 78bc1206519..00000000000
--- a/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.papyrus.uml.textedit.property.xtext.generator</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.eclipse.pde.PluginNature</nature>
- </natures>
-</projectDescription>
diff --git a/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/.settings/org.eclipse.jdt.core.prefs b/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index 0604c7d69ec..00000000000
--- a/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,15 +0,0 @@
-#Tue Jun 29 15:11:53 CEST 2010
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.doc.comment.support=enabled
-org.eclipse.jdt.core.compiler.problem.invalidJavadoc=ignore
-org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=disabled
-org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=disabled
-org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=disabled
-org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=public
-org.eclipse.jdt.core.compiler.problem.missingJavadocComments=error
-org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled
-org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public
-org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=return_tag
-org.eclipse.jdt.core.compiler.problem.missingJavadocTags=ignore
-org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled
-org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=public
diff --git a/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/META-INF/MANIFEST.MF b/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/META-INF/MANIFEST.MF
deleted file mode 100644
index 213ce91dd04..00000000000
--- a/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,18 +0,0 @@
-Manifest-Version: 1.0
-Require-Bundle: org.eclipse.papyrus.uml.textedit.property.xtext;bundle-version="0.9.0";visibility:=reexport,
- org.eclipse.xpand;visibility:=reexport,
- org.eclipse.xtend;visibility:=reexport,
- org.eclipse.xtext;visibility:=reexport,
- org.eclipse.emf.mwe2.launch;resolution:=optional,
- org.eclipse.emf.mwe.utils;visibility:=reexport,
- org.eclipse.xtend.typesystem.emf;visibility:=reexport
-Bundle-Vendor: %providerName
-Bundle-ActivationPolicy: lazy
-Bundle-Version: 0.9.0.qualifier
-Bundle-Name: %pluginName
-Bundle-Localization: plugin
-Bundle-ManifestVersion: 2
-Bundle-SymbolicName: org.eclipse.papyrus.uml.textedit.property.xtext.generator;singleton:=true
-Import-Package: org.apache.log4j
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-
diff --git a/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/about.html b/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/about.html
deleted file mode 100644
index 82d49bf5f81..00000000000
--- a/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/about.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<title>About</title>
-</head>
-<body lang="EN-US">
-<h2>About This Content</h2>
-
-<p>June 5, 2007</p>
-<h3>License</h3>
-
-<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
-indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
-at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
-For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
-
-<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
-being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
-apply to your use of any object code in the Content. Check the Redistributor's license that was
-provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
-indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
-
-</body>
-</html>
diff --git a/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/build.properties b/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/build.properties
deleted file mode 100644
index e7f930726b4..00000000000
--- a/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/build.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-#
-#Mon Sep 12 09:30:09 CEST 2011
-bin.includes=META-INF/,.,plugin.properties,about.html
-src.includes=about.html,META-INF/,.,plugin.properties
-source..=src/,src-gen/
-bin..=bin/
diff --git a/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/plugin.properties b/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/plugin.properties
deleted file mode 100644
index 32d424d32ad..00000000000
--- a/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/plugin.properties
+++ /dev/null
@@ -1,12 +0,0 @@
-#################################################################################
-# Copyright (c) 2010 CEA LIST.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# Remi Schnekenburger (CEA LIST) remi.schnekenburger@cea.fr - initial API and implementation
-##################################################################################
-pluginName=Papyrus Property xtext generator direct editor (Incubation)
-providerName=Eclipse Modeling Project \ No newline at end of file
diff --git a/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/src/model/Datatypes.umlproperty b/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/src/model/Datatypes.umlproperty
deleted file mode 100644
index b80a8bfe08b..00000000000
--- a/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/src/model/Datatypes.umlproperty
+++ /dev/null
@@ -1,6 +0,0 @@
-/*
- * This is an example model
- */
-namespace datatypes {
- type String
-}
diff --git a/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/src/model/Person.umlproperty b/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/src/model/Person.umlproperty
deleted file mode 100644
index 1993dc61e07..00000000000
--- a/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/src/model/Person.umlproperty
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * This is an example model
- */
-namespace entities {
- import datatypes.*
-
- entity Person {
- property name: String
- property address: Address
- }
-
- entity Address {
- property street: String
- property zip: String
- property city: String
- }
-}
diff --git a/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/src/templates/Extensions.ext b/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/src/templates/Extensions.ext
deleted file mode 100644
index 36efdd46f2f..00000000000
--- a/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/src/templates/Extensions.ext
+++ /dev/null
@@ -1,9 +0,0 @@
-import umlProperty;
-
-listSubclasses(Entity this) :
- let subclasses = this.eRootContainer.eAllContents.typeSelect(Entity).select(e|e.extends == this).name:
- switch (subclasses.size) {
- case 0: "no subclasses"
- case 1: "subclass: " + subclasses.toString(", ")
- default: subclasses.size.toString() + " subclasses: " + subclasses.toString(", ")
- };
diff --git a/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/src/templates/Template.xpt b/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/src/templates/Template.xpt
deleted file mode 100644
index 042b3f91097..00000000000
--- a/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/src/templates/Template.xpt
+++ /dev/null
@@ -1,12 +0,0 @@
-«IMPORT umlProperty»
-
-«EXTENSION templates::Extensions»
-
-«DEFINE main FOR Entity-»
-«FILE name+".txt"-»
-The entity : «name» contains «properties.size» properties:
-«FOREACH this.properties.sortBy(e|e.name) AS e ITERATOR iter-»
-«iter.counter1») '«e.name»' of type '«e.type.name»'
-«ENDFOREACH-»
-«ENDFILE-»
-«ENDDEFINE»
diff --git a/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/src/workflow/UmlPropertyGenerator.mwe2 b/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/src/workflow/UmlPropertyGenerator.mwe2
deleted file mode 100644
index f1aa634fb19..00000000000
--- a/deprecated/org.eclipse.papyrus.uml.textedit.property.xtext.generator/src/workflow/UmlPropertyGenerator.mwe2
+++ /dev/null
@@ -1,33 +0,0 @@
-module workflow.UmlPropertyGenerator
-
-import org.eclipse.emf.mwe.utils.*
-
-var targetDir = "src-gen"
-var fileEncoding = "Cp1252"
-
-Workflow {
-
- component = org.eclipse.xtext.mwe.Reader {
- // lookup all resources on the classpath
- // useJavaClassPath = true
-
- // or define search scope explicitly
- path = "src/model"
-
- // this class will be generated by the xtext generator
- register = org.eclipse.papyrus.uml.textedit.property.xtext.UmlPropertyStandaloneSetup {}
- load = {
- slot = "model"
- type = "Entity"
- }
- }
-
- component = org.eclipse.xpand2.Generator {
- metaModel = org.eclipse.xtend.typesystem.emf.EmfRegistryMetaModel {}
- expand = "templates::Template::main FOREACH model"
- outlet = {
- path = targetDir
- }
- fileEncoding = fileEncoding
- }
-}

Back to the top