Skip to content

Commit 2fc01a6

Browse files
author
manico.james
committed
updating project file - should drop this from the project thou
1 parent a888f5f commit 2fc01a6

1 file changed

Lines changed: 35 additions & 25 deletions

File tree

.project

Lines changed: 35 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,42 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<projectDescription>
2-
<name>ESAPI</name>
3-
<comment>The Enterprise Security API project is an OWASP project
3+
<name>ESAPI_2.0</name>
4+
<comment>The Enterprise Security API project is an OWASP project
45
to create simple strong security controls for every web platform.
56
Security controls are not simple to build. You can read about the
67
hundreds of pitfalls for unwary developers on the OWASP website. By
78
providing developers with a set of strong controls, we aim to
89
eliminate some of the complexity of creating secure web applications.
910
This can result in significant cost savings across the SDLC.</comment>
10-
<projects/>
11-
<buildSpec>
12-
<buildCommand>
13-
<name>org.eclipse.wst.common.project.facet.core.builder</name>
14-
</buildCommand>
15-
<buildCommand>
16-
<name>org.eclipse.jdt.core.javabuilder</name>
17-
</buildCommand>
18-
<buildCommand>
19-
<name>org.eclipse.wst.validation.validationbuilder</name>
20-
</buildCommand>
21-
<buildCommand>
22-
<name>org.maven.ide.eclipse.maven2Builder</name>
23-
</buildCommand>
24-
</buildSpec>
25-
<natures>
26-
<nature>org.maven.ide.eclipse.maven2Nature</nature>
27-
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
28-
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
29-
<nature>org.eclipse.jdt.core.javanature</nature>
30-
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
31-
</natures>
32-
</projectDescription>
11+
<projects>
12+
</projects>
13+
<buildSpec>
14+
<buildCommand>
15+
<name>org.eclipse.wst.common.project.facet.core.builder</name>
16+
<arguments>
17+
</arguments>
18+
</buildCommand>
19+
<buildCommand>
20+
<name>org.eclipse.jdt.core.javabuilder</name>
21+
<arguments>
22+
</arguments>
23+
</buildCommand>
24+
<buildCommand>
25+
<name>org.eclipse.wst.validation.validationbuilder</name>
26+
<arguments>
27+
</arguments>
28+
</buildCommand>
29+
<buildCommand>
30+
<name>org.maven.ide.eclipse.maven2Builder</name>
31+
<arguments>
32+
</arguments>
33+
</buildCommand>
34+
</buildSpec>
35+
<natures>
36+
<nature>org.maven.ide.eclipse.maven2Nature</nature>
37+
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
38+
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
39+
<nature>org.eclipse.jdt.core.javanature</nature>
40+
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
41+
</natures>
42+
</projectDescription>

0 commit comments

Comments
 (0)