Skip to content

Commit

Permalink
Fixed UTF-8 Encoding in Phoenix REMOTE API
Browse files Browse the repository at this point in the history
(fixed imported and reformatted)
  • Loading branch information
stuckless committed Feb 2, 2014
1 parent 7e516d4 commit 9a180ec
Show file tree
Hide file tree
Showing 745 changed files with 43,391 additions and 41,039 deletions.
31 changes: 31 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,36 @@
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="lib" path="/home/seans/SageTVBeta/server/Sage.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/seamless-http-1.0.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/jackson-databind-2.1.4.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/jackson-annotations-2.1.4.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/easymock-2.5.2.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/seamless-util-1.0.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/gson-1.7.1.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/api-common-1.0.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/lucene-core-3.0.1.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/commons-lang3-3.0.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/commons-io-1.4.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/themoviedb-3.0.1.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/commons-lang-2.4.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/cling-support-2.0.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/nielm_sageimdb.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/servlet-api-2.5.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/nielm_sageutls.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/seamless-xml-1.0.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/junit-4.7.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/htmlparser-1.6.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/mockito-all-1.9.5.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/dom4j-1.6.1.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/sagex-api.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/GoogleWeather.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/commons-codec-1.3.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/jackson-core-2.1.4.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/jsoup-1.7.1.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/slf4j-api-1.6.0.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/cling-core-2.0.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/log4j-1.2.15.jar"/>
<classpathentry exported="true" kind="lib" path="/home/seans/git/sagetv-phoenix-core/lib/commons-dbutils-1.3.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
*.jar
*.war
*.ear
.classpath
/bin
build.properties
.classpath
userdata/
logs/
cache/
Expand Down
5 changes: 4 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<property name="tools.dir" location="${build.dir}/tools/" />

<property name="name" value="phoenix" />
<property name="version" value="2.5.10" />
<property name="version" value="2.5.11" />
<property name="jarname" value="${name}.jar" />

<!--<property name="createJAVADOC" value="true"/> -->
Expand Down Expand Up @@ -269,6 +269,9 @@
configure();
]]></script>

<echo message="Generating Phoenix API..."/>
<antcall target="generate-phoenix-api"/>
</target>

<target name="init" depends="clean">
Expand Down
Loading

0 comments on commit 9a180ec

Please sign in to comment.