FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JavaPerformanceTuning/build.xml at master · performance-folder/JavaPerformanceTuning · GitHub
performance-folder
/
JavaPerformanceTuning
Public
forked from
ScottOaks/JavaPerformanceTuning
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
JavaPerformanceTuning
/
build.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (31 loc) · 1.86 KB
Breadcrumbs
JavaPerformanceTuning
/
build.xml
Copy path
File metadata and controls
33 lines (31 loc) · 1.86 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
<?
xml
version
=
"
1.0
"
?>
<
project
name
=
"
JavaPerformanceTuning
"
default
=
"
clean
"
>
<target
name
=
"
clean
"
>
<
ant
dir
=
"
api
"
antfile
=
"
build.xml
"
target
=
"
clean
"
/>
<
ant
dir
=
"
impl
"
antfile
=
"
build.xml
"
target
=
"
clean
"
/>
<
ant
dir
=
"
ClassLoading
"
antfile
=
"
build.xml
"
target
=
"
clean
"
/>
<
ant
dir
=
"
CountFilter
"
antfile
=
"
build.xml
"
target
=
"
clean
"
/>
<
ant
dir
=
"
Exception
"
antfile
=
"
build.xml
"
target
=
"
clean
"
/>
<
ant
dir
=
"
FalseSharing
"
antfile
=
"
build.xml
"
target
=
"
clean
"
/>
<
ant
dir
=
"
FindFilter
"
antfile
=
"
build.xml
"
target
=
"
clean
"
/>
<
ant
dir
=
"
JNI
"
antfile
=
"
build.xml
"
target
=
"
clean
"
/>
<
ant
dir
=
"
JStack
"
antfile
=
"
build.xml
"
target
=
"
clean
"
/>
<
ant
dir
=
"
Lambda
"
antfile
=
"
build.xml
"
target
=
"
clean
"
/>
<
ant
dir
=
"
ParallelTask
"
antfile
=
"
build.xml
"
target
=
"
clean
"
/>
<
ant
dir
=
"
ParsingTest
"
antfile
=
"
build.xml
"
target
=
"
clean
"
/>
<
ant
dir
=
"
SampleFinalizer
"
antfile
=
"
build.xml
"
target
=
"
clean
"
/>
<
ant
dir
=
"
Size
"
antfile
=
"
build.xml
"
target
=
"
clean
"
/>
<
ant
dir
=
"
StockBatching
"
antfile
=
"
build.xml
"
target
=
"
clean
"
/>
<
ant
dir
=
"
StockBatchingForkJoin
"
antfile
=
"
build.xml
"
target
=
"
clean
"
/>
<
ant
dir
=
"
StockBatchingPool
"
antfile
=
"
build.xml
"
target
=
"
clean
"
/>
<
ant
dir
=
"
StockCreateJDBC
"
antfile
=
"
build.xml
"
target
=
"
clean
"
/>
<
ant
dir
=
"
StockCreateJPA
"
antfile
=
"
build.xml
"
target
=
"
clean
"
/>
<
ant
dir
=
"
StockEar
"
antfile
=
"
build.xml
"
target
=
"
clean
"
/>
<
ant
dir
=
"
StockReadJPA
"
antfile
=
"
build.xml
"
target
=
"
clean
"
/>
<
ant
dir
=
"
StockRestDriver
"
antfile
=
"
build.xml
"
target
=
"
clean
"
/>
<
ant
dir
=
"
StockRestService
"
antfile
=
"
build.xml
"
target
=
"
clean
"
/>
<
ant
dir
=
"
StockSerialization
"
antfile
=
"
build.xml
"
target
=
"
clean
"
/>
<
ant
dir
=
"
StringIntern
"
antfile
=
"
build.xml
"
target
=
"
clean
"
/>
<
ant
dir
=
"
UncontendedSync
"
antfile
=
"
build.xml
"
target
=
"
clean
"
/>
</
target
>
</
project
>
Back
|
FazBrowse Home
|
New Git URL