Changeset 23659 in osm for applications/editors
- Timestamp:
- 2010-10-17T10:24:30+02:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/editgpx
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/editgpx/.classpath
r19683 r23659 3 3 <classpathentry kind="src" path="src"/> 4 4 <classpathentry excluding="src/" including="images/" kind="src" path=""/> 5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER /org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JDK 5"/>5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 7 7 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/editgpx/.project
r14221 r23659 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name>editgpx </name>3 <name>editgpx_svn</name> 4 4 <comment></comment> 5 5 <projects> -
applications/editors/josm/plugins/editgpx/.settings/org.eclipse.jdt.ui.prefs
r21472 r23659 1 #Tue May 25 21:33:38 CEST 2010 1 #Sat Oct 16 19:07:29 CEST 2010 2 cleanup.add_default_serial_version_id=true 3 cleanup.add_generated_serial_version_id=false 4 cleanup.add_missing_annotations=true 5 cleanup.add_missing_deprecated_annotations=true 6 cleanup.add_missing_methods=false 7 cleanup.add_missing_nls_tags=false 8 cleanup.add_missing_override_annotations=true 9 cleanup.add_serial_version_id=false 10 cleanup.always_use_blocks=true 11 cleanup.always_use_parentheses_in_expressions=false 12 cleanup.always_use_this_for_non_static_field_access=false 13 cleanup.always_use_this_for_non_static_method_access=false 14 cleanup.convert_to_enhanced_for_loop=false 15 cleanup.correct_indentation=false 16 cleanup.format_source_code=false 17 cleanup.format_source_code_changes_only=false 18 cleanup.make_local_variable_final=true 19 cleanup.make_parameters_final=false 20 cleanup.make_private_fields_final=true 21 cleanup.make_type_abstract_if_missing_method=false 22 cleanup.make_variable_declarations_final=false 23 cleanup.never_use_blocks=false 24 cleanup.never_use_parentheses_in_expressions=true 25 cleanup.organize_imports=false 26 cleanup.qualify_static_field_accesses_with_declaring_class=false 27 cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true 28 cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true 29 cleanup.qualify_static_member_accesses_with_declaring_class=true 30 cleanup.qualify_static_method_accesses_with_declaring_class=false 31 cleanup.remove_private_constructors=true 32 cleanup.remove_trailing_whitespaces=false 33 cleanup.remove_trailing_whitespaces_all=true 34 cleanup.remove_trailing_whitespaces_ignore_empty=false 35 cleanup.remove_unnecessary_casts=true 36 cleanup.remove_unnecessary_nls_tags=true 37 cleanup.remove_unused_imports=true 38 cleanup.remove_unused_local_variables=false 39 cleanup.remove_unused_private_fields=true 40 cleanup.remove_unused_private_members=false 41 cleanup.remove_unused_private_methods=true 42 cleanup.remove_unused_private_types=true 43 cleanup.sort_members=false 44 cleanup.sort_members_all=false 45 cleanup.use_blocks=false 46 cleanup.use_blocks_only_for_return_and_throw=false 47 cleanup.use_parentheses_in_expressions=false 48 cleanup.use_this_for_non_static_field_access=false 49 cleanup.use_this_for_non_static_field_access_only_if_necessary=true 50 cleanup.use_this_for_non_static_method_access=false 51 cleanup.use_this_for_non_static_method_access_only_if_necessary=true 52 cleanup_profile=org.eclipse.jdt.ui.default.eclipse_clean_up_profile 53 cleanup_settings_version=2 2 54 eclipse.preferences.version=1 3 55 editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true 56 formatter_profile=_Eclipse [built-in] + spaces for indent 57 formatter_settings_version=11 4 58 sp_cleanup.add_default_serial_version_id=true 5 59 sp_cleanup.add_generated_serial_version_id=false -
applications/editors/josm/plugins/editgpx/build.xml
r22548 r23659 22 22 ** and run 23 23 ** > ant publish 24 ** 24 ** 25 25 ** 26 26 --> … … 32 32 33 33 34 <property name="josm" location="../../core/dist/josm-custom.jar"/> 35 <property name="plugin.dist.dir" value="../../dist"/> 34 <!-- <property name="josm" location="../../core/dist/josm-custom.jar"/> --> 35 <property name="josm" location="../JOSM/dist/josm-custom.jar"/> 36 <!-- <property name="plugin.dist.dir" value="../../dist"/>--> 37 <property name="plugin.dist.dir" value=".."/> 36 38 <property name="plugin.build.dir" value="build"/> 37 39 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/> … … 101 103 <arg value="info"/> 102 104 <arg value="--xml"/> 103 <arg value="../../core"/> 105 <!-- <arg value="../../core"/>--> 106 <arg value="../JOSM"/> 104 107 </exec> 105 108 <xmlproperty file="core.info.xml" prefix="coreversion" keepRoot="true" collapseAttributes="true"/>
Note:
See TracChangeset
for help on using the changeset viewer.