Removing false start on profile

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1860 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Joakim Erdfelt 2010-05-24 22:40:13 +00:00
parent f0f1e031f3
commit ff2399db3e
1 changed files with 0 additions and 8 deletions

View File

@ -343,13 +343,5 @@
</plugins>
</build>
</profile>
<profile>
<!-- Run the static analysis reports for PMD and Findbugs -->
<id>static-analysis</id>
<build>
<plugins>
</plugins>
</build>
</profile>
</profiles>
</project>