Skip to content

Commit

Permalink
Bug 442528: We should not have empty performance targets
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeller committed Aug 26, 2014
1 parent 2a4886c commit fb3b06a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion org.eclipse.ltk.core.refactoring.tests/test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@
</ant>
</target>

<!-- This target runs the performance test suites. -->
<!-- This target runs the performance test suites.
Disabled for bug 442528: We should not have empty performance targets
<target name="performance">
</target>
-->

</project>
2 changes: 1 addition & 1 deletion org.eclipse.ltk.core.refactoring/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.ltk.core.refactoring; singleton:=true
Bundle-Version: 3.6.100.qualifier
Bundle-Version: 3.6.200.qualifier
Bundle-Activator: org.eclipse.ltk.internal.core.refactoring.RefactoringCorePlugin
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.ltk.core.refactoring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
</parent>
<groupId>org.eclipse.ltk</groupId>
<artifactId>org.eclipse.ltk.core.refactoring</artifactId>
<version>3.6.100-SNAPSHOT</version>
<version>3.6.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
4 changes: 3 additions & 1 deletion org.eclipse.ltk.ui.refactoring.tests/test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@
</ant>
</target>

<!-- This target runs the performance test suites. -->
<!-- This target runs the performance test suites.
Disabled for bug 442528: We should not have empty performance targets
<target name="performance">
</target>
-->

</project>

0 comments on commit fb3b06a

Please sign in to comment.