- 파일이 없을 수 있는데, 에러로그로 나와 오해 생기는 부분이 있어서 디버그모드일때만 에러로 출력하도록 코드 개선.
[Tadpole.git] / targetProject / ext / com.hangum.tadpole.db.dynamodb.core_1.0.0.201708100144 / plugin.xml
blob02ecc4bfbb9ce77b220c9aff786a0481cda04ace
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
3 <plugin>
4    <extension
5          point="org.eclipse.ui.editors">
6       <editor
7             class="com.amazonaws.eclipse.dynamodb.editor.DynamoDBTableEditor"
8             default="false"
9             icon="icons/table.png"
10             id="com.hangum.tadpole.db.dynamodb.core.editor.main"
11             name="Amazon DynamoDB Table Editor">
12       </editor>
13    </extension>
14    <extension
15          point="org.eclipse.ui.commands">
16       <command
17             id="com.amazonaws.eclipse.dynamodb.editor.runScan"
18             name="Run scan">
19       </command>
20       <command
21             id="org.eclipse.ui.file.save"
22             name="Save changes to DynamoDB">
23       </command>
24    </extension>
26 </plugin>