Update of /cvsroot/xdoclet/xdoclet2/src/test/java/org/xdoclet/ant
In directory sc8-pr-cvs1:/tmp/cvs-serv17811/src/test/java/org/xdoclet/ant

Modified Files:
        XDocletTaskTestCase.java 
Log Message:
Moved hibernate plugin to xdoclet-plugins project

Index: XDocletTaskTestCase.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet2/src/test/java/org/xdoclet/ant/XDocletTaskTestCase.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** XDocletTaskTestCase.java    29 Aug 2003 16:46:18 -0000      1.2
--- XDocletTaskTestCase.java    30 Aug 2003 17:48:58 -0000      1.3
***************
*** 31,36 ****
  
      public void testXDocletTasks() {
!         String basedir = System.getProperty("basedir");
!         assertNotNull("The basedir system property should be defined when tests are 
run", basedir);
  
          Component test = new Component();
--- 31,36 ----
  
      public void testXDocletTasks() {
!         String basedir = System.getProperty("xdoclet.home");
!         assertNotNull("The xdoclet.home system property should be defined when tests 
are run", basedir);
  
          Component test = new Component();



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to