svn commit: r1100223 - in /lenya/branches/BRANCH_2_1_X/src/modules/jquery: ./ config/ config/module.xml resources/ resources/jquery-1.6.min.js sitemap.xmap
[email protected] Fri, 06 May 2011 14:11:28 -0000
| Newsgroups | gmane.comp.cms.lenya.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: andreas
Date: Fri May 6 14:11:27 2011
New Revision: 1100223
URL: http://svn.apache.org/viewvc?rev=1100223&view=rev
Log:
Adding jquery module.
Added:
lenya/branches/BRANCH_2_1_X/src/modules/jquery/
lenya/branches/BRANCH_2_1_X/src/modules/jquery/config/
lenya/branches/BRANCH_2_1_X/src/modules/jquery/config/module.xml
lenya/branches/BRANCH_2_1_X/src/modules/jquery/resources/
lenya/branches/BRANCH_2_1_X/src/modules/jquery/resources/jquery-1.6.min.js
lenya/branches/BRANCH_2_1_X/src/modules/jquery/sitemap.xmap
Added: lenya/branches/BRANCH_2_1_X/src/modules/jquery/config/module.xml
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/jquery/config/module.xml?rev=1100223&view=auto
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/modules/jquery/config/module.xml (added)
+++ lenya/branches/BRANCH_2_1_X/src/modules/jquery/config/module.xml Fri May 6 14:11:27 2011
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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.
+-->
+
+<module xmlns="http://apache.org/lenya/module/1.0">
+ <id>org.apache.lenya.modules.jquery</id>
+ <export package="org.apache.lenya.modules.jquery"/>
+ <package>org.apache.lenya.modules</package>
+ <version>0.1-dev</version>
+ <name>jQuery</name>
+ <lenya-version>@lenya.version@</lenya-version>
+ <description>jQuery JavaScript library</description>
+</module>
Added: lenya/branches/BRANCH_2_1_X/src/modules/jquery/resources/jquery-1.6.min.js
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/jquery/resources/jquery-1.6.min.js?rev=1100223&view=auto
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/modules/jquery/resources/jquery-1.6.min.js (added)
+++ lenya/branches/BRANCH_2_1_X/src/modules/jquery/resources/jquery-1.6.min.js Fri May 6 14:11:27 2011
@@ -0,0 +1,16 @@
+/*!
+ * jQuery JavaScript Library v1.6
+ * http://jquery.com/
+ *
+ * Copyright 2011, John Resig
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * Includes Sizzle.js
+ * http://sizzlejs.com/
+ * Copyright 2011, The Dojo Foundation
+ * Released under the MIT, BSD, and GPL Licenses.
+ *
+ * Date: Mon May 2 13:50:00 2011 -0400
+ */
[... 3 lines stripped ...]
Added: lenya/branches/BRANCH_2_1_X/src/modules/jquery/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/jquery/sitemap.xmap?rev=1100223&view=auto
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/modules/jquery/sitemap.xmap (added)
+++ lenya/branches/BRANCH_2_1_X/src/modules/jquery/sitemap.xmap Fri May 6 14:11:27 2011
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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.
+-->
+
+<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+
+ <map:pipelines>
+
+ <map:pipeline>
+ <map:match pattern="jquery.js">
+ <map:read mime-type="text/javascript" src="resources/jquery-1.6.min.js"/>
+ </map:match>
+
+ </map:pipeline>
+
+ </map:pipelines>
+</map:sitemap>