Skip to content

Commit

Permalink
fix eclipse facet and update manifest to use default java buildpack
Browse files Browse the repository at this point in the history
  • Loading branch information
RAMRATAN VENNAM committed Jun 30, 2015
1 parent 53d422a commit 29c61b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .settings/org.eclipse.wst.common.project.facet.core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
<installed facet="java" version="1.7"/>
<installed facet="jst.web" version="3.0"/>
<installed facet="wst.jsdt.web" version="1.0"/>
<installed facet="cloudfoundry.standalone.app" version="1.0"/>
</faceted-project>
1 change: 0 additions & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ applications:
name: talent-manager
path: ./webStarterApp.war
instances: 1
buildpack: https://github.com/cloudfoundry/java-buildpack.git
memory: 512M
services:
- talent-manager-db
Expand Down

0 comments on commit 29c61b7

Please sign in to comment.