Changeset 3805
- Timestamp:
- Jun 3, 2008, 2:41:17 PM (13 years ago)
- Location:
- devel-tools/trunk/eclipse
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
devel-tools/trunk/eclipse/org.refal.rfpdt.core/META-INF/MANIFEST.MF
r3794 r3805 3 3 Bundle-Name: Refal Plus Development Tools Core Plug-in 4 4 Bundle-SymbolicName: org.refal.rfpdt.core;singleton:=true 5 Bundle-Version: 1.1.1 45 Bundle-Version: 1.1.15 6 6 Bundle-Activator: org.refal.rfpdt.core.RfpCore 7 7 Bundle-Vendor: Program Systems Institute of RAS -
devel-tools/trunk/eclipse/org.refal.rfpdt.lib/META-INF/MANIFEST.MF
r3794 r3805 3 3 Bundle-Name: Refal Plus Library 4 4 Bundle-SymbolicName: org.refal.rfpdt.lib;singleton:=true 5 Bundle-Version: 1.1.1 45 Bundle-Version: 1.1.15 6 6 Bundle-Vendor: Program Systems Institute of RAS 7 7 Bundle-RequiredExecutionEnvironment: J2SE-1.5 -
devel-tools/trunk/eclipse/org.refal.rfpdt.ui/META-INF/MANIFEST.MF
r3794 r3805 3 3 Bundle-Name: Refal Plus Editor Plug-in 4 4 Bundle-SymbolicName: org.refal.rfpdt.ui;singleton:=true 5 Bundle-Version: 1.1.1 45 Bundle-Version: 1.1.15 6 6 Bundle-Activator: org.refal.rfpdt.ui.RfpUI 7 7 Bundle-Vendor: Program Systems Institute of RAS -
devel-tools/trunk/eclipse/org.refal.rfpdt.update/site.xml
r3794 r3805 10 10 <feature url="features/org.refal.rfpdt_1.1.13.jar" id="org.refal.rfpdt" version="1.1.13"/> 11 11 <feature url="features/org.refal.rfpdt_1.1.14.jar" id="org.refal.rfpdt" version="1.1.14"/> 12 <feature url="features/org.refal.rfpdt_1.1.15.jar" id="org.refal.rfpdt" version="1.1.15"/> 12 13 </site> -
devel-tools/trunk/eclipse/org.refal.rfpdt/feature.xml
r3794 r3805 3 3 id="org.refal.rfpdt" 4 4 label="Refal Plus Development Tools" 5 version="1.1.1 4"5 version="1.1.15" 6 6 provider-name="Program Systems Institute of RAS"> 7 7 … … 38 38 download-size="0" 39 39 install-size="0" 40 version="1.1.15" 41 unpack="false"/> 42 43 <plugin 44 id="org.refal.rfpdt.help.guide" 45 download-size="0" 46 install-size="0" 40 47 version="1.1.14" 41 48 unpack="false"/> … … 52 59 download-size="0" 53 60 install-size="0" 54 version="1.1.1 4"/>61 version="1.1.15"/> 55 62 56 63 <plugin … … 58 65 download-size="0" 59 66 install-size="0" 60 version="1.1.14" 61 unpack="false"/> 62 63 <plugin 64 id="org.refal.rfpdt.help.guide" 65 download-size="0" 66 install-size="0" 67 version="1.1.14" 67 version="1.1.15" 68 68 unpack="false"/> 69 69
Note: See TracChangeset
for help on using the changeset viewer.