Skip to content

Commit

Permalink
Add eclipse-stuff to the master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
xrobau committed Aug 1, 2013
1 parent d0260b0 commit 4842f6d
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .classpath
@@ -0,0 +1,29 @@
<?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">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/deps/apache-mime4j-0.6.jar"/>
<classpathentry kind="lib" path="lib/deps/commons-codec-1.3.jar"/>
<classpathentry kind="lib" path="lib/deps/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/deps/commons-io-2.2.jar"/>
<classpathentry kind="lib" path="lib/deps/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/deps/httpclient-4.0.3.jar"/>
<classpathentry kind="lib" path="lib/deps/httpcore-4.0.1.jar"/>
<classpathentry kind="lib" path="lib/deps/httpmime-4.0.3.jar"/>
<classpathentry kind="lib" path="lib/deps/java-getopt-1.0.13.jar"/>
<classpathentry kind="lib" path="lib/deps/jaxen-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/deps/jdom-contrib.jar"/>
<classpathentry kind="lib" path="lib/deps/jdom.jar"/>
<classpathentry kind="lib" path="lib/deps/jetty-6.1.22.jar"/>
<classpathentry kind="lib" path="lib/deps/jetty-util-6.1.22.jar"/>
<classpathentry kind="lib" path="lib/deps/servlet-api-2.5-20081211.jar"/>
<classpathentry kind="lib" path="lib/deps/twitter4j-async-3.0.3.jar"/>
<classpathentry kind="lib" path="lib/deps/twitter4j-core-3.0.3.jar"/>
<classpathentry kind="lib" path="lib/deps/twitter4j-media-support-3.0.3.jar"/>
<classpathentry kind="lib" path="lib/deps/twitter4j-stream-3.0.3.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
29 changes: 29 additions & 0 deletions .project
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>crg-scoreboard</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
</natures>
</projectDescription>
16 changes: 16 additions & 0 deletions .settings/.jsdtscope
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="html/external/jquery-mobile/jquery.mobile.js" kind="src" path="">
<attributes>
<attribute name="provider" value="org.eclipse.wst.jsdt.web.core.internal.project.ModuleSourcePathProvider"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject">
<attributes>
<attribute name="hide" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
<classpathentry kind="output" path=""/>
</classpath>
7 changes: 7 additions & 0 deletions .settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,7 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
org.eclipse.jdt.core.compiler.compliance=1.7
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.7
6 changes: 6 additions & 0 deletions .settings/org.eclipse.wst.common.project.facet.core.xml
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<fixed facet="wst.jsdt.web"/>
<installed facet="java" version="1.7"/>
<installed facet="wst.jsdt.web" version="1.0"/>
</faceted-project>
1 change: 1 addition & 0 deletions .settings/org.eclipse.wst.jsdt.ui.superType.container
@@ -0,0 +1 @@
org.eclipse.wst.jsdt.launching.baseBrowserLibrary
1 change: 1 addition & 0 deletions .settings/org.eclipse.wst.jsdt.ui.superType.name
@@ -0,0 +1 @@
Window

0 comments on commit 4842f6d

Please sign in to comment.