[ooo-build-commit] .: patches/dev300

Petr Mladek pmladek at kemper.freedesktop.org
Wed Sep 8 12:10:55 PDT 2010


 patches/dev300/build-java-1.4-l10ntools.diff |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 37a7591852d44ae70070efb6c0e921e2b46ccc92
Author: Petr Mladek <pmladek at walk.suse.cz>
Date:   Wed Sep 8 21:10:29 2010 +0200

    fix patches/dev300/build-java-1.4-l10ntools.diff to apply again

diff --git a/patches/dev300/build-java-1.4-l10ntools.diff b/patches/dev300/build-java-1.4-l10ntools.diff
index fff0732..6d343a7 100644
--- a/patches/dev300/build-java-1.4-l10ntools.diff
+++ b/patches/dev300/build-java-1.4-l10ntools.diff
@@ -11,6 +11,6 @@
 +        //        it is only a helper tool, so the hack with replaceAll might be acceptable just for building on the very old system
 +        path = path.replaceAll( rootArg + "/" , "" );
 +        path = path.replaceAll("/","\\");
-         return new SdfEntity( projectArg , path , "" /* dummy1 */ , resourceType , "", "" , "" , "" , "" /* dummy2 */ , 
-                               sourceLanguage , "",  "" , ""  , "" , "2002-02-02 02:02:02" );
-     }
+         // TODO: Make this static
+         java.text.SimpleDateFormat dateformat = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
+         String date = dateformat.format( new Date() );


More information about the ooo-build-commit mailing list