FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
gdata-java-client/java/build-src/gtt.xml at master · tigerwee/gdata-java-client · GitHub
tigerwee
/
gdata-java-client
Public
forked from
google/gdata-java-client
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
gdata-java-client
/
java
/
build-src
/
gtt.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (25 loc) · 1.2 KB
Breadcrumbs
gdata-java-client
/
java
/
build-src
/
gtt.xml
Copy path
File metadata and controls
31 lines (25 loc) · 1.2 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<
project
name
=
"
gtt
"
default
=
"
build.gtt
"
basedir
=
"
.
"
>
<!--
Path containing gtt.xml
-->
<
dirname
property
=
"
build_dir
"
file
=
"
${ant.file.gtt}
"
/>
<
import
file
=
"
${build_dir}/core.xml
"
/>
<!--
=====================================================================
-->
<!--
Build GData Blogger library.
-->
<!--
=====================================================================
-->
<
property
name
=
"
gdata-gtt.jar
"
value
=
"
${build.jars}/gdata-gtt-${gtt.spec.version}.jar
"
/>
<
target
name
=
"
build.gtt
"
depends
=
"
build.core.media
"
>
<
antcall
target
=
"
template.build.service
"
>
<
param
name
=
"
template.service.name
"
value
=
"
gtt
"
/>
<
param
name
=
"
template.service.version
"
value
=
"
${gtt.spec.version}
"
/>
<
param
name
=
"
template.service.includes
"
value
=
"
**/gtt/**
"
/>
<
param
name
=
"
template.service.excludes
"
value
=
"
none
"
/>
<
param
name
=
"
template.service.classpath
"
value
=
"
build.service.media.classpath
"
/>
<
param
name
=
"
template.service.name
"
value
=
"
gtt
"
/>
</
antcall
>
</
target
>
<
target
name
=
"
clean.gtt
"
>
<
antcall
target
=
"
template.clean.service
"
>
<
param
name
=
"
template.service.name
"
value
=
"
gtt
"
/>
</
antcall
>
</
target
>
</
project
>
Back
|
FazBrowse Home
|
New Git URL