Ignore:
Timestamp:
2018-08-18T02:53:05+02:00 (6 years ago)
Author:
donvip
Message:

update Apache HTTP client, checkstyle

Location:
applications/editors/josm/plugins/apache-http
Files:
3 added
3 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/apache-http/.classpath

    r32680 r34491  
    55        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-apache-commons"/>
    7         <classpathentry exported="true" kind="lib" path="lib/httpclient-4.5.2.jar"/>
    8         <classpathentry exported="true" kind="lib" path="lib/httpcore-4.4.4.jar"/>
    9         <classpathentry exported="true" kind="lib" path="lib/httpmime-4.5.2.jar"/>
     7        <classpathentry exported="true" kind="lib" path="lib/httpclient-4.5.6.jar"/>
     8        <classpathentry exported="true" kind="lib" path="lib/httpcore-4.4.10.jar"/>
     9        <classpathentry exported="true" kind="lib" path="lib/httpmime-4.5.6.jar"/>
    1010        <classpathentry kind="output" path="bin"/>
    1111</classpath>
  • applications/editors/josm/plugins/apache-http/.project

    r32111 r34491  
    1616                        </arguments>
    1717                </buildCommand>
     18                <buildCommand>
     19                        <name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
     20                        <arguments>
     21                        </arguments>
     22                </buildCommand>
    1823        </buildSpec>
    1924        <natures>
    2025                <nature>org.eclipse.jdt.core.javanature</nature>
     26                <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
    2127        </natures>
    2228</projectDescription>
  • applications/editors/josm/plugins/apache-http/src/org/openstreetmap/josm/plugins/http/HttpPlugin.java

    r31682 r34491  
    55import org.openstreetmap.josm.plugins.PluginInformation;
    66
     7/**
     8 * Apache HTTP plugin.
     9 */
    710public class HttpPlugin extends Plugin {
    811
Note: See TracChangeset for help on using the changeset viewer.