diff options
author | Vincent Lorenzo | 2015-03-24 09:34:21 +0000 |
---|---|---|
committer | Vincent Lorenzo | 2015-03-30 19:24:14 +0000 |
commit | af99df9c05315adbf3bbef598dc5059dd14d2bf1 (patch) | |
tree | 2aa8b6c7561caeea4986ffa48949b527782883b7 /examples | |
parent | 4084d0bad7bfb4aa4fb72081cba0c064d71ee859 (diff) | |
download | org.eclipse.papyrus-af99df9c05315adbf3bbef598dc5059dd14d2bf1.tar.gz org.eclipse.papyrus-af99df9c05315adbf3bbef598dc5059dd14d2bf1.tar.xz org.eclipse.papyrus-af99df9c05315adbf3bbef598dc5059dd14d2bf1.zip |
Fix build for textual editors in papyrus
Diffstat (limited to 'examples')
-rw-r--r-- | examples/uml/org.eclipse.papyrus.textual.editors.example/.project | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/examples/uml/org.eclipse.papyrus.textual.editors.example/.project b/examples/uml/org.eclipse.papyrus.textual.editors.example/.project deleted file mode 100644 index 049eca4f978..00000000000 --- a/examples/uml/org.eclipse.papyrus.textual.editors.example/.project +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>org.eclipse.papyrus.uml.textual.editors.example</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.pde.PluginNature</nature> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> -</projectDescription> |