File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 10
10
<subant antfile =" build.xml" buildpath =" ../visualvm" target =" create-platform" inheritrefs =" false" inheritall =" false" />
11
11
</target >
12
12
<target name =" build" depends =" -pre-build,suite.build" />
13
+
14
+ <!-- build source zips for selected modules - useful for populating maven repository only-->
15
+ <target name =" build-source-zips" depends =" -init" description =" Builds source zips for maven repository inclusion." >
16
+ <property name =" netbeans.zipped.sources.dir" location =" ${ suite.build.dir } /source-zips" />
17
+
18
+ <subant target =" sources-zip" failonerror =" true" inheritall =" true" >
19
+ <buildpath path =" ${ modules.sorted } " />
20
+ </subant >
21
+ </target >
22
+
23
+ <!-- build javadoc zips for selected modules - useful for populating maven repository only-->
24
+ <target name =" build-javadoc-zips" depends =" -init" description =" Builds javadoc zips for maven repository inclusion." >
25
+ <property name =" netbeans.javadoc.dir" location =" ${ suite.build.dir } /javadoc" />
26
+
27
+ <subant target =" javadoc-zip" failonerror =" true" inheritall =" true" >
28
+ <buildpath path =" ${ modules.sorted } " />
29
+ </subant >
30
+ </target >
31
+
13
32
</project >
You can’t perform that action at this time.
0 commit comments