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> </goals>
<configuration> <configuration>
<descriptors> <descriptors>
<descriptor>site-component.xml</descriptor> <!-- <descriptor>site-component.xml</descriptor>-->
<descriptor>config.xml</descriptor> <descriptor>config.xml</descriptor>
</descriptors> </descriptors>
</configuration> </configuration>

View File

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

View File

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