This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-tools.git
The following commit(s) were added to refs/heads/master by this push:
new 8dbc370 Fixed: copyDtds.bat
8dbc370 is described below
commit 8dbc370193adee434a88936f4c3091f4e976e44a
Author: Jacques Le Roux <[email protected]>
AuthorDate: Sun Apr 7 11:26:27 2024 +0200
Fixed: copyDtds.bat
---
copyDtds.bat | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/copyDtds.bat b/copyDtds.bat
index d680f2b..17c894f 100755
--- a/copyDtds.bat
+++ b/copyDtds.bat
@@ -23,11 +23,11 @@ set OFBIZ_HOME=%~p0..\
cd %OFBIZ_HOME%
echo on
-for /r %%f in (*.xsd) do copy %%f C:\projectsASF\Git\ofbiz-site\dtds
-del C:\projectsASF\Git\ofbiz-site\dtds\docbook.xsd
+for /r %%f in (*.xsd) do copy %%f C:\projectsASF\PMCs\OFBiz\ofbiz-site\dtds
+del C:\projectsASF\PMCs\OFBiz\ofbiz-site\dtdsdocbook.xsd
-cd ..\ofbiz-site
+cd C:\projectsASF\PMCs\OFBiz\ofbiz-site\dtds
TortoiseGitProc /command:commit
TortoiseGitProc /command:push
-cd ..\ofbiz-framework
\ No newline at end of file
+cd C:\projectsASF\Git\ofbiz-framework
\ No newline at end of file