Changeset 23659 in osm for applications/editors


Ignore:
Timestamp:
2010-10-17T10:24:30+02:00 (14 years ago)
Author:
mgarbe
Message:

'Changed constructor signature of plugin main class'

Location:
applications/editors/josm/plugins/editgpx
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/editgpx/.classpath

    r19683 r23659  
    33        <classpathentry kind="src" path="src"/>
    44        <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"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    77        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/editgpx/.project

    r14221 r23659  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<projectDescription>
    3         <name>editgpx</name>
     3        <name>editgpx_svn</name>
    44        <comment></comment>
    55        <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
     2cleanup.add_default_serial_version_id=true
     3cleanup.add_generated_serial_version_id=false
     4cleanup.add_missing_annotations=true
     5cleanup.add_missing_deprecated_annotations=true
     6cleanup.add_missing_methods=false
     7cleanup.add_missing_nls_tags=false
     8cleanup.add_missing_override_annotations=true
     9cleanup.add_serial_version_id=false
     10cleanup.always_use_blocks=true
     11cleanup.always_use_parentheses_in_expressions=false
     12cleanup.always_use_this_for_non_static_field_access=false
     13cleanup.always_use_this_for_non_static_method_access=false
     14cleanup.convert_to_enhanced_for_loop=false
     15cleanup.correct_indentation=false
     16cleanup.format_source_code=false
     17cleanup.format_source_code_changes_only=false
     18cleanup.make_local_variable_final=true
     19cleanup.make_parameters_final=false
     20cleanup.make_private_fields_final=true
     21cleanup.make_type_abstract_if_missing_method=false
     22cleanup.make_variable_declarations_final=false
     23cleanup.never_use_blocks=false
     24cleanup.never_use_parentheses_in_expressions=true
     25cleanup.organize_imports=false
     26cleanup.qualify_static_field_accesses_with_declaring_class=false
     27cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
     28cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
     29cleanup.qualify_static_member_accesses_with_declaring_class=true
     30cleanup.qualify_static_method_accesses_with_declaring_class=false
     31cleanup.remove_private_constructors=true
     32cleanup.remove_trailing_whitespaces=false
     33cleanup.remove_trailing_whitespaces_all=true
     34cleanup.remove_trailing_whitespaces_ignore_empty=false
     35cleanup.remove_unnecessary_casts=true
     36cleanup.remove_unnecessary_nls_tags=true
     37cleanup.remove_unused_imports=true
     38cleanup.remove_unused_local_variables=false
     39cleanup.remove_unused_private_fields=true
     40cleanup.remove_unused_private_members=false
     41cleanup.remove_unused_private_methods=true
     42cleanup.remove_unused_private_types=true
     43cleanup.sort_members=false
     44cleanup.sort_members_all=false
     45cleanup.use_blocks=false
     46cleanup.use_blocks_only_for_return_and_throw=false
     47cleanup.use_parentheses_in_expressions=false
     48cleanup.use_this_for_non_static_field_access=false
     49cleanup.use_this_for_non_static_field_access_only_if_necessary=true
     50cleanup.use_this_for_non_static_method_access=false
     51cleanup.use_this_for_non_static_method_access_only_if_necessary=true
     52cleanup_profile=org.eclipse.jdt.ui.default.eclipse_clean_up_profile
     53cleanup_settings_version=2
    254eclipse.preferences.version=1
    355editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
     56formatter_profile=_Eclipse [built-in] + spaces for indent
     57formatter_settings_version=11
    458sp_cleanup.add_default_serial_version_id=true
    559sp_cleanup.add_generated_serial_version_id=false
  • applications/editors/josm/plugins/editgpx/build.xml

    r22548 r23659  
    2222** and run
    2323**    > ant  publish
    24 **
     24** 
    2525**
    2626-->
     
    3232
    3333
    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=".."/>
    3638        <property name="plugin.build.dir"       value="build"/>
    3739        <property name="plugin.jar"             value="${plugin.dist.dir}/${ant.project.name}.jar"/>
     
    101103                        <arg value="info"/>
    102104                        <arg value="--xml"/>
    103                         <arg value="../../core"/>
     105                        <!-- <arg value="../../core"/>-->
     106                        <arg value="../JOSM"/>
    104107                </exec>
    105108                <xmlproperty file="core.info.xml" prefix="coreversion" keepRoot="true" collapseAttributes="true"/>
Note: See TracChangeset for help on using the changeset viewer.