forked from n-ando/OpenRTP-aist
-
Notifications
You must be signed in to change notification settings - Fork 6
/
pleiades-config.xml.patch
50 lines (46 loc) · 2.54 KB
/
pleiades-config.xml.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
--- pleiades-config.xml.org 2013-02-06 17:48:38.444142000 +0900
+++ pleiades-config.xml 2013-02-06 22:56:00.168388045 +0900
@@ -346,7 +346,23 @@
<!-- 呼び出し元による除外 DBViewer 2009.01.08 -->
<excludeWhere
className="zigen.plugin"/>
+
+ <excludeWhere
+ className="jp.go.aist.rtm."/>
+
+ </jointPoint>
+ <!-- SWT TabItem for RTSystemEditor/RTCBuilder. moved from execution/before -->
+ <jointPoint className="org.eclipse.swt.widgets.TabItem" methodName="setText">
+ <excludeWhere className="jp.go.aist.rtm."/>
+ </jointPoint>
+ <!-- SWT Group for RTSystemEditor/RTCBuilder. moved from execution/before -->
+ <jointPoint className="org.eclipse.swt.widgets.Group" methodName="setText">
+ <excludeWhere className="jp.go.aist.rtm."/>
+ </jointPoint>
+ <!-- SWT Group for RTSystemEditor/RTCBuilder. moved from execution/before -->
+ <jointPoint className="org.eclipse.swt.widgets.Button" methodName="setText">
+ <excludeWhere className="jp.go.aist.rtm."/>
</jointPoint>
<!-- ハイパーリンク (Mylyn 初期値設定ウィザード) 2009.04.22 -->
@@ -680,6 +696,9 @@
<!-- 呼び出し元による除外(EMecha の新規作成ウィザード) 2009.01.03 -->
<excludeWhere
className="org.seasar.dbflute.emecha"/>
+
+ <excludeWhere
+ className="jp.go.aist.rtm."/>
</jointPoint>
@@ -832,11 +851,11 @@
OS によりシグネチャが異なる複数のメソッドがある場合があることに注意。例えば
Linux GTK では ToolItem#setToolTipText に引数が 1 つのものと 2 つのものが存在する。
-->
- <jointPoint className="org.eclipse.swt.widgets.Group" methodName="setText"/>
+ <!--jointPoint className="org.eclipse.swt.widgets.Group" methodName="setText"/-->
<jointPoint className="org.eclipse.swt.widgets.Decorations" methodName="setText"/>
<jointPoint className="org.eclipse.swt.widgets.ToolItem" methodName="setText"/>
<jointPoint className="org.eclipse.swt.widgets.ToolItem" methodName="setToolTipText" descriptor="(Ljava/lang/String;)V"/>
- <jointPoint className="org.eclipse.swt.widgets.TabItem" methodName="setText"/>
+ <!--jointPoint className="org.eclipse.swt.widgets.TabItem" methodName="setText"/-->
<jointPoint className="org.eclipse.swt.widgets.TabItem" methodName="setToolTipText"/>
<jointPoint className="org.eclipse.swt.widgets.Control" methodName="setToolTipText" descriptor="(Ljava/lang/String;)V"/>
<jointPoint className="org.eclipse.swt.widgets.DirectoryDialog" methodName="setMessage"/>