Changeset 3841
- Timestamp:
- Jul 11, 2008, 12:30:22 AM (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
r3822 r3841 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 65 Bundle-Version: 1.1.17 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
r3822 r3841 3 3 Bundle-Name: Refal Plus Library 4 4 Bundle-SymbolicName: org.refal.rfpdt.lib;singleton:=true 5 Bundle-Version: 1.1.1 65 Bundle-Version: 1.1.17 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
r3822 r3841 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 65 Bundle-Version: 1.1.17 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
r3822 r3841 12 12 <feature url="features/org.refal.rfpdt_1.1.15.jar" id="org.refal.rfpdt" version="1.1.15"/> 13 13 <feature url="features/org.refal.rfpdt_1.1.16.jar" id="org.refal.rfpdt" version="1.1.16"/> 14 <feature url="features/org.refal.rfpdt_1.1.17.jar" id="org.refal.rfpdt" version="1.1.17"/> 14 15 </site> -
devel-tools/trunk/eclipse/org.refal.rfpdt/feature.xml
r3822 r3841 3 3 id="org.refal.rfpdt" 4 4 label="Refal Plus Development Tools" 5 version="1.1.1 6"5 version="1.1.17" 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.1 6"40 version="1.1.17" 41 41 unpack="false"/> 42 42 … … 59 59 download-size="0" 60 60 install-size="0" 61 version="1.1.1 6"/>61 version="1.1.17"/> 62 62 63 63 <plugin … … 65 65 download-size="0" 66 66 install-size="0" 67 version="1.1.1 6"67 version="1.1.17" 68 68 unpack="false"/> 69 69
Note: See TracChangeset
for help on using the changeset viewer.