[kijimuna]/trunk/org.seasar.kijimuna/feature.xml
Parent Directory
|
Revision Log
Revision 8 -
(show annotations)
Wed Apr 5 17:13:51 2006 JST (7 years, 1 month ago) by ryo_matsuda
File MIME type: text/xml
File size: 2028 byte(s)
Wed Apr 5 17:13:51 2006 JST (7 years, 1 month ago) by ryo_matsuda
File MIME type: text/xml
File size: 2028 byte(s)
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <feature |
| 3 | id="org.seasar.kijimuna" |
| 4 | label="%plugin.brand" |
| 5 | version="1.0.8" |
| 6 | provider-name="%author" |
| 7 | image="banner.gif"> |
| 8 | |
| 9 | <description> |
| 10 | Kijimuna is an eclipse plugin for Seasar2. |
| 11 | </description> |
| 12 | |
| 13 | <copyright> |
| 14 | Copyright 2004-2006 the Seasar Foundation and the Others. |
| 15 | </copyright> |
| 16 | |
| 17 | <license url="http://www.apache.org/licenses/LICENSE-2.0"> |
| 18 | Copyright 2004-2006 the Seasar Foundation and the Others. |
| 19 | |
| 20 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 21 | you may not use this file except in compliance with the License. |
| 22 | You may obtain a copy of the License at |
| 23 | |
| 24 | http://www.apache.org/licenses/LICENSE-2.0 |
| 25 | |
| 26 | Unless required by applicable law or agreed to in writing, software |
| 27 | distributed under the License is distributed on an "AS IS" BASIS, |
| 28 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, |
| 29 | either express or implied. See the License for the specific language |
| 30 | governing permissions and limitations under the License. |
| 31 | </license> |
| 32 | |
| 33 | <requires> |
| 34 | <import plugin="org.eclipse.core.runtime"/> |
| 35 | <import plugin="org.eclipse.core.resources"/> |
| 36 | <import plugin="org.eclipse.jdt.core"/> |
| 37 | <import plugin="org.eclipse.jdt.launching"/> |
| 38 | <import plugin="org.junit"/> |
| 39 | <import plugin="org.eclipse.ltk.core.refactoring"/> |
| 40 | <import plugin="org.eclipse.jface.text"/> |
| 41 | <import plugin="org.eclipse.ui"/> |
| 42 | <import plugin="org.eclipse.ui.ide"/> |
| 43 | <import plugin="org.eclipse.ui.editors"/> |
| 44 | <import plugin="org.eclipse.ui.workbench.texteditor"/> |
| 45 | <import plugin="org.eclipse.ui.views"/> |
| 46 | <import plugin="org.eclipse.jdt.ui"/> |
| 47 | </requires> |
| 48 | |
| 49 | <plugin |
| 50 | id="org.seasar.kijimuna.core" |
| 51 | download-size="0" |
| 52 | install-size="0" |
| 53 | version="1.0.8"/> |
| 54 | |
| 55 | <plugin |
| 56 | id="org.seasar.kijimuna.ui" |
| 57 | download-size="0" |
| 58 | install-size="0" |
| 59 | version="1.0.8"/> |
| 60 | |
| 61 | </feature> |
| Repository Top ViewVC Help |
![]() |
| Powered by ViewVC |

