
CVS log for ops/stax/.classpath |
 |
|
Up to [OW2-CVS] / ops / stax
Request diff between arbitrary revisions
/ Display revisions graphically
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.4
/
(view)
- annotate
- [select for diffs]
, Thu Oct 28 23:38:49 2004 UTC (3 years, 10 months ago) by dsmall
Branch:
MAIN
CVS Tags:
TAG_Stax_1_0_0_200505220741,
TAG_Stax_1_0_0_200412151835,
TAG_Stax_1_0_0_200412151606,
TAG_Stax_1_0_0_200412062336,
TAG_Stax_1_0_0_200412061534,
TAG_Stax_1_0_0_200412061201,
TAG_Stax_1_0_0_200412031716,
TAG_Stax_1_0_0_200412011706,
TAG_Stax_1_0_0_200412011625,
TAG_Stax_1_0_0_200412011133,
TAG_Stax_1_0_0_200411281436,
TAG_Stax_1_0_0_200411261521,
TAG_Stax_1_0_0_200411041304,
HEAD
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
Make sure to build with JDK 1.4 since we are checking the .jar into the studio code base.
Revision
1.3
/
(view)
- annotate
- [select for diffs]
, Sat Sep 25 04:51:31 2004 UTC (3 years, 11 months ago) by dsmall
Branch:
MAIN
CVS Tags:
TAG_Stax_1_0_0_200410061727,
TAG_Stax_1_0_0_200410051607,
TAG_Stax_1_0_0_200410051233,
TAG_Stax_1_0_0_200410041345,
TAG_Stax_1_0_0_200409302250,
TAG_Stax_1_0_0_200409301650,
TAG_Stax_1_0_0_200409281749,
TAG_Stax_1_0_0_200409272119,
TAG_Stax_1_0_0_200409271621
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
Added various api src files to the project.
First of all let it be known that the Stax module on codehaus.org has two separate copies
of Stax src. One is for JDK < 1.5 and the other is for JDK >= 1.5. The main diff is that
the latter has methods that return instances of 1.5 classes javax.xml.namespace.QName
and javax.xml.namespace.NamespaceContext.
That said, technically we could have gotten away with adding less of the javax.* files
than what has been added. However I made a mistake and imported and cleaned
up the >= 1.5 version.
So, since I had to add some of these API files anyway _and_ it took some
time to clean up the Stax code I decided to go ahead.
A particularly unfortunate aspect of this is that I had to create
javax.xml.namespace.NamespactContext and javax.xml.XMLConstants
by hand.
I don't feel too bad about this as xmlbeans is already shipping
javax.xml.namespace.QName.
Revision
1.2
/
(view)
- annotate
- [select for diffs]
, Fri Sep 24 22:37:00 2004 UTC (3 years, 11 months ago) by dsmall
Branch:
MAIN
CVS Tags:
TAG_Stax_1_0_0_200409241753
Changes since 1.1: +1 -0 lines
Diff to previous 1.1
api jar on classpath.
Revision
1.1
/
(view)
- annotate
- [select for diffs]
, Fri Sep 24 22:34:03 2004 UTC (3 years, 11 months ago) by dsmall
Branch:
MAIN
Add Eclipse prj for Stax.
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.
Back to OW2 Forge