You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by di...@apache.org on 2003/01/06 11:19:40 UTC

cvs commit: jakarta-turbine-fulcrum project.xml

dion        2003/01/06 02:19:40

  Modified:    .        project.xml
  Log:
  Fixed xerces and xml-apis dependencies as they were causing build failure
  
  Revision  Changes    Path
  1.54      +1 -4      jakarta-turbine-fulcrum/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/project.xml,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- project.xml	4 Nov 2002 05:36:47 -0000	1.53
  +++ project.xml	6 Jan 2003 10:19:40 -0000	1.54
  @@ -240,15 +240,12 @@
       </dependency>
       <dependency>
         <id>xerces</id>
  -      <type>required</type>
         <version>2.0.2</version>
  -      <jar>xercesImpl-2.0.2.jar</jar>
         <url>http://xml.apache.org/xerces2-j/index.html</url>
       </dependency>
       <dependency>
         <id>xml-apis</id>
  -      <type>required</type>
  -      <version>2.0.2</version>
  +      <version>1.0.b2</version>
         <url>http://xml.apache.org/xerces2-j/index.html</url>
       </dependency>
       <dependency>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-turbine-fulcrum project.xml

Posted by "Henning P. Schmiedehausen" <hp...@intermeta.de>.
dion@apache.org writes:

>dion        2003/01/06 02:19:40

>  Modified:    .        project.xml
>  Log:
>  Fixed xerces and xml-apis dependencies as they were causing build failure

Can we, at some point, please once and for all decide what the xerces
dependencies should be?

xerces?

xerces:xercesImpl and xerces:xmpParserAPIs

xml-apis ?

I'm happy with _any_ definition as long as we keep it consistent over
all turbine related projects. This is really starting to get
ridiculous.

I personally vote for

xerces:xercesImpl

and

xerces:xmlParserAPIs 

as these two are released and known to work.

Once there is an xml-commons release, we move to this.

Where does the name "xml-apis" come from? I only find a
xml-commons-1.0.b2.tar.gz on the xml.apache.org web site.

	Regards
		Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen       -- Geschaeftsfuehrer
INTERMETA - Gesellschaft fuer Mehrwertdienste mbH     hps@intermeta.de

Am Schwabachgrund 22  Fon.: 09131 / 50654-0   info@intermeta.de
D-91054 Buckenhof     Fax.: 09131 / 50654-20   

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>