Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-it
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6526/ts2-pm-it
Modified Files:
pom.xml
Log Message:
it test are now a part of the build process
the it test successfully failed as expected
Index: pom.xml
===================================================================
RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-it/pom.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pom.xml 26 May 2005 22:16:36 -0000 1.1
--- pom.xml 27 May 2005 17:18:23 -0000 1.2
***************
*** 32,35 ****
--- 32,36 ----
<modules>
<module>ts2-pm-cli-it-invoke</module>
+ <module>ts2-pm-cli-it-simplesCommands</module>
</modules>
</project>
\ No newline at end of file
|