Changeset 23382 in osm for applications/editors/josm/plugins/smed_about
- Timestamp:
- 2010-09-28T00:43:08+02:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/smed_about
- Files:
-
- 2 edited
-
build.xml (modified) (2 diffs)
-
src/smed_about/SmedAbout.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed_about/build.xml
r23244 r23382 134 134 --> 135 135 <manifest> 136 <attribute name="Author" value="Werner , Malcolm"/>136 <attribute name="Author" value="Werner"/> 137 137 <attribute name="Plugin-Class" value="smed.Smed"/> 138 138 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> … … 188 188 --> 189 189 <manifest> 190 <attribute name="Author" value="Werner , Malcolm"/>190 <attribute name="Author" value="Werner"/> 191 191 <attribute name="Plugin-Class" value="smed_ex.impl.SmedExImpl"/> 192 192 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> -
applications/editors/josm/plugins/smed_about/src/smed_about/SmedAbout.java
r23261 r23382 12 12 public class SmedAbout implements SmedPluggable{ 13 13 14 private boolean visible = true; 15 14 16 private JPanel jPanel = null; // @jve:decl-index=0:visual-constraint="43,24" 15 17 private JLabel jLabel = null; … … 78 80 } 79 81 82 @Override 83 public String getFileName() { return "smed_about.jar"; } 80 84 }
Note:
See TracChangeset
for help on using the changeset viewer.
