Summary: | new ebuild tomcatjss | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Andreis Vinogradovs ( slepnoga ) <andreis.vinogradovs> |
Component: | New packages | Assignee: | Default Assignee for New Packages <maintainer-wanted> |
Status: | CONFIRMED --- | ||
Severity: | normal | Keywords: | EBUILD |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://pki.fedoraproject.org | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 309951 | ||
Attachments: |
concept ebuild
/tomcatjss-1.2.1.ebuild |
Description
Andreis Vinogradovs ( slepnoga )
2010-03-23 13:00:04 UTC
Created attachment 224885 [details]
concept ebuild
Depend in build.xml: <property name="jar.home" value="/usr/share/java" /> <property name="commons-logging.jar" value="${jar.home}/commons-logging-api.jar" /> <property name="tomcat.lib" value="/var/lib/tomcat5/server/lib" /> <property name="tomcat-util.jar" value="${tomcat.lib}/tomcat-util.jar" /> <property name="alt.tomcat.lib" value="/usr/share/java/tomcat5" /> <property name="alt-tomcat-util.jar" value="${alt.tomcat.lib}/tomcat-util.jar" /> <property name="jss.home" value="/usr/lib/java" /> <!-- This property is set to '/dirsec' when built on rhel4 --> <property name="dirsec" value="" /> <property name="jss.jar" value="${jss.home}${dirsec}/jss4.jar" /> Created attachment 238129 [details]
/tomcatjss-1.2.1.ebuild
|