Skip to content

Commit 7fb1049

Browse files
committed
Security Updates
1 parent 205406b commit 7fb1049

File tree

281 files changed

+41733
-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.

281 files changed

+41733
-0
lines changed

.classpath

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="lib" path="war/WEB-INF/lib/org.json.jar"/>
5+
<classpathentry kind="con" path="com.google.appengine.eclipse.core.GAE_CONTAINER"/>
6+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
7+
<classpathentry kind="lib" path="war/WEB-INF/lib/gson-2.3.1.jar"/>
8+
<classpathentry kind="lib" path="war/WEB-INF/lib/guava-18.0.jar"/>
9+
<classpathentry kind="lib" path="war/WEB-INF/lib/objectify-4.1.3.jar"/>
10+
<classpathentry kind="output" path="war/WEB-INF/classes"/>
11+
</classpath>

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Google App Engine generated folder
2+
appengine-generated/

.metadata/.lock

Whitespace-only changes.

.metadata/.log

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
!SESSION 2015-08-24 00:33:10.387 -----------------------------------------------
2+
eclipse.buildId=4.3.0.M20130911-1000
3+
java.version=1.7.0_79
4+
java.vendor=Oracle Corporation
5+
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_IN
6+
Framework arguments: -product org.eclipse.epp.package.standard.product
7+
Command-line arguments: -data C:\Users\Danish\house_of_change -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.standard.product
8+
9+
!ENTRY org.eclipse.jface 2 0 2015-08-24 00:33:19.277
10+
!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
11+
!SUBENTRY 1 org.eclipse.jface 2 0 2015-08-24 00:33:19.277
12+
!MESSAGE A conflict occurred for ALT+SHIFT+D R:
13+
Binding(ALT+SHIFT+D R,
14+
ParameterizedCommand(Command(org.eclipse.wst.server.launchShortcut.debug,Debug on Server,
15+
Debug the current selection on a server,
16+
Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true),
17+
org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@68d9531f,
18+
,,true),null),
19+
org.eclipse.ui.defaultAcceleratorConfiguration,
20+
org.eclipse.ui.contexts.window,,,system)
21+
Binding(ALT+SHIFT+D R,
22+
ParameterizedCommand(Command(org.eclipse.rap.ui.launch.RAPLaunchShortcut.debug,Debug RAP Application,
23+
Debug RAP Application,
24+
Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true),
25+
org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@13e04e00,
26+
,,true),null),
27+
org.eclipse.ui.defaultAcceleratorConfiguration,
28+
org.eclipse.ui.contexts.window,,,system)
29+
!SUBENTRY 1 org.eclipse.jface 2 0 2015-08-24 00:33:19.277
30+
!MESSAGE A conflict occurred for ALT+SHIFT+X R:
31+
Binding(ALT+SHIFT+X R,
32+
ParameterizedCommand(Command(org.eclipse.wst.server.launchShortcut.run,Run on Server,
33+
Run the current selection on a server,
34+
Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true),
35+
org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@6b20ec31,
36+
,,true),null),
37+
org.eclipse.ui.defaultAcceleratorConfiguration,
38+
org.eclipse.ui.contexts.window,,,system)
39+
Binding(ALT+SHIFT+X R,
40+
ParameterizedCommand(Command(org.eclipse.rap.ui.launch.RAPLaunchShortcut.run,Run RAP Application,
41+
Run RAP Application,
42+
Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true),
43+
org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@3e72bbe9,
44+
,,true),null),
45+
org.eclipse.ui.defaultAcceleratorConfiguration,
46+
org.eclipse.ui.contexts.window,,,system)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

110 Bytes
Binary file not shown.
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
version=1

0 commit comments

Comments
 (0)