Compare commits

...
This repository has been archived on 2026-09-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

1 commit

Author SHA1 Message Date
gil
766f3d42c8 use servlet api 3.1 2015-03-04 18:26:45 +01:00
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
<path id="project.classpath">
<pathelement location="${classes.dir}"/>
<pathelement location="${lib.dir}/tomcat-servlet-api.jar"/>
<pathelement location="${lib.dir}/glassfish-servlet-api.jar"/>
</path>
<target name="compile">

View file

@ -10,7 +10,7 @@ Source1: %{name}-build.xml
Source2: http://repo1.maven.org/maven2/com/caucho/hessian/4.0.7/hessian-4.0.7.pom
BuildRequires: javapackages-local
BuildRequires: ant >= 0:1.6
BuildRequires: tomcat-servlet-3.1-api
BuildRequires: glassfish-servlet-api
BuildArch: noarch