Author: rahul
Date: Wed Mar 1 06:46:35 2006
New Revision: 382038
URL: http://svn.apache.org/viewcvs?rev=382038&view=rev
Log:
*.gif includes for test classes (such as the ones used by stopwatch UI).
Regen'd ant build file as well.
Modified:
jakarta/commons/sandbox/scxml/trunk/build.xml
jakarta/commons/sandbox/scxml/trunk/project.xml
Modified: jakarta/commons/sandbox/scxml/trunk/build.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/build.xml?rev=382038&r1=382037&r2=382038&view=diff
==============================================================================
--- jakarta/commons/sandbox/scxml/trunk/build.xml (original)
+++ jakarta/commons/sandbox/scxml/trunk/build.xml Wed Mar 1 06:46:35 2006
@@ -15,7 +15,7 @@
limitations under the License.
-->
<!--build.xml generated by maven from project.xml version 1.0-SNAPSHOT
- on date January 21 2006, time 2134-->
+ on date March 1 2006, time 0941-->
<project default="jar" name="commons-scxml" basedir=".">
<property name="defaulttargetdir" value="target">
@@ -168,6 +168,8 @@
<fileset dir="src/test/java">
<include name="**/*.xml">
</include>
+ <include name="**/*.gif">
+ </include>
</fileset>
</copy>
</target>
@@ -219,4 +221,4 @@
<unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
</unjar>
</target>
-</project>
\ No newline at end of file
+</project>
Modified: jakarta/commons/sandbox/scxml/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/project.xml?rev=382038&r1=382037&r2=382038&view=diff
==============================================================================
--- jakarta/commons/sandbox/scxml/trunk/project.xml (original)
+++ jakarta/commons/sandbox/scxml/trunk/project.xml Wed Mar 1 06:46:35 2006
@@ -219,6 +219,7 @@
<directory>${pom.build.unitTestSourceDirectory}</directory>
<includes>
<include>**/*.xml</include>
+ <include>**/*.gif</include>
</includes>
</resource>
</resources>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]