Date: Fri, 16 Oct 2020 17:03:35 +0800
Subject: [PATCH] fix build script
---
pom.xml | 44 +++++++++++++++++++-----
src/ant/build.xml | 85 +++++++++++++++++++----------------------------
2 files changed, 70 insertions(+), 59 deletions(-)
diff --git a/pom.xml b/pom.xml
index b654a2a..91d0d2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,17 +1,12 @@
4.0.0
-
- org.sonatype.oss
- oss-parent
- 7
-
-
+
com.jamonapi
jamon
jar
JAMon (Java Application Monitor)
- 2.75
+ 2.74
The Java Application Monitor (JAMon) is a free, simple, high performance, thread safe, Java API that allows developers to easily monitor production applications.
@@ -42,4 +37,37 @@
-
\ No newline at end of file
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+ 1.5
+ 1.5
+
+ true
+
+
+
+ java
+
+
+
+
+ org.apache.tomcat
+ tomcat-catalina
+ 7.0.0
+
+
+ org.apache.tomcat
+ tomcat-servlet-api
+ 7.0.0
+
+
+ org.eclipse.jetty
+ jetty-util
+ 9.0.3
+
+
+
diff --git a/src/ant/build.xml b/src/ant/build.xml
index d9861f6..8d5c7ae 100755
--- a/src/ant/build.xml
+++ b/src/ant/build.xml
@@ -4,25 +4,22 @@
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
-
-
@@ -37,9 +34,14 @@
-
-
-
+
+
+
+
+
+
+
+
@@ -86,42 +88,28 @@
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
+
@@ -147,15 +135,10 @@
-
-
-
-
-
-
+
-
+
@@ -164,7 +147,7 @@
-
+
--
2.23.0