Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauricio Alferez2016-07-20 13:05:38 +0000
committerMauricio Alferez2016-07-20 13:06:00 +0000
commit73b8a4dc29f82c9a18d655a84f64739c97cdb129 (patch)
tree738121c401ec0ce6c0a87ef327af643f9f906651 /extraplugins
parent43818bd9bc0e5dcd935ddfee0f67a87738231e52 (diff)
downloadorg.eclipse.papyrus-73b8a4dc29f82c9a18d655a84f64739c97cdb129.tar.gz
org.eclipse.papyrus-73b8a4dc29f82c9a18d655a84f64739c97cdb129.tar.xz
org.eclipse.papyrus-73b8a4dc29f82c9a18d655a84f64739c97cdb129.zip
Bug 498194 - [Extra][Requirements] NPE when using the model templates
wizard Change-Id: I5d4b94cf7ecdd2a916a09ca4fd0f12a5c3abe531 Signed-off-by: Mauricio Alferez <mauricio.alferez@cea.fr>
Diffstat (limited to 'extraplugins')
-rw-r--r--extraplugins/requirements/org.eclipse.papyrus.requirements.templates/build.properties6
1 files changed, 4 insertions, 2 deletions
diff --git a/extraplugins/requirements/org.eclipse.papyrus.requirements.templates/build.properties b/extraplugins/requirements/org.eclipse.papyrus.requirements.templates/build.properties
index 5267bc4f0b3..fa24ea5c77d 100644
--- a/extraplugins/requirements/org.eclipse.papyrus.requirements.templates/build.properties
+++ b/extraplugins/requirements/org.eclipse.papyrus.requirements.templates/build.properties
@@ -4,5 +4,7 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
bundle.properties,\
- about.html
-src.includes = about.html
+ about.html,\
+ resources/
+src.includes = about.html,\
+ resources/

Back to the top