Changeset 3394
- Timestamp:
- Feb 11, 2008, 12:57:47 AM (13 years ago)
- Location:
- devel-tools/trunk/eclipse/org.refal.plus.rfpdt.launch
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
devel-tools/trunk/eclipse/org.refal.plus.rfpdt.launch/.classpath
- Property svn:eol-style set to native
- Property svn:keywords set to Author Date Id Revision
r2691 r3394 2 2 <classpath> 3 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER "/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> 5 5 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 6 6 <classpathentry kind="output" path="bin"/> -
devel-tools/trunk/eclipse/org.refal.plus.rfpdt.launch/.project
- Property svn:eol-style set to native
- Property svn:keywords set to Author Date Id Revision
-
devel-tools/trunk/eclipse/org.refal.plus.rfpdt.launch/.settings/org.eclipse.jdt.core.prefs
- Property svn:eol-style set to native
- Property svn:keywords set to Author Date Id Revision
r3219 r3394 1 # Thu Dec 20 19:50:03 MSK 20071 #Mon Feb 11 00:47:07 MSK 2008 2 2 eclipse.preferences.version=1 3 instance/org.eclipse.core.net/org.eclipse.core.net.hasMigrated=true 3 4 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 4 5 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 … … 54 55 org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line 55 56 org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line 56 org.eclipse.jdt.core.formatter.comment.clear_blank_lines=false57 57 org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false 58 58 org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false 59 59 org.eclipse.jdt.core.formatter.comment.format_block_comments=true 60 org.eclipse.jdt.core.formatter.comment.format_comments=true61 60 org.eclipse.jdt.core.formatter.comment.format_header=false 62 61 org.eclipse.jdt.core.formatter.comment.format_html=true -
devel-tools/trunk/eclipse/org.refal.plus.rfpdt.launch/.settings/org.eclipse.jdt.ui.prefs
- Property svn:eol-style set to native
- Property svn:keywords set to Author Date Id Revision
r3032 r3394 1 #Mon Jul 16 14:01:51 MSD 20071 #Mon Feb 11 00:47:07 MSK 2008 2 2 eclipse.preferences.version=1 3 3 formatter_profile=_Refal+Java 4 4 formatter_settings_version=11 5 in ternal.default.compliance=default6 org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" ?><templates/>5 instance/org.eclipse.core.net/org.eclipse.core.net.hasMigrated=true 6 org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/> -
devel-tools/trunk/eclipse/org.refal.plus.rfpdt.launch/META-INF/MANIFEST.MF
- Property svn:eol-style set to native
- Property svn:keywords set to Author Date Id Revision
r3343 r3394 5 5 Bundle-Version: 1.1.6 6 6 Bundle-Activator: org.refal.plus.rfpdt.launch.LaunchingPlugin 7 Bundle-Vendor: Program Systems Institute, Pereslavl-Zalessky, Russia 7 8 Require-Bundle: org.eclipse.core.resources, 8 9 org.eclipse.core.runtime, … … 20 21 org.refal.plus.rfpdt.editor 21 22 Eclipse-LazyStart: true 22 Bundle- Vendor: Program Systems Institute, Pereslavl-Zalessky, Russia23 Bundle-RequiredExecutionEnvironment: J2SE-1.5 23 24 Export-Package: org.refal.plus.rfpdt.launch, 24 25 org.refal.plus.rfpdt.launch.ui -
devel-tools/trunk/eclipse/org.refal.plus.rfpdt.launch/build.properties
- Property svn:eol-style set to native
- Property svn:keywords set to Author Date Id Revision
-
devel-tools/trunk/eclipse/org.refal.plus.rfpdt.launch/plugin.xml
- Property svn:eol-style set to native
- Property svn:keywords set to Author Date Id Revision
r3009 r3394 58 58 </shortcut> 59 59 </extension> 60 61 60 <extension 62 61 point="org.eclipse.ui.commands"> … … 75 74 sequence="M3+M2+X R"/> 76 75 </extension> 77 78 76 </plugin>
Note: See TracChangeset
for help on using the changeset viewer.