Browse Source

The .project file has be exported, too. Because the StandaloneSetup of the MWE2 only register a bundle to it's PlatformResourceMap if the Bundle is a .jar or contains a .project file.

weise25@gmail.com 13 years ago
parent
commit
b5fbbdfa5c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      plugins/org.yakindu.base.types/build.properties

+ 2 - 1
plugins/org.yakindu.base.types/build.properties

@@ -9,7 +9,8 @@ bin.includes = .,\
                META-INF/,\
                plugin.xml,\
                plugin.properties,\
-               schema/
+               schema/,\
+               .project
 jars.compile.order = .
 source.. = src/,\
            src-gen/