From: <ale...@us...> - 2009-06-25 14:27:44
|
Revision: 271 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=271&view=rev Author: alexloewen Date: 2009-06-25 13:52:48 +0000 (Thu, 25 Jun 2009) Log Message: ----------- fault handling is almost compleet. changed updateCourse. Modified Paths: -------------- trunk/sandbox/lsf-adapter-demo/IdentityMapper/nbproject/genfiles.properties trunk/sandbox/lsf-adapter-demo/IdentityMapper/nbproject/project.xml Modified: trunk/sandbox/lsf-adapter-demo/IdentityMapper/nbproject/genfiles.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/IdentityMapper/nbproject/genfiles.properties 2009-06-25 13:52:19 UTC (rev 270) +++ trunk/sandbox/lsf-adapter-demo/IdentityMapper/nbproject/genfiles.properties 2009-06-25 13:52:48 UTC (rev 271) @@ -1,9 +1,9 @@ -build.xml.data.CRC32=bcda26e5 +build.xml.data.CRC32=07ca07e5 build.xml.script.CRC32=29df7b19 build.xml.stylesheet.CRC32=e5f4c432 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. -nbproject/build-impl.xml.data.CRC32=bcda26e5 +nbproject/build-impl.xml.data.CRC32=07ca07e5 nbproject/build-impl.xml.script.CRC32=89029a13 nbproject/build-impl.xml.stylesheet.CRC32=36c39d59 nbproject/jaxws-build.xml.stylesheet.CRC32=f49c6152 Modified: trunk/sandbox/lsf-adapter-demo/IdentityMapper/nbproject/project.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/IdentityMapper/nbproject/project.xml 2009-06-25 13:52:19 UTC (rev 270) +++ trunk/sandbox/lsf-adapter-demo/IdentityMapper/nbproject/project.xml 2009-06-25 13:52:48 UTC (rev 271) @@ -12,7 +12,7 @@ <data xmlns="http://www.netbeans.org/ns/j2ee-ejbjarproject/3"> <name>IdentityMapper</name> <minimum-ant-version>1.6.5</minimum-ant-version> - <included-library>file.reference.commons-lang-2.4.jar</included-library> + <included-library files="1">file.reference.commons-lang-2.4.jar</included-library> <source-roots> <root id="src.dir"/> </source-roots> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |