Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-03-19 14:34:55 +0000
committercletavernie2012-03-19 14:34:55 +0000
commitc445e29ffd86d825a5ab669aebe9d0fb8866882f (patch)
treecde03041c3ef21ee3ec1efb4ba7f22abcb486dbc /plugins/team/org.eclipse.papyrus.team.svn/plugin.xml
parenta8392fee09e0de5e6d6480be2ab2f1387fbc69b7 (diff)
downloadorg.eclipse.papyrus-c445e29ffd86d825a5ab669aebe9d0fb8866882f.tar.gz
org.eclipse.papyrus-c445e29ffd86d825a5ab669aebe9d0fb8866882f.tar.xz
org.eclipse.papyrus-c445e29ffd86d825a5ab669aebe9d0fb8866882f.zip
359058: [Refactoring - Architecture] Identify the layers and sub-layers for the Papyrus architecture
https://bugs.eclipse.org/bugs/show_bug.cgi?id=359058
Diffstat (limited to 'plugins/team/org.eclipse.papyrus.team.svn/plugin.xml')
-rw-r--r--plugins/team/org.eclipse.papyrus.team.svn/plugin.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/team/org.eclipse.papyrus.team.svn/plugin.xml b/plugins/team/org.eclipse.papyrus.team.svn/plugin.xml
new file mode 100644
index 00000000000..5babc722a69
--- /dev/null
+++ b/plugins/team/org.eclipse.papyrus.team.svn/plugin.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ point="org.eclipse.papyrus.readonly.readOnlyHandler">
+ <readOnlyHandler
+ class="org.eclipse.papyrus.svn.SVNLockHandler"
+ priority="20">
+ </readOnlyHandler>
+ </extension>
+
+</plugin>

Back to the top