From: <had...@us...> - 2008-10-31 17:41:33
|
Revision: 4146 http://fudaa.svn.sourceforge.net/fudaa/?rev=4146&view=rev Author: hadouxad Date: 2008-10-31 17:41:29 +0000 (Fri, 31 Oct 2008) Log Message: ----------- - Corrections prepro Modified Paths: -------------- branches/Prepro-0.92-SNAPSHOT/ebli/src/org/fudaa/ebli/calque/ZebliCalquePersist.java Modified: branches/Prepro-0.92-SNAPSHOT/ebli/src/org/fudaa/ebli/calque/ZebliCalquePersist.java =================================================================== --- branches/Prepro-0.92-SNAPSHOT/ebli/src/org/fudaa/ebli/calque/ZebliCalquePersist.java 2008-10-31 17:41:20 UTC (rev 4145) +++ branches/Prepro-0.92-SNAPSHOT/ebli/src/org/fudaa/ebli/calque/ZebliCalquePersist.java 2008-10-31 17:41:29 UTC (rev 4146) @@ -31,7 +31,7 @@ */ private static String MAINFILE = "descriptorCalque.xml"; private static String DATA = "datas.xml"; - private static String SPECIFIQUEFILE = "specificDatas"; + private static String SPECIFIQUEFILE = "SPECIFICDATAS"; public ZebliCalquePersist(String directoryPath) { directoryPath_=directoryPath; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |