FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
google-api-java-client/jdiff.xml at 1.10 · privatejava/google-api-java-client · GitHub
privatejava
/
google-api-java-client
Public
forked from
googleapis/google-api-java-client
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
google-api-java-client
/
jdiff.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
38 lines (31 loc) · 1.98 KB
Breadcrumbs
google-api-java-client
/
jdiff.xml
Copy path
File metadata and controls
38 lines (31 loc) · 1.98 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
32
33
34
35
36
37
38
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
project
name
=
"
jdiff
"
default
=
"
jdiff_report
"
basedir
=
"
.
"
>
<
target
name
=
"
jdiff_report
"
depends
=
"
"
>
<!--
Set to the installation location of JDiff 1.1.1.
-->
<
property
name
=
"
JDIFF_HOME
"
value
=
"
.../jdiff-1.1.1
"
/>
<!--
Set to the location of your local Maven repository.
-->
<
property
name
=
"
MAVEN_REPOSITORY_HOME
"
value
=
"
.../.m2/repository
"
/>
<!--
Set to the location of your local hg clone of the "javadoc" repository.
-->
<
property
name
=
"
JAVADOC_PROJECT_ROOT_DIR
"
value
=
"
../javadoc
"
/>
<
property
name
=
"
TMP_PROJECT_ROOT_DIR
"
value
=
"
/tmp/google-api-java-client
"
/>
<
taskdef
name
=
"
jdiff
"
classname
=
"
jdiff.JDiffAntTask
"
classpath
=
"
${JDIFF_HOME}/antjdiff.jar:${MAVEN_REPOSITORY_HOME}/xpp3/xpp3/1.1.4c/xpp3-1.1.4c.jar
"
/>
<
jdiff
destdir
=
"
${JAVADOC_PROJECT_ROOT_DIR}/1.10.4-beta/jdiff
"
verbose
=
"
on
"
stats
=
"
on
"
docchanges
=
"
on
"
>
<
old
name
=
"
Google API Client Library for Java 1.9.0-beta
"
>
<!--
This is the location of your old source files
-->
<
dirset
dir
=
"
${TMP_PROJECT_ROOT_DIR}/1.9.0-beta/google-api-client/src/main/java
"
/>
<
dirset
dir
=
"
${TMP_PROJECT_ROOT_DIR}/1.9.0-beta/google-api-client-servlet/src/main/java
"
/>
<
dirset
dir
=
"
${TMP_PROJECT_ROOT_DIR}/1.9.0-beta/google-api-client-appengine/src/main/java
"
/>
<
dirset
dir
=
"
${TMP_PROJECT_ROOT_DIR}/1.9.0-beta/google-api-client-android2/src/main/java
"
/>
</
old
>
<
new
name
=
"
Google API Client Library for Java 1.10.4-beta
"
>
<!--
This is the location of your new source files
-->
<
dirset
dir
=
"
${TMP_PROJECT_ROOT_DIR}/1.10.4-beta/google-api-client/src/main/java
"
/>
<
dirset
dir
=
"
${TMP_PROJECT_ROOT_DIR}/1.10.4-beta/google-api-client-servlet/src/main/java
"
/>
<
dirset
dir
=
"
${TMP_PROJECT_ROOT_DIR}/1.10.4-beta/google-api-client-appengine/src/main/java
"
/>
<
dirset
dir
=
"
${TMP_PROJECT_ROOT_DIR}/1.10.4-beta/google-api-client-android2/src/main/java
"
/>
</
new
>
</
jdiff
>
</
target
>
</
project
>
Back
|
FazBrowse Home
|
New Git URL