Minor updates for rpm build
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1549 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
4fe6fa388f
commit
48ca69e9df
|
@ -55,7 +55,7 @@
|
|||
<groupId>org.eclipse.jdt.core.compiler</groupId>
|
||||
<artifactId>ecj</artifactId>
|
||||
<debian available="false"/>
|
||||
<redhat>eclipse-ecj</redhat>
|
||||
<redhat>ecj</redhat>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mortbay.jetty</groupId>
|
||||
|
@ -143,7 +143,7 @@
|
|||
<class>javax.mail.Session</class>
|
||||
</required-classes>
|
||||
<debian>libgnumail-java</debian>
|
||||
<redhat available="false"/>
|
||||
<redhat>sun-mail</redhat>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
|
@ -194,7 +194,7 @@
|
|||
<groupId>javax.activation</groupId>
|
||||
<artifactId>activation</artifactId>
|
||||
<debian>libgnujav-java</debian>
|
||||
<redhat available="false"/>
|
||||
<redhat>sun-jaf</redhat>
|
||||
</dependency>
|
||||
</mapping>
|
||||
<!-- Excluding due to Geronimo Dependency Requirements -->
|
||||
|
|
Loading…
Reference in New Issue