You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/05/26 18:52:18 UTC

cvs commit: jakarta-commons/jelly/jelly-tags/jetty maven.xml

dion        2004/05/26 09:52:18

  Modified:    jelly/jelly-tags/jetty maven.xml
  Log:
  Add note on JDK1.4/JSSE requirement
  
  Revision  Changes    Path
  1.4       +6 -0      jakarta-commons/jelly/jelly-tags/jetty/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/jetty/maven.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- maven.xml	1 Mar 2004 01:32:38 -0000	1.3
  +++ maven.xml	26 May 2004 16:52:18 -0000	1.4
  @@ -15,4 +15,10 @@
   -->
   <project default="java:jar">
   
  +  <echo>
  +Warning:
  +This tag library requires JDK1.4 or JDK1.3 with JSSE installed to build.
  +You are using version ${java.version}
  +  </echo>
  +
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org