Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2010-06-10 01:36:00 +0000
committerGreg Wilkins2010-06-10 01:36:00 +0000
commit3f6fd7689d28cb9adfbb9a6314ffbcdf1b3bf5a0 (patch)
tree7ebe298eb981493f436ee79fedfe586381cbe3f8
parent7c7630bc753b961409477a03e17642acf082fa08 (diff)
downloadorg.eclipse.jetty.project-3f6fd7689d28cb9adfbb9a6314ffbcdf1b3bf5a0.tar.gz
org.eclipse.jetty.project-3f6fd7689d28cb9adfbb9a6314ffbcdf1b3bf5a0.tar.xz
org.eclipse.jetty.project-3f6fd7689d28cb9adfbb9a6314ffbcdf1b3bf5a0.zip
fixed javadoc exclusion of XBeans
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1976 7e9141cc-0065-0410-87d8-b60c137991c4
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 70a9ac91c0..cf3f62ba8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -355,7 +355,7 @@
<tags>
<tag>
<name>org.apache.xbean.XBean</name>
- <placement>x</placement>
+ <placement>X</placement>
<head />
</tag>
</tags>
@@ -365,4 +365,4 @@
</build>
</profile>
</profiles>
-</project> \ No newline at end of file
+</project>

Back to the top