Changeset 3399
- Timestamp:
- Feb 12, 2008, 12:14:24 AM (13 years ago)
- Location:
- devel-tools/trunk/eclipse
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
devel-tools/trunk/eclipse/org.refal.plus.rfpdt.editor/META-INF/MANIFEST.MF
r3391 r3399 3 3 Bundle-Name: Refal Plus Editor Plug-in 4 4 Bundle-SymbolicName: org.refal.plus.rfpdt.editor; singleton:=true 5 Bundle-Version: 1.1. 65 Bundle-Version: 1.1.7 6 6 Bundle-Activator: org.refal.plus.rfpdt.editor.RfpEditorPlugin 7 7 Bundle-Vendor: Program Systems Institute, Pereslavl-Zalessky, Russia -
devel-tools/trunk/eclipse/org.refal.plus.rfpdt.feature/feature.xml
r3398 r3399 3 3 id="org.refal.plus.rfpdt" 4 4 label="Refal Plus Development Tools" 5 version="1.1. 6"5 version="1.1.7" 6 6 provider-name="Program Systems Institute, Pereslavl-Zalessky, Russia"> 7 7 8 <description url="http://trac.botik.ru/refal"> 8 9 This feature provides an environment for programming in Refal Plus language. 9 10 </description> 11 10 12 <copyright url="http://www.botik.ru/PSI/"> 11 13 Program Systems Institute, Pereslavl-Zalessky, Russia 12 14 </copyright> 15 13 16 <license> 14 17 Anyone can use this feature and its sources for any purpose. 15 18 </license> 19 16 20 <url> 17 21 <update label="Refal Plus development tools for Eclipse" url="http://rfp.botik.ru/eclipse/"/> 18 22 </url> 23 19 24 <plugin 20 25 id="org.refal.plus.rfpdt" 21 26 download-size="0" 22 27 install-size="0" 23 version="1.1. 6"28 version="1.1.7" 24 29 unpack="false"/> 30 25 31 <plugin 26 32 id="org.refal.plus.rfpdt.editor" 27 33 download-size="0" 28 34 install-size="0" 29 version="1.1. 6"35 version="1.1.7" 30 36 unpack="false"/> 37 31 38 <plugin 32 39 id="org.refal.plus.rfpdt.launch" 33 40 download-size="0" 34 41 install-size="0" 35 version="1.1. 6"42 version="1.1.7" 36 43 unpack="false"/> 44 37 45 <plugin 38 46 id="org.refal.plus" 39 47 download-size="0" 40 48 install-size="0" 41 version="1.1. 6"49 version="1.1.7" 42 50 unpack="false"/> 51 43 52 <plugin 44 53 id="org.refal.plus.rfpdt.help.manual" 45 54 download-size="0" 46 55 install-size="0" 47 version="1.1.6"/> 56 version="1.1.7"/> 57 48 58 </feature> -
devel-tools/trunk/eclipse/org.refal.plus.rfpdt.launch/META-INF/MANIFEST.MF
r3394 r3399 3 3 Bundle-Name: Refal Plus Launch Plug-in 4 4 Bundle-SymbolicName: org.refal.plus.rfpdt.launch;singleton:=true 5 Bundle-Version: 1.1. 65 Bundle-Version: 1.1.7 6 6 Bundle-Activator: org.refal.plus.rfpdt.launch.LaunchingPlugin 7 7 Bundle-Vendor: Program Systems Institute, Pereslavl-Zalessky, Russia -
devel-tools/trunk/eclipse/org.refal.plus.rfpdt/META-INF/MANIFEST.MF
r3390 r3399 3 3 Bundle-Name: Refal Plus Development Tools Core Plug-in 4 4 Bundle-SymbolicName: org.refal.plus.rfpdt;singleton:=true 5 Bundle-Version: 1.1. 65 Bundle-Version: 1.1.7 6 6 Bundle-Activator: org.refal.plus.rfpdt.core.RfpCorePlugin 7 7 Bundle-Vendor: Program Systems Institute, Pereslavl-Zalessky, Russia
Note: See TracChangeset
for help on using the changeset viewer.