Blob Blame History Raw
digraph dependencies
{
layout = dot;
node [shape = plaintext];

"jaxb-api"
[label = <<TABLE CELLBORDER = "0"><TR>
	<TD><B>jaxb-api</B></TD>
</TR><TR><TD><TABLE BORDER = "0" CELLBORDER = "1">
	<TR><TD PORT = "jaxb-api">jaxb-api</TD></TR>
</TABLE></TD></TR></TABLE>>];

"jaxb-stax-ex"
[label = <<TABLE CELLBORDER = "0"><TR>
	<TD><B>jaxb-stax-ex</B></TD>
</TR><TR><TD><TABLE BORDER = "0" CELLBORDER = "1">
	<TR><TD PORT = "jaxb-stax-ex">jaxb-stax-ex</TD></TR>
</TABLE></TD></TR></TABLE>>];

"jaxb-dtd-parser"
[label = <<TABLE CELLBORDER = "0"><TR>
	<TD><B>jaxb-dtd-parser</B></TD>
</TR><TR><TD><TABLE BORDER = "0" CELLBORDER = "1">
	<TR><TD PORT = "jaxb-dtd-parser">jaxb-dtd-parser</TD></TR>
</TABLE></TD></TR></TABLE>>];

"xmlstreambuffer"
[label = <<TABLE CELLBORDER = "0"><TR>
	<TD><B>xmlstreambuffer</B></TD>
</TR><TR><TD><TABLE BORDER = "0" CELLBORDER = "1">
	<TR><TD PORT = "xmlstreambuffer">xmlstreambuffer</TD></TR>
</TABLE></TD></TR></TABLE>>];

"jaxb-fi"
[label = <<TABLE CELLBORDER = "0"><TR>
	<TD><B>jaxb-fi</B></TD>
</TR><TR><TD><TABLE BORDER = "0" CELLBORDER = "1">
	<TR><TD PORT = "FastInfoset">FastInfoset</TD></TR>
	<TR><TD PORT = "FastInfosetRoundTripTests">FastInfosetRoundTripTests</TD></TR>
	<TR><TD PORT = "FastInfosetSamples">FastInfosetSamples</TD></TR>
	<TR><TD PORT = "FastInfosetUtilities">FastInfosetUtilities</TD></TR>
</TABLE></TD></TR></TABLE>>];

"jaxb-istack-commons"
[label = <<TABLE CELLBORDER = "0"><TR>
	<TD><B>jaxb-istack-commons</B></TD>
</TR><TR><TD><TABLE BORDER = "0" CELLBORDER = "1">
	<TR><TD PORT = "istack-commons-maven-plugin">istack-commons-maven-plugin</TD></TR>
	<TR><TD PORT = "import-properties-plugin">import-properties-plugin</TD></TR>
	<TR><TD PORT = "istack-commons-runtime">istack-commons-runtime</TD></TR>
	<TR><TD PORT = "istack-commons-tools">istack-commons-tools</TD></TR>
	<TR><TD PORT = "istack-commons-buildtools">istack-commons-buildtools</TD></TR>
	<TR><TD PORT = "istack-commons-soimp">istack-commons-soimp</TD></TR>
	<TR><TD PORT = "istack-commons-test">istack-commons-test</TD></TR>
</TABLE></TD></TR></TABLE>>];

"jaxb~bootstrap"
[label = <<TABLE CELLBORDER = "0"><TR>
	<TD><B>jaxb~bootstrap</B></TD>
</TR><TR><TD><TABLE BORDER = "0" CELLBORDER = "1">
	<TR><TD PORT = "jaxb-codemodel">jaxb-codemodel</TD></TR>
	<TR><TD PORT = "jaxb-codemodel-annotation-compiler">jaxb-codemodel-annotation-compiler</TD></TR>
	<TR><TD PORT = "jaxb-relaxng-datatype">jaxb-relaxng-datatype</TD></TR>
	<TR><TD PORT = "jaxb-xsom">jaxb-xsom</TD></TR>
</TABLE></TD></TR></TABLE>>];

"jaxb"
[label = <<TABLE CELLBORDER = "0"><TR>
	<TD><B>jaxb</B></TD>
</TR><TR><TD><TABLE BORDER = "0" CELLBORDER = "1">
	<TR><TD PORT = "jaxb-codemodel">jaxb-codemodel</TD></TR>
	<TR><TD PORT = "jaxb-codemodel-annotation-compiler">jaxb-codemodel-annotation-compiler</TD></TR>
	<TR><TD PORT = "jaxb-relaxng-datatype">jaxb-relaxng-datatype</TD></TR>
	<TR><TD PORT = "jaxb-xsom">jaxb-xsom</TD></TR>
	<TR><TD PORT = "jaxb-core">jaxb-core</TD></TR>
	<TR><TD PORT = "jaxb-rngom">jaxb-rngom</TD></TR>
	<TR><TD PORT = "jaxb-runtime">jaxb-runtime</TD></TR>
	<TR><TD PORT = "jaxb-txw2">jaxb-txw2</TD></TR>
	<TR><TD PORT = "jaxb-xjc">jaxb-xjc</TD></TR>
	<TR><TD PORT = "jaxb-txwc2">jaxb-txwc2</TD></TR>
</TABLE></TD></TR></TABLE>>];

"jaxb-stax-ex" -> "jaxb-api":"jaxb-api" [dir = back];

"jaxb-istack-commons" -> "jaxb~bootstrap":"jaxb-codemodel" [dir = back];

"xmlstreambuffer" -> "jaxb-api":"jaxb-api" [dir = back];
"xmlstreambuffer" -> "jaxb-stax-ex":"jaxb-stax-ex" [dir = back];

"jaxb-fi" -> "jaxb-api":"jaxb-api" [dir = back];
"jaxb-fi" -> "xmlstreambuffer":"xmlstreambuffer" [dir = back];
"jaxb-fi" -> "jaxb~bootstrap":"jaxb-xsom" [dir = back];

"jaxb" -> "jaxb-istack-commons":"istack-commons-runtime" [dir = back];
"jaxb" -> "jaxb-istack-commons":"istack-commons-tools" [dir = back];
"jaxb" -> "jaxb-dtd-parser":"jaxb-dtd-parser" [dir = back];
"jaxb" -> "jaxb-fi":"FastInfoset" [dir = back];
"jaxb" -> "jaxb-api":"jaxb-api" [dir = back];
"jaxb" -> "jaxb-stax-ex":"jaxb-stax-ex" [dir = back];
}