Changeset 3557
- Timestamp:
- Mar 18, 2008, 6:59:41 PM (13 years ago)
- Files:
-
- 2 added
- 2 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
devel-tools/trunk/eclipse/org.refal.rfpdt.core/META-INF/MANIFEST.MF
r3537 r3557 12 12 org.eclipse.jdt.core, 13 13 org.eclipse.jdt.launching, 14 org.refal. plus14 org.refal.rfpdt.compiler 15 15 Eclipse-LazyStart: true 16 16 Bundle-RequiredExecutionEnvironment: J2SE-1.5 -
devel-tools/trunk/eclipse/org.refal.rfpdt.runtime/.project
r3555 r3557 6 6 </projects> 7 7 <buildSpec> 8 <buildCommand>9 <name>org.eclipse.jdt.core.javabuilder</name>10 <arguments>11 </arguments>12 </buildCommand>13 <buildCommand>14 <name>org.eclipse.pde.ManifestBuilder</name>15 <arguments>16 </arguments>17 </buildCommand>18 <buildCommand>19 <name>org.eclipse.pde.SchemaBuilder</name>20 <arguments>21 </arguments>22 </buildCommand>23 8 </buildSpec> 24 9 <natures> 25 <nature>org.eclipse.pde.PluginNature</nature>26 <nature>org.eclipse.jdt.core.javanature</nature>27 10 </natures> 28 11 </projectDescription> -
devel-tools/trunk/eclipse/org.refal.rfpdt.runtime/build.properties
r3544 r3557 2 2 output.. = bin/ 3 3 bin.includes = META-INF/,\ 4 . 4 .,\ 5 rfprt-src.jar,\ 6 rfprt.jar -
devel-tools/trunk/eclipse/org.refal.rfpdt/feature.xml
r3538 r3557 56 56 57 57 <plugin 58 id="org.refal. plus"58 id="org.refal.rfpdt.runtime" 59 59 download-size="0" 60 60 install-size="0" 61 version="1.1.10" 61 version="1.1.10"/> 62 63 <plugin 64 id="org.refal.rfpdt.compiler" 65 download-size="0" 66 install-size="0" 67 version="0.0.0" 62 68 unpack="false"/> 63 69 -
to-imperative/trunk/java/META-INF/MANIFEST.MF
r3536 r3557 3 3 Bundle-ManifestVersion: 2 4 4 Bundle-Name: Refal Plus Runtime 5 Bundle-SymbolicName: org.refal. plus5 Bundle-SymbolicName: org.refal.rfpdt.compiler 6 6 Bundle-Version: 1.1.10 7 7 Bundle-Vendor: Program Systems Institute of RAS
Note: See TracChangeset
for help on using the changeset viewer.