Skip to content

Commit

Permalink
fixed issues with JapidSampleDecoupled
Browse files Browse the repository at this point in the history
  • Loading branch information
branaway committed Mar 11, 2016
1 parent 73cc659 commit 227e343
Show file tree
Hide file tree
Showing 230 changed files with 122 additions and 1,536 deletions.
9 changes: 5 additions & 4 deletions JapidSampleDecoupled/.classpath
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="japidviews/**|rythm/**|views/**" kind="src" path="app"/>
<classpathentry kind="src" path="japidroot"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="src" path="docviewer"/>

<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/Users/bran/projects/play-git/framework/play-1.4.x-original-1.4.x-merged.jar" sourcepath="/Users/bran/projects/play-git/framework/src"/>
<classpathentry kind="lib" path="/Users/bran/projects/play-git/framework/play-1.4.x-original-1.4.x-merged.jar" sourcepath="/Users/bran/projects/play-git/framework/src" />
<classpathentry kind="lib" path="/Users/bran/projects/japid/JapidSampleDecoupled/lib/jackson-annotations-2.3.0.jar"/>
<classpathentry kind="lib" path="/Users/bran/projects/japid/JapidSampleDecoupled/lib/jackson-core-2.3.0.jar"/>
<classpathentry kind="lib" path="/Users/bran/projects/japid/JapidSampleDecoupled/lib/jackson-databind-2.3.0.jar" sourcepath="/Users/bran/.ivy2/cache/com.fasterxml.jackson.core/jackson-databind/sources/jackson-databind-2.3.0-sources.jar"/>
<classpathentry kind="lib" path="/Users/bran/projects/japid/JapidSampleDecoupled/lib/japid-0.9.5.2.jar"/>
<classpathentry kind="lib" path="/Users/bran/projects/japid/JapidSampleDecoupled/lib/japidplay-0.9.5.2.jar"/>
<classpathentry kind="lib" path="/Users/bran/projects/japid/JapidSampleDecoupled/lib/japid-0.9.6.jar"/>
<classpathentry kind="lib" path="/Users/bran/projects/japid/JapidSampleDecoupled/lib/japidplay-0.9.6.jar"/>
<classpathentry kind="lib" path="/Users/bran/projects/japid/JapidSampleDecoupled/lib/javaparser-1.0.8.jar" sourcepath="/Users/bran/.ivy2/cache/com.google.code.javaparser/javaparser/sources/javaparser-1.0.8-sources.jar"/>
<classpathentry kind="lib" path="/Users/bran/projects/play-git/framework/lib/activation-1.1.1.jar"/>
<classpathentry kind="lib" path="/Users/bran/projects/play-git/framework/lib/antlr-2.7.7.jar"/>
Expand Down Expand Up @@ -91,5 +91,6 @@
<classpathentry kind="lib" path="/Users/bran/projects/play-git/framework/lib/validation-api-1.0.0.GA.jar"/>
<classpathentry kind="lib" path="/Users/bran/projects/play-git/framework/lib/xmlpull-1.1.3.1.jar"/>
<classpathentry kind="lib" path="/Users/bran/projects/play-git/framework/lib/xstream-1.4.7.jar"/>

<classpathentry kind="output" path="eclipse/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion JapidSampleDecoupled/app/japidviews/AutoPather/foo.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//version: 0.9.5.2
//version: 0.9.6
package japidviews.AutoPather;
import java.util.*;
import java.io.*;
Expand Down
2 changes: 1 addition & 1 deletion JapidSampleDecoupled/eclipse/JapidSampleDecoupled.launch
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="play.server.Server"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="JapidSampleDecoupled"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dplay.debug=yes -Dplay.id=bran -Dapplication.path=&quot;${project_loc:JapidSampleDecoupled}&quot; -Djava.endorsed.dirs=&quot;/Users/bran/projects/play-git/framework/endorsed&quot; -javaagent:&quot;/Users/bran/projects/play-git/framework/lib/PlayAgent.jar&quot;"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dplay.debug=yes -Dplay.id=bran -Dapplication.path=&quot;${project_loc:JapidSampleDecoupled}&quot; -Djava.endorsed.dirs=&quot;/Users/bran/projects/play-git/framework/endorsed&quot; -javaagent:&quot;/Users/bran/projects/play-git/framework/play-1.4.x-original-1.4.x-merged.jar&quot;"/>
</launchConfiguration>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 227e343

Please sign in to comment.