/[classpath]/classpath/external/README
ViewVC logotype

Diff of /classpath/external/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by cbj, Sat Feb 1 05:44:14 2003 UTC revision 1.2 by mark, Sun Aug 17 19:57:07 2003 UTC
# Line 8  jaxp - http://www.gnu.org/software/class Line 8  jaxp - http://www.gnu.org/software/class
8    
9          * SAX Parser API          * SAX Parser API
10          * DOM Level 2 generic XML data structures          * DOM Level 2 generic XML data structures
11          * Sun's JAXP v1.1 interfaces          * JAXP v1.1 interface implementation
12    
13          Import method:          Import method:
14    
# Line 16  jaxp - http://www.gnu.org/software/class Line 16  jaxp - http://www.gnu.org/software/class
16          import -m "import classpathx jaxp 20030123" \          import -m "import classpathx jaxp 20030123" \
17          classpath/external/jaxp Classpathx JAXP_CVS_20030123          classpath/external/jaxp Classpathx JAXP_CVS_20030123
18    
19            You need to add the output of the following command to the
20            jaxp_FILES in Makefile.am (remove the last \ from the last entry):
21            $ for i in $(find jaxp -type f | grep -v CVS); do echo $i \\; done

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26