Skip to content

Commit 13da76e

Browse files
Christoph BodensteinChristoph Bodenstein
authored andcommitted
Merging with Distribution Server.
Merge remote-tracking branch 'TOEDistributionServer/master'
2 parents bc0e26e + 7f1b624 commit 13da76e

File tree

1,920 files changed

+323745
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,920 files changed

+323745
-0
lines changed

TOEDistributionServer/.classpath

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="src" path="libs"/>
5+
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
6+
<attributes>
7+
<attribute name="owner.project.facets" value="java"/>
8+
</attributes>
9+
</classpathentry>
10+
<classpathentry exported="true" kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0">
11+
<attributes>
12+
<attribute name="owner.project.facets" value="jst.web"/>
13+
</attributes>
14+
</classpathentry>
15+
<classpathentry kind="lib" path="libs/log4j-1.2.14.jar"/>
16+
<classpathentry kind="lib" path="libs/hibernate3.jar"/>
17+
<classpathentry kind="lib" path="libs/hibernate-annotations.jar"/>
18+
<classpathentry kind="lib" path="libs/ejb3-persistence.jar"/>
19+
<classpathentry kind="lib" path="libs/jaxrs-api-2.3.0.GA.jar"/>
20+
<classpathentry kind="lib" path="libs/commons-io-2.0.1.jar"/>
21+
<classpathentry kind="lib" path="libs/resteasy-multipart-provider-2.3.0.GA.jar"/>
22+
<classpathentry kind="lib" path="libs/resteasy-jaxrs-2.3.0.GA.jar"/>
23+
<classpathentry kind="output" path="build/classes"/>
24+
</classpath>

TOEDistributionServer/.project

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>timenetws-server</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.jdt.core.javabuilder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
<buildCommand>
19+
<name>org.eclipse.wst.common.project.facet.core.builder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
23+
<buildCommand>
24+
<name>org.eclipse.wst.validation.validationbuilder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
28+
</buildSpec>
29+
<natures>
30+
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
31+
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
32+
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
33+
<nature>org.eclipse.jdt.core.javanature</nature>
34+
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
35+
</natures>
36+
</projectDescription>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="WebContent"/>
4+
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
5+
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject">
6+
<attributes>
7+
<attribute name="hide" value="true"/>
8+
</attributes>
9+
</classpathentry>
10+
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
11+
<classpathentry kind="output" path=""/>
12+
</classpath>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3+
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
4+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
5+
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
6+
org.eclipse.jdt.core.compiler.compliance=1.6
7+
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
8+
org.eclipse.jdt.core.compiler.debug.localVariable=generate
9+
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
10+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
11+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
12+
org.eclipse.jdt.core.compiler.source=1.6
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
2+
<wb-module deploy-name="timenetws-server">
3+
<wb-resource deploy-path="/" source-path="/WebContent"/>
4+
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/>
5+
<wb-resource deploy-path="/WEB-INF/classes" source-path="/libs"/>
6+
<property name="java-output-path" value="/timenetws-server/build/classes"/>
7+
<property name="context-root" value="timenetws-server"/>
8+
</wb-module>
9+
</project-modules>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<faceted-project>
3+
<runtime name="Apache Tomcat v7.0"/>
4+
<fixed facet="jst.web"/>
5+
<fixed facet="java"/>
6+
<fixed facet="wst.jsdt.web"/>
7+
<installed facet="java" version="1.6"/>
8+
<installed facet="jst.web" version="2.5"/>
9+
<installed facet="wst.jsdt.web" version="1.0"/>
10+
</faceted-project>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
org.eclipse.wst.jsdt.launching.baseBrowserLibrary
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Window
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Manifest-Version: 1.0
2+
Class-Path:
3+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<html>
2+
<body>
3+
<h1>JAX-RS Upload Form</h1>
4+
5+
<form action="rest/file/upload" method="post" enctype="multipart/form-data">
6+
7+
<p>
8+
Select a file : <input type="file" name="uploadedFile" size="50" />
9+
</p>
10+
11+
<input type="submit" value="Upload It" />
12+
</form>
13+
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)