Go to file
2009-02-20 03:51:41 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xml-commons-apis-bootstrap?expand=0&rev=3 2009-02-20 03:51:41 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xml-commons-apis-bootstrap?expand=0&rev=3 2009-02-20 03:51:41 +00:00
README.PACKAGER.xml-commons-external OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xml-commons-apis-bootstrap?expand=0&rev=3 2009-02-20 03:51:41 +00:00
ready OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xml-commons-apis-bootstrap?expand=0&rev=3 2009-02-20 03:51:41 +00:00
xml-commons-1.0.b2.tar.bz2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xml-commons-apis-bootstrap?expand=0&rev=3 2009-02-20 03:51:41 +00:00
xml-commons-apis-bootstrap.changes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xml-commons-apis-bootstrap?expand=0&rev=3 2009-02-20 03:51:41 +00:00
xml-commons-apis-bootstrap.spec OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xml-commons-apis-bootstrap?expand=0&rev=3 2009-02-20 03:51:41 +00:00
xml-commons-externals.tar.bz2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xml-commons-apis-bootstrap?expand=0&rev=3 2009-02-20 03:51:41 +00:00
xml-commons-jdk5-build.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xml-commons-apis-bootstrap?expand=0&rev=3 2009-02-20 03:51:41 +00:00
xml-commons.build.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xml-commons-apis-bootstrap?expand=0&rev=3 2009-02-20 03:51:41 +00:00
xml-commons.changes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xml-commons-apis-bootstrap?expand=0&rev=3 2009-02-20 03:51:41 +00:00
xml-commons.manifest.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xml-commons-apis-bootstrap?expand=0&rev=3 2009-02-20 03:51:41 +00:00
xml-commons.spec OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xml-commons-apis-bootstrap?expand=0&rev=3 2009-02-20 03:51:41 +00:00
xml-commons.which.script OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xml-commons-apis-bootstrap?expand=0&rev=3 2009-02-20 03:51:41 +00:00

# the external packages in xml-commons are not packed up to date
mkdir external
cd external
svn co -r 406629 http://svn.apache.org/repos/asf/xml/commons/trunk/java/external
find . -name ".svn*" -exec rm -rf {} \;
cp ../xml-commons-externals.tar.bz2 ../xml-commons-externals.tar.bz2.bak
tar -jcf ../xml-commons-externals.tar.bz2 *
cd ..
rm -rf external