Author: hadrian
Date: Thu Mar 12 15:00:48 2009
New Revision: 752884

URL: http://svn.apache.org/viewvc?rev=752884&view=rev
Log:
Remove comment about dependency on the ftpserver SNAPSHOT

Modified:
    camel/trunk/components/camel-ftp/pom.xml

Modified: camel/trunk/components/camel-ftp/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-ftp/pom.xml?rev=752884&r1=752883&r2=752884&view=diff
==============================================================================
--- camel/trunk/components/camel-ftp/pom.xml (original)
+++ camel/trunk/components/camel-ftp/pom.xml Thu Mar 12 15:00:48 2009
@@ -142,17 +142,12 @@
 
   <build>
     <plugins>
-      <!-- Exclude tests from buld due to dependency on SNAPSHOT version of
-           apache ftpserver.  Reenable after a proper release of ftpserver!!! 
-->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
           <source>1.5</source>
           <target>1.5</target>
-       <!--   <testExcludes>
-            <exclude>**/*Test.*</exclude>
-          </testExcludes> -->
         </configuration>
       </plugin>
       <plugin>


Reply via email to