Ignore:
Timestamp:
2010-09-28T00:43:08+02:00 (15 years ago)
Author:
postfix
Message:

toms integrated in smed, basic works

Location:
applications/editors/josm/plugins/smed_about
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed_about/build.xml

    r23244 r23382  
    134134    -->
    135135                        <manifest>
    136                                 <attribute name="Author" value="Werner, Malcolm"/>
     136                                <attribute name="Author" value="Werner"/>
    137137                                <attribute name="Plugin-Class" value="smed.Smed"/>
    138138                                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
     
    188188    -->
    189189                        <manifest>
    190                                 <attribute name="Author" value="Werner, Malcolm"/>
     190                                <attribute name="Author" value="Werner"/>
    191191                                <attribute name="Plugin-Class" value="smed_ex.impl.SmedExImpl"/>
    192192                                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
  • applications/editors/josm/plugins/smed_about/src/smed_about/SmedAbout.java

    r23261 r23382  
    1212public class SmedAbout implements SmedPluggable{
    1313
     14        private boolean visible = true;
     15       
    1416    private JPanel jPanel = null;  //  @jve:decl-index=0:visual-constraint="43,24"
    1517    private JLabel jLabel = null;
     
    7880    }
    7981
     82        @Override
     83        public String getFileName() { return "smed_about.jar"; }
    8084}
Note: See TracChangeset for help on using the changeset viewer.