Changeset 4035 for devel-tools
- Timestamp:
- Nov 19, 2008, 12:13:50 AM (12 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
r3889 r4035 3 3 Bundle-Name: Refal Plus Development Tools Core 4 4 Bundle-SymbolicName: org.refal.rfpdt.core;singleton:=true 5 Bundle-Version: 1.1.1 85 Bundle-Version: 1.1.19 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
r3889 r4035 3 3 Bundle-Name: Refal Plus Library 4 4 Bundle-SymbolicName: org.refal.rfpdt.lib;singleton:=true 5 Bundle-Version: 1.1.1 85 Bundle-Version: 1.1.19 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
r3889 r4035 3 3 Bundle-Name: Refal Plus Development Tools UI 4 4 Bundle-SymbolicName: org.refal.rfpdt.ui;singleton:=true 5 Bundle-Version: 1.1.1 85 Bundle-Version: 1.1.19 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
r3889 r4035 14 14 <feature url="features/org.refal.rfpdt_1.1.17.jar" id="org.refal.rfpdt" version="1.1.17"/> 15 15 <feature url="features/org.refal.rfpdt_1.1.18.jar" id="org.refal.rfpdt" version="1.1.18"/> 16 <feature url="features/org.refal.rfpdt_1.1.19.jar" id="org.refal.rfpdt" version="1.1.19"/> 16 17 </site> -
devel-tools/trunk/eclipse/org.refal.rfpdt/feature.xml
r3889 r4035 3 3 id="org.refal.rfpdt" 4 4 label="Refal Plus Development Tools" 5 version="1.1.1 8"5 version="1.1.19" 6 6 provider-name="Program Systems Institute of RAS"> 7 7 … … 36 36 <plugin 37 37 id="org.refal.rfpdt.core" 38 download-size="15 5"39 install-size="15 5"40 version="1.1.1 8"38 download-size="154" 39 install-size="154" 40 version="1.1.19" 41 41 unpack="false"/> 42 42 … … 57 57 <plugin 58 58 id="org.refal.rfpdt.lib" 59 download-size="4 06"60 install-size="4 43"61 version="1.1.1 8"/>59 download-size="435" 60 install-size="466" 61 version="1.1.19"/> 62 62 63 63 <plugin 64 64 id="org.refal.rfpdt.ui" 65 download-size="14 1"66 install-size="14 1"67 version="1.1.1 8"65 download-size="140" 66 install-size="140" 67 version="1.1.19" 68 68 unpack="false"/> 69 69
Note: See TracChangeset
for help on using the changeset viewer.