Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/music-synthesizer-for-android/blame/commit/6feebefea959a6cffc834f8b10f20b0a168d0707/j2se/.classpath You should set ROOT_URL correctly, otherwise the web may not work correctly.
music-synthesizer-for-android/j2se/.classpath

12 lines
583 B

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**/.svn/*" kind="src" path="core"/>
<classpathentry excluding="**/.svn/*" kind="src" path="core-gen"/>
<classpathentry excluding="**/.svn/*" kind="src" path="src"/>
<classpathentry excluding="**/.svn/*" kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
<classpathentry kind="lib" path="core-lib/libprotobuf.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>