Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
foc_manage
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
首航-临时账号
foc_manage
Commits
fc2c03e9
Commit
fc2c03e9
authored
Jan 08, 2020
by
zhangyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build
parent
ac8f5232
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
build.xml
build.xml
+5
-5
No files found.
build.xml
View file @
fc2c03e9
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project
name=
"
hellojk
"
default=
"deploy"
basedir=
"."
>
<project
name=
"
foc-manage
"
default=
"deploy"
basedir=
"."
>
<property
environment=
"env"
/>
<property
environment=
"env"
/>
<property
name=
"webapp.name"
value=
"
hellojk
"
/>
<property
name=
"webapp.name"
value=
"
foc-manage
"
/>
<property
name=
"catalina.home"
value=
"/data/apache-tomcat-8.5.42"
/>
<property
name=
"catalina.home"
value=
"/data/apache-tomcat-8.5.42"
/>
<property
name=
"
dist.dir"
value=
"${basedir}/dis
t"
/>
<property
name=
"
WebContent.dir"
value=
"${basedir}/WebConten
t"
/>
<property
name=
"webRoot.dir"
value=
"${basedir}/WebRoot"
/>
<!--
<property name="webRoot.dir" value="${basedir}/WebRoot" />
<property name="src.dir" value="${basedir}/src" />
<property name="src.dir" value="${basedir}/src" />
<property name="config.dir" value="${basedir}/config" />
<property name="config.dir" value="${basedir}/config" />
<property name="lib.dir" value="${webRoot.dir}/WEB-INF/lib" />
<property name="lib.dir" value="${webRoot.dir}/WEB-INF/lib" />
<property
name=
"build.dir"
value=
"${basedir}/build"
/>
<property name="build.dir" value="${basedir}/build" />
-->
<!-- 使用eclipse jdt进行编译,而不使用JDK编译 -->
<!-- 使用eclipse jdt进行编译,而不使用JDK编译 -->
<!-- <property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter" />-->
<!-- <property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter" />-->
<!-- <property name="build.compiler" value="D:\MyWorkApps\Java\jdk1.8.0_51" /> -->
<!-- <property name="build.compiler" value="D:\MyWorkApps\Java\jdk1.8.0_51" /> -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment