Created sax content writers and created generic api doc model for
documentation. Improved writer support with attribute write order and new-lining after long attribute values.
This commit is contained in:
parent
92644fd148
commit
8d71b63a6f
82 changed files with 5637 additions and 2620 deletions
|
|
@ -37,9 +37,10 @@ cd `dirname $0`/../../..;
|
|||
# Copy to one new dir.
|
||||
mkdir -p target/gnu-up/$2;
|
||||
cp x4o-driver/target/x4o-driver-*.jar target/gnu-up/$2;
|
||||
cp x4o-elddoc/target/x4o-elddoc-*.jar target/gnu-up/$2;
|
||||
cp x4o-eld-doc/target/x4o-eld-doc-*.jar target/gnu-up/$2;
|
||||
cp x4o-meta/target/x4o-meta-*.jar target/gnu-up/$2;
|
||||
cp x4o-plugin/x4o-plugin-ant/target/x4o-plugin-ant-*.jar target/gnu-up/$2;
|
||||
cp x4o-plugin/x4o-plugin-maven/target/x4o-plugin-maven-*.jar target/gnu-up/$2;
|
||||
|
||||
# Sign per file we want to upload.
|
||||
for FILE in `ls target/gnu-up/$2/*`; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue