From 9e5438a928e7c1845c4498bf1e6fff4f12790f30 Mon Sep 17 00:00:00 2001 From: ms group dev Date: Tue, 4 Feb 2020 11:45:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9D=E8=B5=96=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 488 +++++++++--------- .../static/plugins/ms/1.0.0/compatible.js | 5 +- 2 files changed, 246 insertions(+), 247 deletions(-) diff --git a/pom.xml b/pom.xml index 3e4cc33f..a80aff60 100644 --- a/pom.xml +++ b/pom.xml @@ -1,258 +1,254 @@  - - net.mingsoft - ms-pom - 1.0.0 - - - 4.0.0 - net.mingsoft - ms-mcms - 5.0.0 - ${project.groupId}:${project.artifactId} - ms-mcms tools Library - https://github.com/ming-soft/ms-mcms - - - The MIT License (MIT) - http://mit-license.org - - - - - mingsoft develop group - service@mingsoft.net - mingsoft - http://www.mingsoft.net - - + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + net.mingsoft + ms-mcms + 5.0.0 + ${project.groupId}:${project.artifactId} + ms-mcms tools Library + https://github.com/ming-soft/ms-mcms + + + The MIT License (MIT) + http://mit-license.org + + + + + mingsoft develop group + service@mingsoft.net + mingsoft + http://www.mingsoft.net + + - - scm:git://github.com/ming-soft/ms-mcms.git - scm:git@github.com:ming-soft/ms-mcms.git - https://github.com/ming-soft/ms-mcms - - - - sonatype-nexus-snapshots - Sonatype Nexus snapshot repository - https://oss.sonatype.org/content/repositories/snapshots - - - sonatype-nexus-staging - Sonatype Nexus release repository - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - 1.8 - UTF-8 - - - - - - - - - - net.mingsoft - ms-mpeople - - - net.mingsoft - ms-upgrader - - - - - - src/main/java - - - src/main/webapp - - html/ - static/ - upload/ - templets/ - - - - src/main/resources - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.6 - - - package - - jar - - - - - - - **/static/plugins/ - **/static/skin/ - **/Dockerfile - **/ehcache.xml - **/upgrade/ - **/*.java - - - - - org.apache.maven.plugins - maven-source-plugin - 2.2.1 - - - **/static/plugins/ - **/static/skin/ - **/application*.yml - **/Dockerfile - **/ehcache.xml - **/upgrade/ - **/config/ - **/MSApplication.java - **/MSServletInitializer.java - - - - - attach-sources - - jar-no-fork - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - ${java.version} - ${java.version} - ${project.build.sourceEncoding} - - - - org.apache.maven.plugins - maven-eclipse-plugin - 2.8 - - - - .settings/org.eclipse.core.resources.prefs - + + scm:git://github.com/ming-soft/ms-mcms.git + scm:git@github.com:ming-soft/ms-mcms.git + https://github.com/ming-soft/ms-mcms + + + + sonatype-nexus-snapshots + Sonatype Nexus snapshot repository + https://oss.sonatype.org/content/repositories/snapshots + + + sonatype-nexus-staging + Sonatype Nexus release repository + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + 1.8 + UTF-8 + + + + + + + + + + net.mingsoft + ms-mpeople + 1.0.15 + + + net.mingsoft + ms-upgrader + 1.0.15 + + + + + + src/main/java + + + src/main/webapp + + html/ + static/ + upload/ + templets/ + + + + src/main/resources + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + package + + jar + + + + + + + **/static/plugins/ + **/static/skin/ + **/Dockerfile + **/ehcache.xml + **/upgrade/ + **/*.java + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + **/static/plugins/ + **/static/skin/ + **/application*.yml + **/Dockerfile + **/ehcache.xml + **/upgrade/ + **/config/ + **/MSApplication.java + **/MSServletInitializer.java + + + + + attach-sources + + jar-no-fork + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + ${java.version} + ${java.version} + ${project.build.sourceEncoding} + + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.8 + + + + .settings/org.eclipse.core.resources.prefs + =${project.build.sourceEncoding} ]]> - - - - - + + + + + - - maven-surefire-plugin - - -Xmx256m - - - - com.atlassian.maven.plugins - maven-clover2-plugin - 2.6.3 - - ${clover.license.file} - ${project.build.sourceEncoding} - true - - - - org.codehaus.mojo - findbugs-maven-plugin - 1.2 - - true - true - true - - + + maven-surefire-plugin + + -Xmx256m + + + + com.atlassian.maven.plugins + maven-clover2-plugin + 2.6.3 + + ${clover.license.file} + ${project.build.sourceEncoding} + true + + + + org.codehaus.mojo + findbugs-maven-plugin + 1.2 + + true + true + true + + - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - - UTF-8 - UTF-8 - UTF-8 - ${java.home}/../bin/javadoc - -Xdoclint:none - - - - attach-javadocs - - jar - - - - - - org.apache.maven.plugins - maven-war-plugin - 2.6 - - - - src/main/webapp/WEB-INF - WEB-INF - true - - **/*.xml - - - web.xml - - - - true - */web.xml,static - false - - ms.install,html/,static/,temp,upgrader,WEB-INF/web.xml,WEB-INF/lib/,templets/,upload/,WEB-INF/classes/*.xml,WEB-INF/classes/*.properties,*.sh,WEB-INF/classes/net/mingsoft/config/,WEB-INF/classes/net/mingsoft/*.class - - - - - org.apache.maven.plugins - maven-release-plugin - - -Dgpg.passphrase=${gpg.passphrase} - - + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + UTF-8 + UTF-8 + UTF-8 + ${java.home}/../bin/javadoc + -Xdoclint:none + + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-war-plugin + 2.6 + + + + src/main/webapp/WEB-INF + WEB-INF + true + + **/*.xml + + + web.xml + + + + true + */web.xml,static + false + + ms.install,html/,static/,temp,upgrader,WEB-INF/web.xml,WEB-INF/lib/,templets/,upload/,WEB-INF/classes/*.xml,WEB-INF/classes/*.properties,*.sh,WEB-INF/classes/net/mingsoft/config/,WEB-INF/classes/net/mingsoft/*.class + + + + + org.apache.maven.plugins + maven-release-plugin + + -Dgpg.passphrase=${gpg.passphrase} + + - - compile + + compile - ms-mcms - + ms-mcms + diff --git a/src/main/webapp/static/plugins/ms/1.0.0/compatible.js b/src/main/webapp/static/plugins/ms/1.0.0/compatible.js index 28e6a06d..213b6af3 100644 --- a/src/main/webapp/static/plugins/ms/1.0.0/compatible.js +++ b/src/main/webapp/static/plugins/ms/1.0.0/compatible.js @@ -1,3 +1,6 @@ +//ie的兼容 + +//Object.assign 对ie对支持 if (typeof Object.assign != 'function') { Object.assign = function(target) { 'use strict'; @@ -17,4 +20,4 @@ if (typeof Object.assign != 'function') { } return target; }; -} +} \ No newline at end of file