ready for release

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@736 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Greg Wilkins 2009-08-18 02:16:40 +00:00
parent dc7addfbbf
commit c26aa99eff
2 changed files with 2 additions and 20 deletions

View File

@ -171,18 +171,6 @@
<version>${project.version}</version> <version>${project.version}</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-setuid</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency> <dependency>
<groupId>javax.servlet</groupId> <groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId> <artifactId>servlet-api</artifactId>
@ -221,11 +209,5 @@
<scope>compile</scope> <scope>compile</scope>
<version>3.1</version> <version>3.1</version>
</dependency> </dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<scope>compile</scope>
<version>${jna-version}</version>
</dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -384,6 +384,7 @@
</artifactItems> </artifactItems>
</configuration> </configuration>
</execution> </execution>
<!--
<execution> <execution>
<phase>generate-resources</phase> <phase>generate-resources</phase>
<goals> <goals>
@ -391,7 +392,6 @@
</goals> </goals>
<configuration> <configuration>
<artifactItems> <artifactItems>
<!--
<artifactItem> <artifactItem>
<groupId>org.apache.geronimo.specs</groupId> <groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-annotation_1.0_spec</artifactId> <artifactId>geronimo-annotation_1.0_spec</artifactId>
@ -416,10 +416,10 @@
<version>3.1</version> <version>3.1</version>
<outputDirectory>${assembly.directory}/lib/annotations</outputDirectory> <outputDirectory>${assembly.directory}/lib/annotations</outputDirectory>
</artifactItem> </artifactItem>
-->
</artifactItems> </artifactItems>
</configuration> </configuration>
</execution> </execution>
-->
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>