From 7e5ca899e2e2b779124d7a9dfff13f6389b71e8e Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Wed, 6 Jun 2012 18:52:44 -0500 Subject: [PATCH] IDEMPIERE-289 No bat (batch files) for Windows platform --- org.adempiere.server-feature/build.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.adempiere.server-feature/build.properties b/org.adempiere.server-feature/build.properties index bd284e9603..cf9e7761fe 100644 --- a/org.adempiere.server-feature/build.properties +++ b/org.adempiere.server-feature/build.properties @@ -20,7 +20,7 @@ root.macosx.cocoa.x86_64.folder.utils=utils.unix root.macosx.cocoa.x86_64.permissions.755=*.sh,**/*.sh #windows root.win32.win32.x86=file:setup.bat,file:console-setup.bat,file:idempiere-server.bat,file:setup-alt.bat,file:console-setup-alt.bat -root.win32.win32.x86.folder.utils=utils.unix +root.win32.win32.x86.folder.utils=utils.windows #windows 64 root.win32.win32.x86_64=file:setup.bat,file:console-setup.bat,file:idempiere-server.bat,file:setup-alt.bat,file:console-setup-alt.bat -root.win32.win32.x86_64.folder.utils=utils.unix +root.win32.win32.x86_64.folder.utils=utils.windows