diff --git a/.gitignore b/.gitignore index d139c69..b4af582 100644 --- a/.gitignore +++ b/.gitignore @@ -1,64 +1,6 @@ -# ---> WebStorm -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm -# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 - -# User-specific stuff: -.idea/**/workspace.xml -.idea/**/tasks.xml -.idea/dictionaries - -# Sensitive or high-churn files: -.idea/**/dataSources/ -.idea/**/dataSources.ids -.idea/**/dataSources.xml -.idea/**/dataSources.local.xml -.idea/**/sqlDataSources.xml -.idea/**/dynamic.xml -.idea/**/uiDesigner.xml - -# Gradle: -.idea/**/gradle.xml -.idea/**/libraries - -# CMake -cmake-build-debug/ - -# Mongo Explorer plugin: -.idea/**/mongoSettings.xml - -## File-based project format: -*.iws - -## Plugin-specific files: - -# IntelliJ -/out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Cursive Clojure plugin -.idea/replstate.xml - -# Ruby plugin and RubyMine -/.rakeTasks - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - -### WebStorm Patch ### -# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 - -# *.iml -# modules.xml -# .idea/misc.xml -# *.ipr - -# Sonarlint plugin -.idea/sonarlint +*.iml +.idea/ +.DS_Store +.classpath +lib/report/*.jar +target/ \ No newline at end of file diff --git a/README.md b/README.md index ec1cb3c..7fcf186 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ 拓展系统管理节点和侧栏节点 -![](demo.png) \ No newline at end of file +![demo](screenshots/demo.png) \ No newline at end of file diff --git a/build.xml b/build.xml index 4564989..5d30c75 100644 --- a/build.xml +++ b/build.xml @@ -1,11 +1,11 @@ - + - + @@ -68,6 +68,10 @@ + + + + @@ -121,6 +125,6 @@ - + \ No newline at end of file diff --git a/lib/report/.gitkeep b/lib/report/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/plugin.xml b/plugin.xml old mode 100644 new mode 100755 index 6940ddd..5fc0f58 --- a/plugin.xml +++ b/plugin.xml @@ -1,13 +1,17 @@ com.fr.plugin.decision.baidu - + yes 2.0 10.0 2018-11-11 dailer - - + + + ]]> diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..08d8ce4 --- /dev/null +++ b/pom.xml @@ -0,0 +1,28 @@ + + + 4.0.0 + + + com.fr.plugin + starter + 10.0 + + jar + demo-system-management + + + ${project.basedir}/../webroot/WEB-INF/plugins/plugin-com.fr.plugin.decision.baidu-1.0/classes + + + org.apache.maven.plugins + maven-compiler-plugin + + 6 + 6 + + + + + \ No newline at end of file diff --git a/demo.png b/screenshots/demo.png similarity index 100% rename from demo.png rename to screenshots/demo.png