You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2005/01/20 04:16:03 UTC

svn commit: r125701 - /struts/bsf/trunk/project.xml

Author: jmitchell
Date: Wed Jan 19 19:16:01 2005
New Revision: 125701

URL: http://svn.apache.org/viewcvs?view=rev&rev=125701
Log:
fix reference to struts jar
Modified:
   struts/bsf/trunk/project.xml

Modified: struts/bsf/trunk/project.xml
Url: http://svn.apache.org/viewcvs/struts/bsf/trunk/project.xml?view=diff&rev=125701&p1=struts/bsf/trunk/project.xml&r1=125700&p2=struts/bsf/trunk/project.xml&r2=125701
==============================================================================
--- struts/bsf/trunk/project.xml	(original)
+++ struts/bsf/trunk/project.xml	Wed Jan 19 19:16:01 2005
@@ -1,8 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project>
   <pomVersion>3</pomVersion>
-  <name>struts-bsf</name>
   <id>struts-bsf</id>
+
+  <name>struts-bsf</name>
   <groupId>struts</groupId>
   <currentVersion>1.0-dev</currentVersion>
   
@@ -92,7 +93,7 @@
     
     <dependency>
       <groupId>struts</groupId>
-      <artifactId>struts-core</artifactId>
+      <artifactId>struts</artifactId>
       <version>1.3.0-dev</version>
       <url>http://jakarta.apache.org/struts/</url>
       <properties>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org