Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenn Hussey2011-08-30 13:19:45 +0000
committerKenn Hussey2011-08-30 13:19:45 +0000
commit8b6d862a884462b11b3f5be6c825736d28fde3f1 (patch)
treef57f99e776a6d4cceae7854dc9aec3cf6412a6f7 /plugins/org.eclipse.uml2.common.edit
parentc073f65c84a9f93d977465767d02f3ae70a227bb (diff)
downloadorg.eclipse.uml2-8b6d862a884462b11b3f5be6c825736d28fde3f1.tar.gz
org.eclipse.uml2-8b6d862a884462b11b3f5be6c825736d28fde3f1.tar.xz
org.eclipse.uml2-8b6d862a884462b11b3f5be6c825736d28fde3f1.zip
[351776] Disabling API analysis.
Diffstat (limited to 'plugins/org.eclipse.uml2.common.edit')
-rw-r--r--plugins/org.eclipse.uml2.common.edit/.project4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/org.eclipse.uml2.common.edit/.project b/plugins/org.eclipse.uml2.common.edit/.project
index 4446d4a2c..0607768ea 100644
--- a/plugins/org.eclipse.uml2.common.edit/.project
+++ b/plugins/org.eclipse.uml2.common.edit/.project
@@ -20,15 +20,19 @@
<arguments>
</arguments>
</buildCommand>
+ <!--
<buildCommand>
<name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
<arguments>
</arguments>
</buildCommand>
+ -->
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
+ <!--
<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
+ -->
</natures>
</projectDescription>

Back to the top