Skip to content

Commit

Permalink
Upgraded to heroku API v0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand committed Sep 6, 2012
1 parent 75692fd commit 761ea19
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions com.heroku.eclipse.core.services.rest/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="src" path="src/"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
6 changes: 6 additions & 0 deletions com.heroku.eclipse.core.services.rest/.project
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,14 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
Expand Down
2 changes: 1 addition & 1 deletion com.heroku.eclipse.core.services.rest/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Bundle-Version: 0.1.0.qualifier
Bundle-Vendor: HEROKU
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: com.heroku.eclipse.core.services;bundle-version="0.1.0",
com.heroku.api;bundle-version="0.12.0",
com.heroku.api;bundle-version="0.13.0",
org.eclipse.osgi;bundle-version="3.7.0",
org.eclipse.equinox.preferences;bundle-version="3.4.0",
org.eclipse.osgi.services;bundle-version="3.3.0",
Expand Down

0 comments on commit 761ea19

Please sign in to comment.