updating for current build conditions

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@12 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Jesse McConnell 2009-03-24 21:46:34 +00:00
parent b33a9d0670
commit 1b8ec6a4f0
3 changed files with 3 additions and 2 deletions

View File

@ -78,7 +78,7 @@
</goals>
<configuration>
<descriptors>
<descriptor>site-component.xml</descriptor>
<!-- <descriptor>site-component.xml</descriptor>-->
<descriptor>config.xml</descriptor>
</descriptors>
</configuration>

View File

@ -56,6 +56,7 @@
</execution>
</executions>
</plugin>
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
@ -73,6 +74,7 @@
</execution>
</executions>
</plugin>
-->
</plugins>
</build>
<dependencies>

View File

@ -100,7 +100,6 @@
<!-- commented out because of missing servlet specific annotations
<module>jetty-test-annotation-webapp</module>
-->
<module>jetty-assembly-descriptor</module>
<module>jetty-util</module>
<module>jetty-io</module>
<module>jetty-http</module>