You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by jm...@apache.org on 2006/06/27 23:07:51 UTC

svn commit: r417620 - /incubator/xap/trunk/src/xap/util/__package__.js

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