repo.or.cz
/
Tadpole.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
- 쿼리 결과 내보내기 코드 개선.
[Tadpole.git]
/
com.hangum.tadpole.applicaion.start
/
plugin.xml
blob
bac7bb322d44412e7ed30b2cb08e0048d795ea08
1
<?xml version="1.0" encoding="UTF-8"?>
2
<?eclipse version="3.4"?>
3
<plugin>
4
<extension
5
point="org.eclipse.ui.perspectives">
6
<perspective
7
class="com.hangum.tadpole.application.start.Perspective"
8
id="com.hangum.tadpole.application.start.perspective"
9
name="Tadpole DB Hub">
10
</perspective>
11
</extension>
12
13
</plugin>