Changeset 23382 in osm for applications/editors/josm/plugins/smed_ex
- Timestamp:
- 2010-09-28T00:43:08+02:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/smed_ex
- Files:
-
- 2 edited
-
build.xml (modified) (2 diffs)
-
src/smed_ex/SmedEx.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed_ex/build.xml
r23244 r23382 135 135 --> 136 136 <manifest> 137 <attribute name="Author" value="Werner , Malcolm"/>137 <attribute name="Author" value="Werner"/> 138 138 <attribute name="Plugin-Class" value="smed.Smed"/> 139 139 <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_ex/src/smed_ex/SmedEx.java
r23261 r23382 16 16 public class SmedEx implements SmedPluggable { 17 17 18 private boolean visible = true; 19 18 20 private JPanel jPanel = null; // @jve:decl-index=0:visual-constraint="78,30" 19 21 private JButton jButton = null; … … 93 95 } 94 96 97 @Override 98 public String getFileName() { return "smed_ex.jar"; } 95 99 }
Note:
See TracChangeset
for help on using the changeset viewer.
