weblogic 대응
This commit is contained in:
+2
-2
@@ -50,9 +50,9 @@ war {
|
|||||||
def profile = project.findProperty("profile") ?: "weblogic"
|
def profile = project.findProperty("profile") ?: "weblogic"
|
||||||
|
|
||||||
if (profile == "weblogic") {
|
if (profile == "weblogic") {
|
||||||
webXml = file("WEB-INF/weblogic-web.xml")
|
webXml = file("WebContent/WEB-INF/weblogic-web.xml")
|
||||||
} else {
|
} else {
|
||||||
webXml = file("WEB-INF/web.xml")
|
webXml = file("WebContent/WEB-INF/web.xml")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user