diff --git a/bin-xml b/bin-xml
deleted file mode 100644
index 870a84ab..00000000
--- a/bin-xml
+++ /dev/null
@@ -1,106 +0,0 @@
-
-
-
- org.springframework.boot
- spring-boot-starter-parent
- 2.2.2.RELEASE
-
- 4.0.0
- net.mingsoft
- ms-mcms
- 5.2.0
- ms-mcms
-
- 1.8
-
-
-
-
- net.mingsoft
- ms-mpeople
- 1.0.28
-
-
-
- net.mingsoft
- store-client
- 5.1
-
-
-
- ms-mcms
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.1
-
- ${java.version}
- ${java.version}
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
- repackage
-
-
-
-
-
- true
- net.mingsoft.MSApplication
-
-
-
-
-
- org.apache.maven.plugins
- maven-assembly-plugin
- 3.1.0
-
-
- bin/assembly.xml
-
-
-
-
- make-assembly
- package
-
- single
-
-
-
-
-
-
-
-
- src/main/java
-
- **/*.java
-
-
-
- src/main/webapp
-
-
- static/**
- html/**
- upload/**
- templets/**
- WEB-INF/**
-
-
-
- compile
-
-
\ No newline at end of file
diff --git a/bin/assembly.xml b/bin/assembly.xml
deleted file mode 100644
index b8105c2f..00000000
--- a/bin/assembly.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-
- bin
-
- dir
-
- false
-
-
-
- target
-
- *.jar
-
- ./
-
-
- target/lib
- ./lib
-
-
- src/main/resources
- ./config
-
-
- src/main/webapp/static
- ./static
-
-
- src/main/webapp/html
- ./html
-
-
- src/main/webapp/templets
- ./templets
-
-
- src/main/webapp/upload
- ./upload
-
-
- src/main/webapp/WEB-INF
- ./WEB-INF
-
-
- ./bin
-
- *.sh
- *.bat
-
- ./
-
-
-
\ No newline at end of file