Title: [561] trunk/qdox: added folder for test-resources
Revision
561
Author
rfscholte
Date
2009-02-21 06:52:55 -0600 (Sat, 21 Feb 2009)

Log Message

added folder for test-resources

Modified Paths


Added Paths

Diff

Modified: trunk/qdox/pom.xml (560 => 561)

--- trunk/qdox/pom.xml	2009-02-21 11:57:11 UTC (rev 560)
+++ trunk/qdox/pom.xml	2009-02-21 12:52:55 UTC (rev 561)
@@ -124,6 +124,11 @@
     </extensions>
     <sourceDirectory>${basedir}/src/java</sourceDirectory>
     <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
+    <testResources>
+    	<testResource>
+    		<directory>${basedir}/src/test-resources</directory>
+    	</testResource>
+    </testResources>
     <plugins>
       <plugin>
         <artifactId>maven-antrun-plugin</artifactId>

Added: trunk/qdox/src/test-resources/readme.txt (0 => 561)

--- trunk/qdox/src/test-resources/readme.txt	                        (rev 0)
+++ trunk/qdox/src/test-resources/readme.txt	2009-02-21 12:52:55 UTC (rev 561)
@@ -0,0 +1 @@
+this folder is introduces to have a solid way to test qdox-148
\ No newline at end of file


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to