Skip to content

Commit f4cf74f

Browse files
committed
initial commit
1 parent ca00225 commit f4cf74f

File tree

183 files changed

+205972
-8
lines changed

Some content is hidden

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

183 files changed

+205972
-8
lines changed

LocationService/.classpath

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="src" path="resource"/>
5+
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
6+
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
7+
<classpathentry combineaccessrules="false" kind="src" path="/location-service-library"/>
8+
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/com.ibm.ws.st.core.runtimeClasspathProvider/WebSphere Application Server V8.5 Liberty Profile">
9+
<attributes>
10+
<attribute name="owner.project.facets" value="jst.web"/>
11+
</attributes>
12+
</classpathentry>
13+
<classpathentry kind="src" path=".apt_generated">
14+
<attributes>
15+
<attribute name="optional" value="true"/>
16+
</attributes>
17+
</classpathentry>
18+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/Java70">
19+
<attributes>
20+
<attribute name="owner.project.facets" value="java"/>
21+
</attributes>
22+
</classpathentry>
23+
<classpathentry kind="lib" path="/location-service-library/lib/commons-math3-3.3.jar">
24+
<attributes>
25+
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
26+
</attributes>
27+
</classpathentry>
28+
<classpathentry kind="lib" path="/location-service-library/lib/wink-1.4.jar">
29+
<attributes>
30+
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
31+
</attributes>
32+
</classpathentry>
33+
<classpathentry kind="output" path="build/classes"/>
34+
</classpath>

LocationService/.factorypath

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<factorypath>
2+
<factorypathentry kind="PLUGIN" id="com.ibm.jee.annotations.processor" enabled="true" runInBatchMode="false"/>
3+
<factorypathentry kind="PLUGIN" id="com.ibm.etools.javaee.cdi.ext.ui" enabled="false" runInBatchMode="false"/>
4+
<factorypathentry kind="PLUGIN" id="com.ibm.jaxrs.annotations.processor" enabled="false" runInBatchMode="false"/>
5+
<factorypathentry kind="PLUGIN" id="org.eclipse.jst.ws.annotations.core" enabled="true" runInBatchMode="false"/>
6+
</factorypath>

LocationService/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/.apt_generated
2+
/build

LocationService/.project

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>LocationService</name>
4+
<comment></comment>
5+
<projects>
6+
<project>location-service-library</project>
7+
<project>location-service-resource</project>
8+
</projects>
9+
<buildSpec>
10+
<buildCommand>
11+
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
12+
<arguments>
13+
</arguments>
14+
</buildCommand>
15+
<buildCommand>
16+
<name>org.eclipse.jdt.core.javabuilder</name>
17+
<arguments>
18+
</arguments>
19+
</buildCommand>
20+
<buildCommand>
21+
<name>org.eclipse.wst.common.project.facet.core.builder</name>
22+
<arguments>
23+
</arguments>
24+
</buildCommand>
25+
<buildCommand>
26+
<name>org.eclipse.wst.validation.validationbuilder</name>
27+
<arguments>
28+
</arguments>
29+
</buildCommand>
30+
</buildSpec>
31+
<natures>
32+
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
33+
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
34+
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
35+
<nature>org.eclipse.jdt.core.javanature</nature>
36+
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
37+
</natures>
38+
</projectDescription>

LocationService/.settings/.jsdtscope

+12
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>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#Wed Oct 07 22:49:22 JST 2015
2+
com.ibm.ws.ast.st.migration.lastKnownVersion=8.5
3+
eclipse.preferences.version=1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.apt.aptEnabled=true
3+
org.eclipse.jdt.apt.reconcileEnabled=true
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
4+
org.eclipse.jdt.core.compiler.compliance=1.7
5+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
6+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
7+
org.eclipse.jdt.core.compiler.processAnnotations=enabled
8+
org.eclipse.jdt.core.compiler.source=1.7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
2+
<wb-module deploy-name="LocationService">
3+
<wb-resource deploy-path="/" source-path="/WebContent" tag="defaultRootSource"/>
4+
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/>
5+
<wb-resource deploy-path="/WEB-INF/classes" source-path="/.apt_generated"/>
6+
<wb-resource deploy-path="/WEB-INF/classes" source-path="/resource"/>
7+
<dependent-module archiveName="location-service-library.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/location-service-library/location-service-library">
8+
<dependency-type>uses</dependency-type>
9+
</dependent-module>
10+
<dependent-module archiveName="location-service-resource.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/location-service-resource/location-service-resource">
11+
<dependency-type>uses</dependency-type>
12+
</dependent-module>
13+
<property name="java-output-path" value="/LocationService/build/classes"/>
14+
<property name="context-root" value="LocationService"/>
15+
</wb-module>
16+
</project-modules>
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="WebSphere Application Server V8.5 Liberty Profile"/>
4+
<fixed facet="jst.web"/>
5+
<fixed facet="wst.jsdt.web"/>
6+
<fixed facet="java"/>
7+
<installed facet="jst.web" version="3.0"/>
8+
<installed facet="wst.jsdt.web" version="1.0"/>
9+
<installed facet="java" version="1.7"/>
10+
</faceted-project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
org.eclipse.wst.jsdt.launching.baseBrowserLibrary
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Window
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Manifest-Version: 1.0
2+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<web-ext
3+
xmlns="http://websphere.ibm.com/xml/ns/javaee"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:schemaLocation="http://websphere.ibm.com/xml/ns/javaee http://websphere.ibm.com/xml/ns/javaee/ibm-web-ext_1_0.xsd"
6+
version="1.0">
7+
8+
<reload-interval value="3"/>
9+
<context-root uri="LocationService" />
10+
<enable-directory-browsing value="false"/>
11+
<enable-file-serving value="true"/>
12+
<enable-reloading value="true"/>
13+
<enable-serving-servlets-by-class-name value="false" />
14+
15+
</web-ext>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<urlrewrite>
3+
4+
<rule>
5+
<from>^/location/beacons/([^/]+)/(.+)$</from>
6+
<to>/location/beacons?action=$1&amp;user_id=$2</to>
7+
</rule>
8+
9+
<rule>
10+
<from>^/location/beacons/(.+)$</from>
11+
<to>/location/beacons?user_id=$1</to>
12+
</rule>
13+
14+
</urlrewrite>
15+

0 commit comments

Comments
 (0)