Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: c5992ce8d0fd34101ffcb685bceea3493a402439 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
bin.includes = plugin.properties,\
               plugin.xml,\
               wsaxisbuild_toc.xml,\
               org.eclipse.jst.ws.axis.ui.doc.userindex.xml,\
               about.html,\
               concepts/*.htm*,\
               tasks/*.htm*,\
               index/,\
               META-INF/
src.includes = build.properties,\
		       *.maplist,\
               *.ditamap,\
		   	   concepts/*.dita,\
               tasks/*.dita
bin.excludes = DocBuild.xml,\
               myPlugin*.xml
               

Back to the top