bulid -> build

This commit is contained in:
thinkgem
2022-04-18 11:13:48 +08:00
parent 320f891278
commit 1e8f06c019
3 changed files with 6 additions and 6 deletions

View File

@@ -212,8 +212,8 @@
<template>module_cloud/client/bin/package.sh.xml</template> <template>module_cloud/client/bin/package.sh.xml</template>
<template>module_cloud/client/src/main/java/package.xml</template> <template>module_cloud/client/src/main/java/package.xml</template>
<template>module_cloud/client/pom.xml</template> <template>module_cloud/client/pom.xml</template>
<template>module_cloud/web/bin/docker-bulid.bat.xml</template> <template>module_cloud/web/bin/docker-build.bat.xml</template>
<template>module_cloud/web/bin/docker-bulid.sh.xml</template> <template>module_cloud/web/bin/docker-build.sh.xml</template>
<template>module_cloud/web/bin/package.bat.xml</template> <template>module_cloud/web/bin/package.bat.xml</template>
<template>module_cloud/web/bin/package.sh.xml</template> <template>module_cloud/web/bin/package.sh.xml</template>
<template>module_cloud/web/bin/run-tomcat.bat.xml</template> <template>module_cloud/web/bin/run-tomcat.bat.xml</template>

View File

@@ -2,9 +2,9 @@
<!-- Copyright (c) 2013-Now http://jeesite.com All rights reserved. <!-- Copyright (c) 2013-Now http://jeesite.com All rights reserved.
No deletion without permission, or be held responsible to law. --> No deletion without permission, or be held responsible to law. -->
<template> <template>
<name>docker-bulid</name> <name>docker-build</name>
<filePath>${baseDir}/${moduleCode}/${moduleCode}/bin</filePath> <filePath>${baseDir}/${moduleCode}/${moduleCode}/bin</filePath>
<fileName>docker-bulid.bat</fileName> <fileName>docker-build.bat</fileName>
<charset>GBK</charset> <charset>GBK</charset>
<content><![CDATA[@echo off <content><![CDATA[@echo off
rem /** rem /**

View File

@@ -2,9 +2,9 @@
<!-- Copyright (c) 2013-Now http://jeesite.com All rights reserved. <!-- Copyright (c) 2013-Now http://jeesite.com All rights reserved.
No deletion without permission, or be held responsible to law. --> No deletion without permission, or be held responsible to law. -->
<template> <template>
<name>docker-bulid</name> <name>docker-build</name>
<filePath>${baseDir}/${moduleCode}/${moduleCode}/bin</filePath> <filePath>${baseDir}/${moduleCode}/${moduleCode}/bin</filePath>
<fileName>docker-bulid.sh</fileName> <fileName>docker-build.sh</fileName>
<content><![CDATA[#!/bin/sh <content><![CDATA[#!/bin/sh
# /** # /**
# * Copyright (c) 2013-Now http://jeesite.com All rights reserved. # * Copyright (c) 2013-Now http://jeesite.com All rights reserved.