Update of /cvsroot/adapdev/Adapdev/src/Adapdev.NVelocity/Runtime/Resource/Loader
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18792/src/Adapdev.NVelocity/Runtime/Resource/Loader
Modified Files:
FileResourceLoader.cs ResourceLocator.cs
Log Message:
Cleaned up several warnings
Restored some lingering files
Index: ResourceLocator.cs
===================================================================
RCS file: /cvsroot/adapdev/Adapdev/src/Adapdev.NVelocity/Runtime/Resource/Loader/ResourceLocator.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ResourceLocator.cs 16 Nov 2005 07:01:51 -0000 1.5
--- ResourceLocator.cs 26 Nov 2005 08:09:23 -0000 1.6
***************
*** 134,138 ****
}
}
! catch (FileNotFoundException fnfe)
{
/*
--- 134,138 ----
}
}
! catch (FileNotFoundException)
{
/*
Index: FileResourceLoader.cs
===================================================================
RCS file: /cvsroot/adapdev/Adapdev/src/Adapdev.NVelocity/Runtime/Resource/Loader/FileResourceLoader.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** FileResourceLoader.cs 16 Nov 2005 07:01:51 -0000 1.5
--- FileResourceLoader.cs 26 Nov 2005 08:09:23 -0000 1.6
***************
*** 140,144 ****
}
}
! catch (FileNotFoundException fnfe)
{
// log and convert to a general Velocity ResourceNotFoundException
--- 140,144 ----
}
}
! catch (FileNotFoundException)
{
// log and convert to a general Velocity ResourceNotFoundException
|