Changeset 34491 in osm for applications/editors/josm
- Timestamp:
- 2018-08-18T02:53:05+02:00 (6 years ago)
- 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 5 5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 6 6 <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"/> 10 10 <classpathentry kind="output" path="bin"/> 11 11 </classpath> -
applications/editors/josm/plugins/apache-http/.project
r32111 r34491 16 16 </arguments> 17 17 </buildCommand> 18 <buildCommand> 19 <name>net.sf.eclipsecs.core.CheckstyleBuilder</name> 20 <arguments> 21 </arguments> 22 </buildCommand> 18 23 </buildSpec> 19 24 <natures> 20 25 <nature>org.eclipse.jdt.core.javanature</nature> 26 <nature>net.sf.eclipsecs.core.CheckstyleNature</nature> 21 27 </natures> 22 28 </projectDescription> -
applications/editors/josm/plugins/apache-http/src/org/openstreetmap/josm/plugins/http/HttpPlugin.java
r31682 r34491 5 5 import org.openstreetmap.josm.plugins.PluginInformation; 6 6 7 /** 8 * Apache HTTP plugin. 9 */ 7 10 public class HttpPlugin extends Plugin { 8 11
Note:
See TracChangeset
for help on using the changeset viewer.