Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

basic working java client lib #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Python
*.pyc
*.pyo

# Java
**/bin/
*.bak

# Racket
racket-*/compiled/
13 changes: 3 additions & 10 deletions java/.classpath
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="lib" path="libs/commons-codec-1.6.jar"/>
<classpathentry kind="lib" path="libs/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="libs/fluent-hc-4.2.5.jar"/>
<classpathentry kind="lib" path="libs/gson-2.2.4.jar"/>
<classpathentry kind="lib" path="libs/httpclient-4.2.5.jar"/>
<classpathentry kind="lib" path="libs/httpclient-cache-4.2.5.jar"/>
<classpathentry kind="lib" path="libs/httpcore-4.2.4.jar"/>
<classpathentry kind="lib" path="libs/httpmime-4.2.5.jar"/>
<classpathentry kind="lib" path="libs/StickyWeb-doc-2.5.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
</classpath>
4 changes: 2 additions & 2 deletions java/.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>EarthquakeService</name>
<name>EarthquakeWatcher</name>
<comment></comment>
<projects>
</projects>
Expand All @@ -14,4 +14,4 @@
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
</projectDescription>
1 change: 0 additions & 1 deletion java/bin/cache.json

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
20 changes: 10 additions & 10 deletions java/build.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0"?>
<project name="Build EarthquakeService" basedir="." default="dist">
<project name="Build Earthquake Watcher" basedir="." default="dist">
<description>
A build file to generate a distributable .jar for the RealTimeWeb EarthquakeService.
A build file to generate a distributable .jar for the RealTimeWeb Earthquake Watcher.
</description>

<property name="src" location="src"/>
<property name="bin" location="bin"/>
<property name="dist" location="dist"/>
<property name="docs" location="docs"/>
<property name="ver" value="0.9"/>
<property name="ver" value="2"/>
<!-- <propertyfile file=".properties">
<entry key="docs" value="docs/" />
</propertyfile>-->
Expand Down Expand Up @@ -39,7 +39,7 @@
sourcepath='src'
packagenames='*.*'
destdir='${docs}'
windowtitle='EarthquakeService: version ${ver}'
windowtitle='Earthquake Watcher: version ${ver}'
noqualifier='java.*:javax.*:com.sun.*'
linksource='true'
/>
Expand All @@ -49,21 +49,21 @@
<!-- Create the distribution directory -->
<mkdir dir="${dist}"/>

<!-- Put everything in ${build} into the EarthquakeService-${DSTAMP}.jar file -->
<jar jarfile="${dist}/EarthquakeService-${ver}.jar" basedir="${bin}">
<!-- Put everything in ${build} into the earthquakewatcher-${DSTAMP}.jar file -->
<jar jarfile="${dist}/earthquakewatcher-${ver}.jar" basedir="${bin}">
<fileset dir="bin" includes="bin/*.class" />
<zipgroupfileset dir="libs/" includes="*.jar" />
</jar>

<!-- Put everything in ${build} and ${docs} into the EarthquakeService-doc-${DSTAMP}.jar file -->
<jar jarfile="${dist}/EarthquakeService-doc-${ver}.jar" basedir="${bin}">
<!-- Put everything in ${build} and ${docs} into the earthquakewatcher-doc-${DSTAMP}.jar file -->
<jar jarfile="${dist}/earthquakewatcher-doc-${ver}.jar" basedir="${bin}">
<fileset dir="bin" includes="bin/*.class" />
<fileset dir="docs" includes="**" />
<zipgroupfileset dir="libs/" includes="*.jar" />
</jar>

<!-- Put everything in ${build} and ${src} into the EarthquakeService-src-${DSTAMP}.jar file -->
<jar jarfile="${dist}/EarthquakeService-src-${ver}.jar" basedir="${bin}">
<!-- Put everything in ${build} and ${src} into the earthquakewatcher-src-${DSTAMP}.jar file -->
<jar jarfile="${dist}/earthquakewatcher-src-${ver}.jar" basedir="${bin}">
<fileset dir="bin" includes="bin/*.class" />
<fileset dir="src" includes="**" />
<zipgroupfileset dir="libs/" includes="*.jar" />
Expand Down
1 change: 1 addition & 0 deletions java/cache.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion java/data_file.json

This file was deleted.

Binary file removed java/dist/EarthquakeService-0.9.jar
Binary file not shown.
Binary file removed java/dist/EarthquakeService-doc-0.9.jar
Binary file not shown.
Binary file removed java/dist/EarthquakeService-src-0.9.jar
Binary file not shown.
67 changes: 0 additions & 67 deletions java/docs/allclasses-frame.html

This file was deleted.

67 changes: 0 additions & 67 deletions java/docs/allclasses-noframe.html

This file was deleted.

146 changes: 0 additions & 146 deletions java/docs/constant-values.html

This file was deleted.

Loading