You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ma...@apache.org on 2005/11/28 06:26:06 UTC

svn commit: r349376 - /jakarta/commons/proper/fileupload/trunk/project.xml

Author: martinc
Date: Sun Nov 27 21:26:02 2005
New Revision: 349376

URL: http://svn.apache.org/viewcvs?rev=349376&view=rev
Log:
Fix a copy-paste-o and add a comment about the need for the portlet API dependency.

Modified:
    jakarta/commons/proper/fileupload/trunk/project.xml

Modified: jakarta/commons/proper/fileupload/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/fileupload/trunk/project.xml?rev=349376&r1=349375&r2=349376&view=diff
==============================================================================
--- jakarta/commons/proper/fileupload/trunk/project.xml (original)
+++ jakarta/commons/proper/fileupload/trunk/project.xml Sun Nov 27 21:26:02 2005
@@ -155,6 +155,11 @@
       <artifactId>portlet-api</artifactId>
       <version>1.0</version>
       <url>http://portals.apache.org/pluto</url>
+      <properties>
+          <comment>
+              Required only when using FileUpload in a portlet environment.
+          </comment>
+      </properties>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
@@ -165,7 +170,7 @@
           <scope>test</scope>
           <comment>
               &lt;strong&gt;Test Only&lt;/strong&gt; - required only for
-              running the Validator unit tests.
+              running the FileUpload unit tests.
           </comment>
       </properties>
     </dependency>



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


Re: svn commit: r349376 - /jakarta/commons/proper/fileupload/trunk/project.xml

Posted by Wendy Smoak <ws...@gmail.com>.
On 11/27/05, martinc@apache.org <ma...@apache.org> wrote:
> Author: martinc
> Date: Sun Nov 27 21:26:02 2005
> New Revision: 349376
>
> URL: http://svn.apache.org/viewcvs?rev=349376&view=rev
> Log:
> Fix a copy-paste-o and add a comment about the need for the portlet API dependency.

In addition to a comment,
<properties><scope>provided</scope></properties> would be nice for
both portlet and servlet.  It helps when m2 poms from the m1
project.xml files, otherwise the transitive dependencies drag all
sorts of things you don't want into WEB-INF/lib.

Thanks,
Wendy

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