Changeset 16006 in josm for trunk/.project


Ignore:
Timestamp:
2020-03-03T02:12:44+01:00 (4 years ago)
Author:
Don-vip
Message:

see #18140 - reorganization of data(_nodist), images(_nodist), styles(_nodist), IDE and native files in a more practical file tree.

  • Everything belonging to the jar is now in resources (data, images, styles)
  • Everything not belonging to the jar is now in nodist (data, images, styles)
  • Everything related to OS native functions is now in native (linux, macosx, windows)
  • Everything related to an IDE is now in ide (eclipse, netbeans)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.project

    r15977 r16006  
    3636                        </arguments>
    3737                </buildCommand>
     38                <buildCommand>
     39                        <name>net.sourceforge.pmd.eclipse.plugin.pmdBuilder</name>
     40                        <arguments>
     41                        </arguments>
     42                </buildCommand>
    3843        </buildSpec>
    3944        <natures>
     
    4449                <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
    4550                <nature>org.apache.ivyde.eclipse.ivynature</nature>
     51                <nature>net.sourceforge.pmd.eclipse.plugin.pmdNature</nature>
    4652        </natures>
    4753</projectDescription>
Note: See TracChangeset for help on using the changeset viewer.