You are viewing a plain text version of this content. The canonical link for it is here.
Posted to agila-commits@incubator.apache.org by cl...@apache.org on 2005/11/26 01:16:10 UTC

svn commit: r349058 - in /incubator/agila/trunk/modules/bpm: pom.xml src/main/webapp/WEB-INF/view/adminmenu.jsp

Author: clim
Date: Fri Nov 25 17:16:02 2005
New Revision: 349058

URL: http://svn.apache.org/viewcvs?rev=349058&view=rev
Log:
Applied patch for AGILA-25 from Geoff Howard.

Modified:
    incubator/agila/trunk/modules/bpm/pom.xml
    incubator/agila/trunk/modules/bpm/src/main/webapp/WEB-INF/view/adminmenu.jsp

Modified: incubator/agila/trunk/modules/bpm/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/agila/trunk/modules/bpm/pom.xml?rev=349058&r1=349057&r2=349058&view=diff
==============================================================================
--- incubator/agila/trunk/modules/bpm/pom.xml (original)
+++ incubator/agila/trunk/modules/bpm/pom.xml Fri Nov 25 17:16:02 2005
@@ -117,6 +117,30 @@
             <artifactId>hsqldb</artifactId>
             <version>1.8.0.1</version>
         </dependency>
+        <dependency>
+          <groupId>xml-apis</groupId>
+          <artifactId>xml-apis</artifactId>
+          <version>2.0.2</version>
+          <scope>test</scope>
+         </dependency>
+         <dependency>
+ 			<groupId>xerces</groupId>
+          	<artifactId>xerces</artifactId>
+          	<version>2.4.0</version>
+          	<scope>test</scope>
+		 </dependency>
+		 <dependency>
+       		<groupId>javax.servlet</groupId>
+      		<artifactId>jstl</artifactId>
+      		<version>1.1.2</version>
+			<scope>runtime</scope>
+		 </dependency>
+	     <dependency>
+	       <groupId>taglibs</groupId>
+	       <artifactId>standard</artifactId>
+	       <version>1.0.4</version>
+	       <scope>runtime</scope>
+	     </dependency>
     </dependencies>
 
     <build>

Modified: incubator/agila/trunk/modules/bpm/src/main/webapp/WEB-INF/view/adminmenu.jsp
URL: http://svn.apache.org/viewcvs/incubator/agila/trunk/modules/bpm/src/main/webapp/WEB-INF/view/adminmenu.jsp?rev=349058&r1=349057&r2=349058&view=diff
==============================================================================
--- incubator/agila/trunk/modules/bpm/src/main/webapp/WEB-INF/view/adminmenu.jsp (original)
+++ incubator/agila/trunk/modules/bpm/src/main/webapp/WEB-INF/view/adminmenu.jsp Fri Nov 25 17:16:02 2005
@@ -1,4 +1,4 @@
-<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
+<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
 
 <!--
  * Copyright 2004 The Apache Software Foundation.
@@ -100,4 +100,4 @@
   </tr>
 </table>
 </body>
-</html>
\ No newline at end of file
+</html>