File tree Expand file tree Collapse file tree 10 files changed +1065
-0
lines changed
conf/org/diretto/api/client/external/processing
src/org/diretto/api/client/external/processing Expand file tree Collapse file tree 10 files changed +1065
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <classpath >
3
+ <classpathentry kind =" src" path =" src" />
4
+ <classpathentry kind =" src" path =" conf" />
5
+ <classpathentry combineaccessrules =" false" exported =" true" kind =" src" path =" /JavaClient" >
6
+ <attributes >
7
+ <attribute name =" org.eclipse.jst.component.dependency" value =" ../" />
8
+ </attributes >
9
+ </classpathentry >
10
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6" >
11
+ <attributes >
12
+ <attribute name =" owner.project.facets" value =" java" />
13
+ </attributes >
14
+ </classpathentry >
15
+ <classpathentry kind =" con" path =" org.eclipse.jst.j2ee.internal.module.container" />
16
+ <classpathentry kind =" output" path =" bin" />
17
+ </classpath >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <projectDescription >
3
+ <name >JavaClientProcessingPlugin</name >
4
+ <comment ></comment >
5
+ <projects >
6
+ <project >JavaClient</project >
7
+ </projects >
8
+ <buildSpec >
9
+ <buildCommand >
10
+ <name >org.eclipse.wst.common.project.facet.core.builder</name >
11
+ <arguments >
12
+ </arguments >
13
+ </buildCommand >
14
+ <buildCommand >
15
+ <name >org.eclipse.jdt.core.javabuilder</name >
16
+ <arguments >
17
+ </arguments >
18
+ </buildCommand >
19
+ <buildCommand >
20
+ <name >org.eclipse.wst.validation.validationbuilder</name >
21
+ <arguments >
22
+ </arguments >
23
+ </buildCommand >
24
+ <buildCommand >
25
+ <name >net.sourceforge.metrics.builder</name >
26
+ <arguments >
27
+ </arguments >
28
+ </buildCommand >
29
+ </buildSpec >
30
+ <natures >
31
+ <nature >org.eclipse.jem.workbench.JavaEMFNature</nature >
32
+ <nature >org.eclipse.wst.common.modulecore.ModuleCoreNature</nature >
33
+ <nature >org.eclipse.jdt.core.javanature</nature >
34
+ <nature >org.eclipse.wst.common.project.facet.core.nature</nature >
35
+ <nature >net.sourceforge.metrics.nature</nature >
36
+ </natures >
37
+ </projectDescription >
Original file line number Diff line number Diff line change
1
+ # Sun Jul 31 00:18:04 CEST 2011
2
+ eclipse.preferences.version =1
3
+ org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
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
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <project-modules id =" moduleCoreId" project-version =" 1.5.0" >
3
+ <wb-module deploy-name =" JavaClientProcessingPlugin" >
4
+ <wb-resource deploy-path =" /" source-path =" /src" />
5
+ <wb-resource deploy-path =" /" source-path =" /conf" />
6
+ </wb-module >
7
+ </project-modules >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <faceted-project >
3
+ <runtime name =" Jetty v7.2" />
4
+ <installed facet =" java" version =" 1.6" />
5
+ <installed facet =" jst.utility" version =" 1.0" />
6
+ </faceted-project >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+
3
+ <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" config.xsd" >
4
+
5
+ <name >org.diretto.api.external.processing</name >
6
+ <api-version >v2</api-version >
7
+ <service-class >org.diretto.api.client.external.processing.ProcessingServiceImpl</service-class >
8
+
9
+ <restlet-client >
10
+
11
+ <connector-protocol >HTTP</connector-protocol >
12
+
13
+ <!-- http://www.restlet.org/documentation/snapshot/jse/ext/org/restlet/ext/httpclient/HttpClientHelper.html -->
14
+
15
+ <connector-parameters >
16
+ <parameter name =" followRedirects" value =" false" />
17
+ <parameter name =" idleCheckInterval" value =" 0" />
18
+ <parameter name =" idleTimeout" value =" 40000" />
19
+ <parameter name =" maxConnectionsPerHost" value =" 64" />
20
+ <parameter name =" maxTotalConnections" value =" 128" />
21
+ <parameter name =" stopIdleTimeout" value =" 10000" />
22
+ <parameter name =" socketTimeout" value =" 0" />
23
+ <parameter name =" tcpNoDelay" value =" false" />
24
+ </connector-parameters >
25
+
26
+ </restlet-client >
27
+
28
+ </config >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+
3
+ <xs : schema xmlns : xs =" http://www.w3.org/2001/XMLSchema" elementFormDefault =" qualified" >
4
+
5
+ <xs : element name =" config" >
6
+ <xs : complexType >
7
+ <xs : sequence >
8
+ <xs : element name =" name" type =" xs:string" />
9
+ <xs : element name =" api-version" type =" xs:string" />
10
+ <xs : element name =" service-class" type =" xs:string" />
11
+ <xs : element name =" restlet-client" >
12
+ <xs : complexType >
13
+ <xs : sequence >
14
+ <xs : element name =" connector-protocol" type =" xs:string" />
15
+ <xs : element ref =" connector-parameters" minOccurs =" 0" maxOccurs =" 1" />
16
+ </xs : sequence >
17
+ </xs : complexType >
18
+ </xs : element >
19
+ </xs : sequence >
20
+ </xs : complexType >
21
+ </xs : element >
22
+
23
+ <xs : element name =" connector-parameters" >
24
+ <xs : complexType >
25
+ <xs : sequence >
26
+ <xs : element name =" parameter" minOccurs =" 1" maxOccurs =" unbounded" >
27
+ <xs : complexType >
28
+ <xs : attribute name =" name" type =" xs:string" use =" required" />
29
+ <xs : attribute name =" value" type =" xs:string" use =" required" />
30
+ </xs : complexType >
31
+ </xs : element >
32
+ </xs : sequence >
33
+ </xs : complexType >
34
+ </xs : element >
35
+
36
+ </xs : schema >
You can’t perform that action at this time.
0 commit comments