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_ex
Files:
2 edited

Legend:

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

    r23244 r23382  
    135135    -->
    136136                        <manifest>
    137                                 <attribute name="Author" value="Werner, Malcolm"/>
     137                                <attribute name="Author" value="Werner"/>
    138138                                <attribute name="Plugin-Class" value="smed.Smed"/>
    139139                                <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_ex/src/smed_ex/SmedEx.java

    r23261 r23382  
    1616public class SmedEx implements SmedPluggable {
    1717
     18        private boolean visible = true;
     19       
    1820    private JPanel jPanel = null;  //  @jve:decl-index=0:visual-constraint="78,30"
    1921    private JButton jButton = null;
     
    9395    }
    9496
     97        @Override
     98        public String getFileName() { return "smed_ex.jar"; }
    9599}
Note: See TracChangeset for help on using the changeset viewer.