From 240bdba7066a6cd11949643eb9c1924a154759eb Mon Sep 17 00:00:00 2001
From: Nicolas Dumazet <nicolas.dumazet@nexedi.com>
Date: Wed, 3 Nov 2010 05:22:23 +0000
Subject: [PATCH] 2010-11-03 nicolas.dumazet * add empty plugin folder so
 plugin bts can use it

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39814 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_skins/erp5_jquery/plugin.xml       | 26 +++++++++++++++++++
 bt5/erp5_jquery/bt/change_log                 |  3 +++
 bt5/erp5_jquery/bt/revision                   |  2 +-
 bt5/erp5_jquery/bt/template_path_list         |  3 ++-
 4 files changed, 32 insertions(+), 2 deletions(-)
 create mode 100644 bt5/erp5_jquery/PathTemplateItem/portal_skins/erp5_jquery/plugin.xml

diff --git a/bt5/erp5_jquery/PathTemplateItem/portal_skins/erp5_jquery/plugin.xml b/bt5/erp5_jquery/PathTemplateItem/portal_skins/erp5_jquery/plugin.xml
new file mode 100644
index 0000000000..967045d674
--- /dev/null
+++ b/bt5/erp5_jquery/PathTemplateItem/portal_skins/erp5_jquery/plugin.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Folder" module="OFS.Folder"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_objects</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>plugin</string> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string></string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>
diff --git a/bt5/erp5_jquery/bt/change_log b/bt5/erp5_jquery/bt/change_log
index bbea1dedd1..7aef6d2995 100644
--- a/bt5/erp5_jquery/bt/change_log
+++ b/bt5/erp5_jquery/bt/change_log
@@ -1,2 +1,5 @@
+2010-11-03 nicolas.dumazet
+* add empty plugin folder so plugin bts can use it
+
 2010-11-01 kazuhiko
 * refactored version of erp5_jquery that only contains jQuery Core 1.4.3.
\ No newline at end of file
diff --git a/bt5/erp5_jquery/bt/revision b/bt5/erp5_jquery/bt/revision
index 56a6051ca2..d8263ee986 100644
--- a/bt5/erp5_jquery/bt/revision
+++ b/bt5/erp5_jquery/bt/revision
@@ -1 +1 @@
-1
\ No newline at end of file
+2
\ No newline at end of file
diff --git a/bt5/erp5_jquery/bt/template_path_list b/bt5/erp5_jquery/bt/template_path_list
index 0e8f2243c9..2090381573 100644
--- a/bt5/erp5_jquery/bt/template_path_list
+++ b/bt5/erp5_jquery/bt/template_path_list
@@ -1,3 +1,4 @@
 portal_skins/erp5_jquery
 portal_skins/erp5_jquery/core
-portal_skins/erp5_jquery/core/**
\ No newline at end of file
+portal_skins/erp5_jquery/core/**
+portal_skins/erp5_jquery/plugin
\ No newline at end of file
-- 
2.30.9