Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 32235 invoked from network); 19 Jul 2006 14:55:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jul 2006 14:55:30 -0000 Received: (qmail 40558 invoked by uid 500); 19 Jul 2006 14:55:27 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 40209 invoked by uid 500); 19 Jul 2006 14:55:26 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 40198 invoked by uid 500); 19 Jul 2006 14:55:26 -0000 Received: (qmail 40195 invoked by uid 99); 19 Jul 2006 14:55:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jul 2006 07:55:26 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jul 2006 07:55:25 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id D3B661A981A; Wed, 19 Jul 2006 07:55:05 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r423480 - in /jakarta/commons/proper/scxml/trunk: build.xml pom.xml project.xml Date: Wed, 19 Jul 2006 14:55:05 -0000 To: commons-cvs@jakarta.apache.org From: rahul@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060719145505.D3B661A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: rahul Date: Wed Jul 19 07:55:04 2006 New Revision: 423480 URL: http://svn.apache.org/viewvc?rev=423480&view=rev Log: SCXML-13 SCXML doesn't compile using (Sun) JDK 1.5 Modified: jakarta/commons/proper/scxml/trunk/build.xml jakarta/commons/proper/scxml/trunk/pom.xml jakarta/commons/proper/scxml/trunk/project.xml Modified: jakarta/commons/proper/scxml/trunk/build.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/build.xml?rev=423480&r1=423479&r2=423480&view=diff ============================================================================== --- jakarta/commons/proper/scxml/trunk/build.xml (original) +++ jakarta/commons/proper/scxml/trunk/build.xml Wed Jul 19 07:55:04 2006 @@ -15,7 +15,7 @@ limitations under the License. --> + on date July 19 2006, time 0958--> @@ -216,6 +216,8 @@ + + @@ -223,4 +225,4 @@ - + \ No newline at end of file Modified: jakarta/commons/proper/scxml/trunk/pom.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/pom.xml?rev=423480&r1=423479&r2=423480&view=diff ============================================================================== --- jakarta/commons/proper/scxml/trunk/pom.xml (original) +++ jakarta/commons/proper/scxml/trunk/pom.xml Wed Jul 19 07:55:04 2006 @@ -142,6 +142,12 @@ 1.1.0 provided + + xalan + xalan + 2.6.0 + true + Modified: jakarta/commons/proper/scxml/trunk/project.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/project.xml?rev=423480&r1=423479&r2=423480&view=diff ============================================================================== --- jakarta/commons/proper/scxml/trunk/project.xml (original) +++ jakarta/commons/proper/scxml/trunk/project.xml Wed Jul 19 07:55:04 2006 @@ -193,6 +193,17 @@ + xalan + xalan + 2.6.0 + http://xml.apache.org/xalan-j/ + + <b>Sun JDK 1.5</b> + only + true + + + maven-plugins maven-cobertura-plugin 1.1.1 --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org