Changeset 23781 in osm for applications


Ignore:
Timestamp:
2010-10-23T23:15:40+02:00 (14 years ago)
Author:
oliverw
Message:

Removed source zip task.

Location:
applications/editors/josm/plugins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/ColumbusCSV/build.xml

    r23708 r23781  
    9898                <attribute name="Plugin-Icon" value="images/colcsvicon.png"/>
    9999            </manifest>
    100         </jar>
    101         <!-- Zip source files -->
    102         <zip destfile="${plugin.src.zip}">
    103                         <fileset dir="." includes="**/*.java"/>
    104                     <fileset dir="." includes="build.xml,README,LICENSE"/>
    105                 </zip>
     100        </jar>       
    106101    </target>
    107102
  • applications/editors/josm/plugins/ElevationProfile/build.xml

    r23777 r23781  
    105105                <attribute name="Plugin-Icon" value="images/elevation.png"/>
    106106            </manifest>
    107         </jar>
    108         <!-- Zip source files -->
    109         <zip destfile="${plugin.src.zip}">
    110                         <fileset dir="." includes="**/*.java"/>
    111                     <fileset dir="." includes="build.xml,README,LICENSE"/>
    112                 </zip>
     107        </jar>       
    113108    </target>
    114109
Note: See TracChangeset for help on using the changeset viewer.