Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2013-07-11 09:39:09 +0000
committercletavernie2013-07-11 09:39:09 +0000
commit4760888429f1e10c1abd70d4b46b7a9ccbeb1eed (patch)
tree7bcb7ed4c77f2fb33fac321a1a775034ed61389d
parent3559d81c557eec5606ee712dfaf44b273e84ec92 (diff)
downloadorg.eclipse.papyrus-4760888429f1e10c1abd70d4b46b7a9ccbeb1eed.tar.gz
org.eclipse.papyrus-4760888429f1e10c1abd70d4b46b7a9ccbeb1eed.tar.xz
org.eclipse.papyrus-4760888429f1e10c1abd70d4b46b7a9ccbeb1eed.zip
[SVN] Move examples to the right folder
-rw-r--r--examples/org.eclipse.papyrus.example.text.instance/.classpath (renamed from incoming/org.eclipse.papyrus.example.text.instance/.classpath)0
-rw-r--r--examples/org.eclipse.papyrus.example.text.instance/.project (renamed from incoming/org.eclipse.papyrus.example.text.instance/.project)0
-rw-r--r--examples/org.eclipse.papyrus.example.text.instance/META-INF/MANIFEST.MF (renamed from incoming/org.eclipse.papyrus.example.text.instance/META-INF/MANIFEST.MF)0
-rw-r--r--examples/org.eclipse.papyrus.example.text.instance/about.html (renamed from incoming/org.eclipse.papyrus.example.text.instance/about.html)0
-rw-r--r--examples/org.eclipse.papyrus.example.text.instance/build.properties (renamed from incoming/org.eclipse.papyrus.example.text.instance/build.properties)0
-rw-r--r--examples/org.eclipse.papyrus.example.text.instance/model/papyrustextinstance.ecore (renamed from incoming/org.eclipse.papyrus.example.text.instance/model/papyrustextinstance.ecore)0
-rw-r--r--examples/org.eclipse.papyrus.example.text.instance/model/papyrustextinstance.genmodel (renamed from incoming/org.eclipse.papyrus.example.text.instance/model/papyrustextinstance.genmodel)0
-rw-r--r--examples/org.eclipse.papyrus.example.text.instance/plugin.pdoc (renamed from incoming/org.eclipse.papyrus.example.text.instance/plugin.pdoc)0
-rw-r--r--examples/org.eclipse.papyrus.example.text.instance/plugin.properties (renamed from incoming/org.eclipse.papyrus.example.text.instance/plugin.properties)0
-rw-r--r--examples/org.eclipse.papyrus.example.text.instance/plugin.xml (renamed from incoming/org.eclipse.papyrus.example.text.instance/plugin.xml)0
-rw-r--r--examples/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/PapyrusTextInstance.java (renamed from incoming/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/PapyrusTextInstance.java)0
-rw-r--r--examples/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/PapyrustextinstanceFactory.java (renamed from incoming/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/PapyrustextinstanceFactory.java)0
-rw-r--r--examples/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/PapyrustextinstancePackage.java (renamed from incoming/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/PapyrustextinstancePackage.java)0
-rw-r--r--examples/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/impl/PapyrusTextInstanceImpl.java (renamed from incoming/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/impl/PapyrusTextInstanceImpl.java)0
-rw-r--r--examples/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/impl/PapyrustextinstanceFactoryImpl.java (renamed from incoming/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/impl/PapyrustextinstanceFactoryImpl.java)0
-rw-r--r--examples/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/impl/PapyrustextinstancePackageImpl.java (renamed from incoming/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/impl/PapyrustextinstancePackageImpl.java)0
-rw-r--r--examples/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/util/PapyrustextinstanceAdapterFactory.java (renamed from incoming/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/util/PapyrustextinstanceAdapterFactory.java)0
-rw-r--r--examples/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/util/PapyrustextinstanceSwitch.java (renamed from incoming/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/util/PapyrustextinstanceSwitch.java)0
18 files changed, 0 insertions, 0 deletions
diff --git a/incoming/org.eclipse.papyrus.example.text.instance/.classpath b/examples/org.eclipse.papyrus.example.text.instance/.classpath
index 45f024e850e..45f024e850e 100644
--- a/incoming/org.eclipse.papyrus.example.text.instance/.classpath
+++ b/examples/org.eclipse.papyrus.example.text.instance/.classpath
diff --git a/incoming/org.eclipse.papyrus.example.text.instance/.project b/examples/org.eclipse.papyrus.example.text.instance/.project
index 1f1bbbf348a..1f1bbbf348a 100644
--- a/incoming/org.eclipse.papyrus.example.text.instance/.project
+++ b/examples/org.eclipse.papyrus.example.text.instance/.project
diff --git a/incoming/org.eclipse.papyrus.example.text.instance/META-INF/MANIFEST.MF b/examples/org.eclipse.papyrus.example.text.instance/META-INF/MANIFEST.MF
index 58af6e537bd..58af6e537bd 100644
--- a/incoming/org.eclipse.papyrus.example.text.instance/META-INF/MANIFEST.MF
+++ b/examples/org.eclipse.papyrus.example.text.instance/META-INF/MANIFEST.MF
diff --git a/incoming/org.eclipse.papyrus.example.text.instance/about.html b/examples/org.eclipse.papyrus.example.text.instance/about.html
index 82d49bf5f81..82d49bf5f81 100644
--- a/incoming/org.eclipse.papyrus.example.text.instance/about.html
+++ b/examples/org.eclipse.papyrus.example.text.instance/about.html
diff --git a/incoming/org.eclipse.papyrus.example.text.instance/build.properties b/examples/org.eclipse.papyrus.example.text.instance/build.properties
index 6672f2400bf..6672f2400bf 100644
--- a/incoming/org.eclipse.papyrus.example.text.instance/build.properties
+++ b/examples/org.eclipse.papyrus.example.text.instance/build.properties
diff --git a/incoming/org.eclipse.papyrus.example.text.instance/model/papyrustextinstance.ecore b/examples/org.eclipse.papyrus.example.text.instance/model/papyrustextinstance.ecore
index 1efefbcdd3e..1efefbcdd3e 100644
--- a/incoming/org.eclipse.papyrus.example.text.instance/model/papyrustextinstance.ecore
+++ b/examples/org.eclipse.papyrus.example.text.instance/model/papyrustextinstance.ecore
diff --git a/incoming/org.eclipse.papyrus.example.text.instance/model/papyrustextinstance.genmodel b/examples/org.eclipse.papyrus.example.text.instance/model/papyrustextinstance.genmodel
index 02d981047ff..02d981047ff 100644
--- a/incoming/org.eclipse.papyrus.example.text.instance/model/papyrustextinstance.genmodel
+++ b/examples/org.eclipse.papyrus.example.text.instance/model/papyrustextinstance.genmodel
diff --git a/incoming/org.eclipse.papyrus.example.text.instance/plugin.pdoc b/examples/org.eclipse.papyrus.example.text.instance/plugin.pdoc
index e59da2f931a..e59da2f931a 100644
--- a/incoming/org.eclipse.papyrus.example.text.instance/plugin.pdoc
+++ b/examples/org.eclipse.papyrus.example.text.instance/plugin.pdoc
diff --git a/incoming/org.eclipse.papyrus.example.text.instance/plugin.properties b/examples/org.eclipse.papyrus.example.text.instance/plugin.properties
index fa4bae9bc58..fa4bae9bc58 100644
--- a/incoming/org.eclipse.papyrus.example.text.instance/plugin.properties
+++ b/examples/org.eclipse.papyrus.example.text.instance/plugin.properties
diff --git a/incoming/org.eclipse.papyrus.example.text.instance/plugin.xml b/examples/org.eclipse.papyrus.example.text.instance/plugin.xml
index 35c4d727312..35c4d727312 100644
--- a/incoming/org.eclipse.papyrus.example.text.instance/plugin.xml
+++ b/examples/org.eclipse.papyrus.example.text.instance/plugin.xml
diff --git a/incoming/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/PapyrusTextInstance.java b/examples/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/PapyrusTextInstance.java
index bfc86b555f1..bfc86b555f1 100644
--- a/incoming/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/PapyrusTextInstance.java
+++ b/examples/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/PapyrusTextInstance.java
diff --git a/incoming/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/PapyrustextinstanceFactory.java b/examples/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/PapyrustextinstanceFactory.java
index b63d4820bdc..b63d4820bdc 100644
--- a/incoming/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/PapyrustextinstanceFactory.java
+++ b/examples/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/PapyrustextinstanceFactory.java
diff --git a/incoming/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/PapyrustextinstancePackage.java b/examples/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/PapyrustextinstancePackage.java
index 098e6014f2e..098e6014f2e 100644
--- a/incoming/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/PapyrustextinstancePackage.java
+++ b/examples/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/PapyrustextinstancePackage.java
diff --git a/incoming/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/impl/PapyrusTextInstanceImpl.java b/examples/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/impl/PapyrusTextInstanceImpl.java
index ac9c90a6d53..ac9c90a6d53 100644
--- a/incoming/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/impl/PapyrusTextInstanceImpl.java
+++ b/examples/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/impl/PapyrusTextInstanceImpl.java
diff --git a/incoming/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/impl/PapyrustextinstanceFactoryImpl.java b/examples/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/impl/PapyrustextinstanceFactoryImpl.java
index 109a41b16f6..109a41b16f6 100644
--- a/incoming/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/impl/PapyrustextinstanceFactoryImpl.java
+++ b/examples/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/impl/PapyrustextinstanceFactoryImpl.java
diff --git a/incoming/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/impl/PapyrustextinstancePackageImpl.java b/examples/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/impl/PapyrustextinstancePackageImpl.java
index 88af35e9cfc..88af35e9cfc 100644
--- a/incoming/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/impl/PapyrustextinstancePackageImpl.java
+++ b/examples/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/impl/PapyrustextinstancePackageImpl.java
diff --git a/incoming/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/util/PapyrustextinstanceAdapterFactory.java b/examples/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/util/PapyrustextinstanceAdapterFactory.java
index 43e0df23636..43e0df23636 100644
--- a/incoming/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/util/PapyrustextinstanceAdapterFactory.java
+++ b/examples/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/util/PapyrustextinstanceAdapterFactory.java
diff --git a/incoming/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/util/PapyrustextinstanceSwitch.java b/examples/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/util/PapyrustextinstanceSwitch.java
index 9807eb9bf56..9807eb9bf56 100644
--- a/incoming/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/util/PapyrustextinstanceSwitch.java
+++ b/examples/org.eclipse.papyrus.example.text.instance/src/org/eclipse/papyrus/example/text/instance/papyrustextinstance/util/PapyrustextinstanceSwitch.java

Back to the top