Author: sshyrkov
Date: Fri Oct 26 15:08:58 2007
New Revision: 18979

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D18979&repname=
=3Djahia
Log:
Support for Servlet 2.4 and JSP 2.0 enabled. NB: if you are having problems=
 with Maven build (e.g. "unsatisfied dependency"), then copy manually jsp-a=
pi-2.0.jar into <YOUR_LOCAL_MAVEN_REPO>/jspapi/jars and servletapi-2.4.jar =
into <YOUR_LOCAL_MAVEN_REPO>/servletapi/jars
Corresponding JAR files can be downloaded e.g. from http://repo1.maven.org/=
maven/

Modified:
    branches/JAHIA-INCLUDE-TAG-BRANCH/core/project.xml

Modified: branches/JAHIA-INCLUDE-TAG-BRANCH/core/project.xml
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-INCLUD=
E-TAG-BRANCH/core/project.xml&rev=3D18979&repname=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-INCLUDE-TAG-BRANCH/core/project.xml (original)
+++ branches/JAHIA-INCLUDE-TAG-BRANCH/core/project.xml Fri Oct 26 15:08:58 =
2007
@@ -451,6 +451,14 @@
       </properties>
     </dependency>
     <dependency>
+      <groupId>jspapi</groupId>
+      <artifactId>jsp-api</artifactId>
+      <version>2.0</version>
+      <properties>
+        <war.bundle>false</war.bundle>
+      </properties>
+    </dependency>
+    <dependency>
       <id>jstl</id>
       <version>1.1.2</version>
       <properties>
@@ -711,7 +719,7 @@
     <dependency>
       <groupId>servletapi</groupId>
       <artifactId>servletapi</artifactId>
-      <version>2.3</version>
+      <version>2.4</version>
       <properties>
         <war.bundle>false</war.bundle>
       </properties>

_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list

Reply via email to