From xap-commits-return-68-apmail-incubator-xap-commits-archive=incubator.apache.org@incubator.apache.org Tue Jun 27 23:08:12 2006 Return-Path: Delivered-To: apmail-incubator-xap-commits-archive@locus.apache.org Received: (qmail 77183 invoked from network); 27 Jun 2006 23:08:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jun 2006 23:08:12 -0000 Received: (qmail 45542 invoked by uid 500); 27 Jun 2006 23:08:12 -0000 Delivered-To: apmail-incubator-xap-commits-archive@incubator.apache.org Received: (qmail 45514 invoked by uid 500); 27 Jun 2006 23:08:12 -0000 Mailing-List: contact xap-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: xap-dev@incubator.apache.org Delivered-To: mailing list xap-commits@incubator.apache.org Received: (qmail 45505 invoked by uid 99); 27 Jun 2006 23:08:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jun 2006 16:08:12 -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; Tue, 27 Jun 2006 16:08:11 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 88A521A983A; Tue, 27 Jun 2006 16:07:51 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r417620 - /incubator/xap/trunk/src/xap/util/__package__.js Date: Tue, 27 Jun 2006 23:07:51 -0000 To: xap-commits@incubator.apache.org From: jmargaris@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060627230751.88A521A983A@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: jmargaris Date: Tue Jun 27 16:07:50 2006 New Revision: 417620 URL: http://svn.apache.org/viewvc?rev=417620&view=rev Log: (empty) Added: incubator/xap/trunk/src/xap/util/__package__.js (with props) Added: incubator/xap/trunk/src/xap/util/__package__.js URL: http://svn.apache.org/viewvc/incubator/xap/trunk/src/xap/util/__package__.js?rev=417620&view=auto ============================================================================== --- incubator/xap/trunk/src/xap/util/__package__.js (added) +++ incubator/xap/trunk/src/xap/util/__package__.js Tue Jun 27 16:07:50 2006 @@ -0,0 +1,25 @@ +/* + * Copyright 2006 The Apache Software Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +//just a test for now + +Xap.kwCompoundRequire({ + common: [ + "xap.util.Character" + ] +}); + +Xap.provide("xap.util.*"); Propchange: incubator/xap/trunk/src/xap/util/__package__.js ------------------------------------------------------------------------------ svn:eol-style = native