You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2005/11/27 12:56:57 UTC

svn commit: r349214 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/fmt: project.xml src/test/org/apache/commons/jelly/tags/fmt/suite.jelly xdocs/changes.xml

Author: dion
Date: Sun Nov 27 03:56:47 2005
New Revision: 349214

URL: http://svn.apache.org/viewcvs?rev=349214&view=rev
Log:
Remove bogus beanshell dependency

Modified:
    jakarta/commons/proper/jelly/trunk/jelly-tags/fmt/project.xml
    jakarta/commons/proper/jelly/trunk/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/suite.jelly
    jakarta/commons/proper/jelly/trunk/jelly-tags/fmt/xdocs/changes.xml

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/fmt/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/fmt/project.xml?rev=349214&r1=349213&r2=349214&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/fmt/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/fmt/project.xml Sun Nov 27 03:56:47 2005
@@ -16,7 +16,7 @@
 -->
 <project>
   <extend>${basedir}/../tag-project.xml</extend>
-  <id>commons-jelly-tags-fmt</id>
+  <artifactId>commons-jelly-tags-fmt</artifactId>
   <groupId>commons-jelly</groupId>
   <name>commons-jelly-tags-fmt</name>
   <currentVersion>1.1-SNAPSHOT</currentVersion>
@@ -43,31 +43,30 @@
       <groupId>commons-jelly</groupId>
       <artifactId>commons-jelly-tags-ant</artifactId>
       <version>1.1</version>
+      <properties>
+        <scope>test</scope>
+      </properties>
     </dependency>
     
     <dependency>
-      <id>ant</id>
-      <version>1.6.2</version>
+      <groupId>ant</groupId>
+      <artifactId>ant</artifactId>
+      <version>1.6.5</version>
+      <properties>
+        <scope>test</scope>
+      </properties>
     </dependency>
     
     <dependency>
       <groupId>commons-jelly</groupId>
-      <artifactId>commons-jelly-tags-beanshell</artifactId>
-      <version>1.0</version>
-    </dependency>
-
-    <dependency>
-      <groupId>commons-jelly</groupId>
       <artifactId>commons-jelly-tags-junit</artifactId>
       <version>1.0</version>
       <url>http://jakarta.apache.org/commons/jelly/tags/junit/</url>
+      <properties>
+        <scope>test</scope>
+      </properties>
     </dependency>
 
-    <dependency>
-      <id>bsh</id>
-      <version>1.2-b3</version>
-    </dependency>
-    
   </dependencies>
   
 </project>

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/suite.jelly
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/suite.jelly?rev=349214&r1=349213&r2=349214&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/suite.jelly (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/suite.jelly Sun Nov 27 03:56:47 2005
@@ -17,7 +17,6 @@
 <test:suite xmlns:j="jelly:core" 
             xmlns:fmt="jelly:fmt"
             xmlns:m="jelly:ant"
-            xmlns:b="jelly:beanshell" 
             xmlns:test="jelly:junit" 
             xmlns:log="jelly:log">
 

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/fmt/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/fmt/xdocs/changes.xml?rev=349214&r1=349213&r2=349214&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/fmt/xdocs/changes.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/fmt/xdocs/changes.xml Sun Nov 27 03:56:47 2005
@@ -24,6 +24,9 @@
     <author email="dion@apache.org">dIon Gillard</author>
   </properties>
   <body>
+    <release version="1.1-SNAPSHOT" date="In SVN">
+      <action dev="dion" type="fix">Remove bogus BeanShell dependency</action>
+    </release>
     <release version="1.0" date="2004-09-11">
       <action dev="dion" type="add">Initial Release</action>
     </release>



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