svn commit: r832841 - /activemq/activemq-dotnet/vendor/NUnit/2.4.8/nant.build

View: New views
1 Messages — Rating Filter:   Alert me  

svn commit: r832841 - /activemq/activemq-dotnet/vendor/NUnit/2.4.8/nant.build

by jgomes :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Author: jgomes
Date: Wed Nov  4 18:48:50 2009
New Revision: 832841

URL: http://svn.apache.org/viewvc?rev=832841&view=rev
Log:
Fixed vendor.fileset.names.

Modified:
    activemq/activemq-dotnet/vendor/NUnit/2.4.8/nant.build

Modified: activemq/activemq-dotnet/vendor/NUnit/2.4.8/nant.build
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/vendor/NUnit/2.4.8/nant.build?rev=832841&r1=832840&r2=832841&view=diff
==============================================================================
--- activemq/activemq-dotnet/vendor/NUnit/2.4.8/nant.build (original)
+++ activemq/activemq-dotnet/vendor/NUnit/2.4.8/nant.build Wed Nov  4 18:48:50 2009
@@ -32,6 +32,12 @@
 
  <!-- Repository organized as: organization/module/version/plaform/artifact, platform might be something like 'all' or 'net-2.0/release' -->
  <target name="vendor-init" description="Initializes Vendor library from local repository.">
+ <!--
+     Vendor specific info.  The prefix of 'vendor.apache.org' is taken from the property
+     vendor.fileset.names'.  This comma-delimited list is iterated, and properties with
+     well-known suffixes are used to access and copy down vendor file dependencies.
+ -->
+ <property name="vendor.fileset.names" value="" />
  </target>
 
  <target name="dependency-init" description="Initializes build dependencies">