Changeset 3398 for devel-tools
- Timestamp:
- Feb 11, 2008, 1:26:45 AM (13 years ago)
- Location:
- devel-tools/trunk/eclipse
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
devel-tools/trunk/eclipse/org.refal.plus.rfpdt.editor/plugin.xml
r3391 r3398 2 2 <?eclipse version="3.2"?> 3 3 <plugin> 4 5 4 <extension 6 5 point="org.eclipse.ui.editors"> … … 15 14 </editor> 16 15 </extension> 17 18 16 <extension 19 17 id="RfpDocumentSetupParticipant" … … 24 22 extensions="rf,rfi"/> 25 23 </extension> 26 27 24 <extension 28 25 point="org.eclipse.ui.contexts"> … … 34 31 </context> 35 32 </extension> 36 37 33 <extension 38 34 point="org.eclipse.ui.popupMenus"> … … 54 50 </viewerContribution> 55 51 </extension> 56 57 52 <extension 58 53 point="org.eclipse.ui.editorActions"> … … 87 82 </editorContribution> 88 83 </extension> 89 90 84 <extension 91 85 point="org.eclipse.ui.commands"> … … 115 109 name="Go to Matching Bracket"/> 116 110 </extension> 117 118 111 <extension 119 112 point="org.eclipse.ui.bindings"> … … 139 132 sequence="M1+M2+P"/> 140 133 </extension> 141 142 134 <extension 143 135 point="org.eclipse.ui.preferencePages"> … … 157 149 id="org.refal.plus.rfpdt.editor.preferences.SyntaxColoringPreferencePage"/> 158 150 </extension> 159 160 151 <extension 161 152 point="org.eclipse.ui.keywords"> … … 164 155 label="org.refal.plus.rfpdt.editor.general"/> 165 156 </extension> 166 167 157 <extension 168 158 point="org.eclipse.ui.propertyPages"> -
devel-tools/trunk/eclipse/org.refal.plus.rfpdt.feature/feature.xml
r3392 r3398 5 5 version="1.1.6" 6 6 provider-name="Program Systems Institute, Pereslavl-Zalessky, Russia"> 7 8 7 <description url="http://trac.botik.ru/refal"> 9 8 This feature provides an environment for programming in Refal Plus language. 10 9 </description> 11 12 10 <copyright url="http://www.botik.ru/PSI/"> 13 11 Program Systems Institute, Pereslavl-Zalessky, Russia 14 12 </copyright> 15 16 13 <license> 17 14 Anyone can use this feature and its sources for any purpose. 18 15 </license> 19 20 16 <url> 21 17 <update label="Refal Plus development tools for Eclipse" url="http://rfp.botik.ru/eclipse/"/> 22 18 </url> 23 24 19 <plugin 25 20 id="org.refal.plus.rfpdt" … … 28 23 version="1.1.6" 29 24 unpack="false"/> 30 31 25 <plugin 32 26 id="org.refal.plus.rfpdt.editor" … … 35 29 version="1.1.6" 36 30 unpack="false"/> 37 38 31 <plugin 39 32 id="org.refal.plus.rfpdt.launch" … … 42 35 version="1.1.6" 43 36 unpack="false"/> 44 45 37 <plugin 46 38 id="org.refal.plus" … … 49 41 version="1.1.6" 50 42 unpack="false"/> 51 52 43 <plugin 53 44 id="org.refal.plus.rfpdt.help.manual" … … 55 46 install-size="0" 56 47 version="1.1.6"/> 57 58 48 </feature> -
devel-tools/trunk/eclipse/org.refal.plus.rfpdt.help.manual/build.xml
r3393 r3398 1 1 <?xml version="1.0" encoding="UTF-8" ?> 2 3 2 <project name="make_eclipsehelp" default="dita2htmlhelp" basedir="."> 4 3 <!-- The launch configuration should be setup. --> 5 4 <!-- It's desirable to use a separate JRE with the VM argument -Xmx512m. --> 6 5 <!-- An environment variable DITA_DIR should point to the DITA OT's root directory. --> 7 <!-- The classpath should include the directory dita.dir/lib, in order for 8 6 <!-- The classpath should include the directory dita.dir/lib, in order for --> 7 <!-- CatalogManager.properties to be accessible. --> 9 8 <!-- The classpath should include all the jar-s in the directory DITA_DIR/lib. --> 10 11 9 <property name="map.name" value="RfpManual" /> 12 13 10 <property environment="env" /> 14 11 <property name="dita.dir" value="${env.DITA_DIR}" /> 15 16 12 <target name="dita2htmlhelp"> 17 13 <ant antfile="${dita.dir}${file.separator}build_dita2htmlhelp.xml"> … … 26 22 </ant> 27 23 </target> 28 29 24 <target name="dita2pdf"> 30 25 <ant antfile="${dita.dir}${file.separator}build_dita2pdf.xml"> … … 37 32 </ant> 38 33 </target> 39 40 34 <target name="dita2eclipsehelp"> 41 35 <ant antfile="${dita.dir}${file.separator}build_dita2eclipsehelp.xml"> -
devel-tools/trunk/eclipse/org.refal.plus.rfpdt.test/.settings/org.eclipse.jdt.core.prefs
r3395 r3398 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 6 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 5 7 org.eclipse.jdt.core.compiler.compliance=1.5 8 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 9 org.eclipse.jdt.core.compiler.debug.localVariable=generate 10 org.eclipse.jdt.core.compiler.debug.sourceFile=generate 6 11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 7 12 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error … … 50 55 org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line 51 56 org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line 52 org.eclipse.jdt.core.formatter.comment.clear_blank_lines=false53 57 org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false 54 58 org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false 55 59 org.eclipse.jdt.core.formatter.comment.format_block_comments=true 56 org.eclipse.jdt.core.formatter.comment.format_comments=true57 60 org.eclipse.jdt.core.formatter.comment.format_header=false 58 61 org.eclipse.jdt.core.formatter.comment.format_html=true -
devel-tools/trunk/eclipse/org.refal.plus.rfpdt.test/.settings/org.eclipse.jdt.ui.prefs
r3395 r3398 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 internal.default.compliance=default 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/.project
r3390 r3398 2 2 <projectDescription> 3 3 <name>org.refal.plus.rfpdt</name> 4 <comment></comment> 4 5 <projects> 5 6 </projects> -
devel-tools/trunk/eclipse/org.refal.plus.rfpdt/plugin.xml
r3390 r3398 2 2 <?eclipse version="3.2"?> 3 3 <plugin> 4 5 4 <extension 6 5 id="RfpBuilder" … … 60 59 natureId="RfpNature"/> 61 60 </extension> 62 63 61 </plugin>
Note: See TracChangeset
for help on using the changeset viewer.