Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortfaure2012-03-28 15:54:12 +0000
committertfaure2012-03-28 15:54:12 +0000
commitf25e2a745ab886d00c0aac4334f7c8792cace034 (patch)
tree881b6cd11c1a4d7204e37e320a16ad84d03f2303
parent5b4f049e57a3c5ed65153da60a108fcbde728912 (diff)
downloadorg.eclipse.papyrus-f25e2a745ab886d00c0aac4334f7c8792cace034.tar.gz
org.eclipse.papyrus-f25e2a745ab886d00c0aac4334f7c8792cace034.tar.xz
org.eclipse.papyrus-f25e2a745ab886d00c0aac4334f7c8792cace034.zip
fix too long path if problems occur backport soon
-rw-r--r--features/org.eclipse.papyrus.diagram.blockdefinition-feature/feature.xml3
-rw-r--r--features/org.eclipse.papyrus.diagram.internalblock-feature/feature.xml3
2 files changed, 4 insertions, 2 deletions
diff --git a/features/org.eclipse.papyrus.diagram.blockdefinition-feature/feature.xml b/features/org.eclipse.papyrus.diagram.blockdefinition-feature/feature.xml
index 73be5ec0f1d..2fba9739b80 100644
--- a/features/org.eclipse.papyrus.diagram.blockdefinition-feature/feature.xml
+++ b/features/org.eclipse.papyrus.diagram.blockdefinition-feature/feature.xml
@@ -32,6 +32,7 @@ http://www.eclipse.org/legal/epl-v10.html
id="org.eclipse.papyrus.sysml.diagram.blockdefinition"
download-size="0"
install-size="0"
- version="0.0.0"/>
+ version="0.0.0"
+ unpack="false"/>
</feature>
diff --git a/features/org.eclipse.papyrus.diagram.internalblock-feature/feature.xml b/features/org.eclipse.papyrus.diagram.internalblock-feature/feature.xml
index f80c5b9a184..0fc112421a2 100644
--- a/features/org.eclipse.papyrus.diagram.internalblock-feature/feature.xml
+++ b/features/org.eclipse.papyrus.diagram.internalblock-feature/feature.xml
@@ -32,6 +32,7 @@ http://www.eclipse.org/legal/epl-v10.html
id="org.eclipse.papyrus.sysml.diagram.internalblock"
download-size="0"
install-size="0"
- version="0.0.0"/>
+ version="0.0.0"
+ unpack="false"/>
</feature>

Back to the top