Changeset 24193 in osm for applications/editors/josm
- Timestamp:
 - 2010-11-11T15:15:15+01:00 (15 years ago)
 - Location:
 - applications/editors/josm
 - Files:
 - 
      
- 7 added
 - 4 deleted
 - 1 edited
 - 1 copied
 
- 
          
  dist/restart.jar (added)
 - 
          
  plugins/restart (copied) (copied from applications/editors/josm/plugins/00_plugin_dir_template ) (1 prop)
 - 
          
  plugins/restart/.classpath (added)
 - 
          
  plugins/restart/.project (added)
 - 
          
  plugins/restart/GPL-v2.0.txt (deleted)
 - 
          
  plugins/restart/GPL-v3.0.txt (deleted)
 - 
          
  plugins/restart/LICENSE (added)
 - 
          
  plugins/restart/README (deleted)
 - 
          
  plugins/restart/README.template (deleted)
 - 
          
  plugins/restart/build.xml (modified) (2 diffs)
 - 
          
  plugins/restart/src/josmrestartplugin (added)
 - 
          
  plugins/restart/src/josmrestartplugin/RestartJosmAction.java (added)
 - 
          
  plugins/restart/src/josmrestartplugin/RestartPlugin.java (added)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
applications/editors/josm/plugins/restart
- 
Property       svn:ignore
 set to       
bin
build
 
 - 
Property       svn:ignore
 set to       
 - 
      
applications/editors/josm/plugins/restart/build.xml
r23263 r24193 28 28 ** 29 29 --> 30 <project name=" myPluginName" default="dist" basedir=".">30 <project name="restart" default="dist" basedir="."> 31 31 32 32 <!-- enter the SVN commit message --> … … 100 100 --> 101 101 <manifest> 102 <attribute name="Author" value=" ..."/>103 <attribute name="Plugin-Class" value=" ..."/>102 <attribute name="Author" value="Upliner"/> 103 <attribute name="Plugin-Class" value="josmrestartplugin.RestartPlugin"/> 104 104 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 105 <attribute name="Plugin-Description" value=" ..."/>106 <attribute name="Plugin-Icon" value=" ..."/>107 <attribute name="Plugin-Link" value=" ..."/>105 <attribute name="Plugin-Description" value="Adds "Restart JOSM" item to File menu."/> 106 <attribute name="Plugin-Icon" value=""/> 107 <attribute name="Plugin-Link" value=""/> 108 108 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 109 109 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  