Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre2016-12-12 12:35:13 +0000
committerPatrick Tessier2017-01-24 09:09:53 +0000
commitc17f31093db8affdbb1514e477a2e59e6830b224 (patch)
treeb8c147a3ffea01c026d105f46070955106607883 /plugins/views/properties
parent8018f968401e39eb3b2a03ab22391e9a22b369a0 (diff)
downloadorg.eclipse.papyrus-c17f31093db8affdbb1514e477a2e59e6830b224.tar.gz
org.eclipse.papyrus-c17f31093db8affdbb1514e477a2e59e6830b224.tar.xz
org.eclipse.papyrus-c17f31093db8affdbb1514e477a2e59e6830b224.zip
Bug 508843 - [Toolsmiths] migrate expansion model into its own plugin
-just moving exapnasion model into its own plugin -reexporting the different package -updating manifest.mf with this new plugin -package renaming with genmodel update -moving to right bundle version in a manifest.mf -adding it into its feature -retrigger after merge conflict resolution -dispatching class in their own package Change-Id: If81918a014ca46e67a9e6fb60b1e0bf21c5645ab Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
Diffstat (limited to 'plugins/views/properties')
-rw-r--r--plugins/views/properties/.project17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/views/properties/.project b/plugins/views/properties/.project
new file mode 100644
index 00000000000..5009810cc43
--- /dev/null
+++ b/plugins/views/properties/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.papyrus.views-properties</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.m2e.core.maven2Builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.m2e.core.maven2Nature</nature>
+ </natures>
+</projectDescription>

Back to the top