Changeset 29854 in osm for applications/editors/josm/plugins/czechaddress
- Timestamp:
- 2013-08-21T03:47:16+02:00 (12 years ago)
- Location:
- applications/editors/josm/plugins/czechaddress
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/czechaddress/build.xml
r29784 r29854 6 6 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/> 7 7 <property name="plugin.manifest" value="${plugin.build.dir}/org/openstreetmap/josm/plugins/czechaddress/MANIFEST.MF"/> 8 <property name="ant.build.javac.target" value="1. 5"/>8 <property name="ant.build.javac.target" value="1.6"/> 9 9 <target name="clean" description="Removes all build files and the plugins's jar"> 10 10 <delete dir="${plugin.build.dir}"/> … … 33 33 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/CS:JOSM/Plugins/CzechAddress"/> 34 34 <attribute name="Plugin-Icon" value="images/preferences/czech_flag.png"/> 35 <attribute name="Plugin-Mainversion" value="6 088"/>35 <attribute name="Plugin-Mainversion" value="6162"/> 36 36 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 37 37 </manifest> -
applications/editors/josm/plugins/czechaddress/nbproject/project.xml
r18892 r29854 87 87 <built-to>build</built-to> 88 88 <javadoc-built-to>doc</javadoc-built-to> 89 <source-level>1. 5</source-level>89 <source-level>1.6</source-level> 90 90 </compilation-unit> 91 91 <compilation-unit> 92 92 <package-root>tests</package-root> 93 93 <unit-tests/> 94 <source-level>1. 5</source-level>94 <source-level>1.6</source-level> 95 95 </compilation-unit> 96 96 </java-data> -
applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/gui/ConflictResolver.java
r29727 r29854 78 78 * always regenerated by the Form Editor. 79 79 */ 80 @SuppressWarnings("unchecked")81 80 // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents 82 81 private void initComponents() { … … 411 410 } 412 411 } 413 412 /* 414 413 public void clear() { 415 414 logger.log(Level.FINE, "conflicts: clearing"); … … 425 424 listener.contentsChanged(evt); 426 425 } 427 426 */ 428 427 public void setSelectedItem(Object anItem) { 429 428 -
applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/gui/FactoryDialog.java
r29727 r29854 257 257 * always regenerated by the Form Editor. 258 258 */ 259 @SuppressWarnings("unchecked")260 259 // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents 261 260 private void initComponents() { -
applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/gui/LocationSelector.java
r29727 r29854 195 195 * always regenerated by the Form Editor. 196 196 */ 197 @SuppressWarnings("unchecked")198 197 // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents 199 198 private void initComponents() { -
applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/gui/ManagerDialog.java
r29727 r29854 195 195 * always regenerated by the Form Editor. 196 196 */ 197 @SuppressWarnings("unchecked")198 197 // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents 199 198 private void initComponents() { … … 226 225 } 227 226 ) { 228 Class[] types = new Class [] { 227 Class<?>[] types = new Class [] { 229 228 java.lang.Object.class, java.lang.String.class 230 229 }; … … 233 232 }; 234 233 235 public Class getColumnClass(int columnIndex) { 234 public Class<?> getColumnClass(int columnIndex) { 236 235 return types [columnIndex]; 237 236 } -
applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/gui/databaseeditors/HouseEditor.java
r29727 r29854 53 53 * always regenerated by the Form Editor. 54 54 */ 55 @SuppressWarnings("unchecked")56 55 // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents 57 56 private void initComponents() { -
applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/gui/databaseeditors/StreetEditor.java
r29727 r29854 61 61 * always regenerated by the Form Editor. 62 62 */ 63 @SuppressWarnings("unchecked")64 63 // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents 65 64 private void initComponents() { -
applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/gui/databaseeditors/SuburbEditor.java
r29727 r29854 70 70 * always regenerated by the Form Editor. 71 71 */ 72 @SuppressWarnings("unchecked")73 72 // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents 74 73 private void initComponents() {
Note:
See TracChangeset
for help on using the changeset viewer.