diff --git a/com.heroku.eclipse.core.services.rest/.classpath b/com.heroku.eclipse.core.services.rest/.classpath index 0b1bcf9..c72d35a 100644 --- a/com.heroku.eclipse.core.services.rest/.classpath +++ b/com.heroku.eclipse.core.services.rest/.classpath @@ -2,6 +2,6 @@ - + diff --git a/com.heroku.eclipse.core.services.rest/META-INF/MANIFEST.MF b/com.heroku.eclipse.core.services.rest/META-INF/MANIFEST.MF index d8c597b..a4e1f06 100644 --- a/com.heroku.eclipse.core.services.rest/META-INF/MANIFEST.MF +++ b/com.heroku.eclipse.core.services.rest/META-INF/MANIFEST.MF @@ -7,6 +7,7 @@ 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.13.0", + com.herokuapp.directto;bundle-version="0.5.0.BETA", 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", diff --git a/com.herokuapp.directto/.classpath b/com.herokuapp.directto/.classpath new file mode 100644 index 0000000..fca7c54 --- /dev/null +++ b/com.herokuapp.directto/.classpath @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/com.herokuapp.directto/.gitignore b/com.herokuapp.directto/.gitignore new file mode 100644 index 0000000..934e0e0 --- /dev/null +++ b/com.herokuapp.directto/.gitignore @@ -0,0 +1,2 @@ +/bin +/target diff --git a/com.herokuapp.directto/.project b/com.herokuapp.directto/.project new file mode 100644 index 0000000..6931d26 --- /dev/null +++ b/com.herokuapp.directto/.project @@ -0,0 +1,34 @@ + + + com.herokuapp.directto + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.m2e.core.maven2Nature + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + + diff --git a/com.herokuapp.directto/.settings/org.eclipse.core.resources.prefs b/com.herokuapp.directto/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000..99f26c0 --- /dev/null +++ b/com.herokuapp.directto/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/com.herokuapp.directto/.settings/org.eclipse.jdt.core.prefs b/com.herokuapp.directto/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..40d3459 --- /dev/null +++ b/com.herokuapp.directto/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,8 @@ +#Tue Apr 24 12:55:22 CEST 2012 +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.6 diff --git a/com.herokuapp.directto/META-INF/MANIFEST.MF b/com.herokuapp.directto/META-INF/MANIFEST.MF new file mode 100644 index 0000000..903ca90 --- /dev/null +++ b/com.herokuapp.directto/META-INF/MANIFEST.MF @@ -0,0 +1,31 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: direct-to-heroku-client +Bundle-SymbolicName: com.herokuapp.directto +Bundle-Version: 0.5.0.BETA +Bundle-ClassPath: + activation-1.1.jar, + direct-to-heroku-client-0.5-BETA.jar, + hamcrest-core-1.1.jar, + jackson-core-asl-1.7.1.jar, + jackson-jaxrs-1.7.1.jar, + jackson-mapper-asl-1.7.1.jar, + jackson-xc-1.7.1.jar, + jaxb-api-2.2.2.jar, + jaxb-impl-2.2.3-1.jar, + jersey-client-1.8.jar, + jersey-core-1.8.jar, + jersey-json-1.8.jar, + jersey-multipart-1.8.jar, + jettison-1.1.jar, + junit-4.9.jar, + mimepull-1.4.jar, + stax-api-1.0-2.jar, + stax-api-1.0.1.jar +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 +Export-Package: com.herokuapp.directto.client; + uses:="com.sun.jersey.api.client.filter, + com.herokuapp.directto.client.models, + new com.herokuapp.directto.client, + com.sun.jersey.api.client", + com.herokuapp.directto.client.models diff --git a/com.herokuapp.directto/activation-1.1.jar b/com.herokuapp.directto/activation-1.1.jar new file mode 100644 index 0000000..53f82a1 Binary files /dev/null and b/com.herokuapp.directto/activation-1.1.jar differ diff --git a/com.herokuapp.directto/build.properties b/com.herokuapp.directto/build.properties new file mode 100644 index 0000000..1b7da80 --- /dev/null +++ b/com.herokuapp.directto/build.properties @@ -0,0 +1,18 @@ +bin.includes = META-INF/,\ + activation-1.1.jar,\ + hamcrest-core-1.1.jar,\ + jackson-core-asl-1.7.1.jar,\ + jackson-jaxrs-1.7.1.jar,\ + jackson-mapper-asl-1.7.1.jar,\ + jackson-xc-1.7.1.jar,\ + jaxb-api-2.2.2.jar,\ + jaxb-impl-2.2.3-1.jar,\ + jersey-client-1.8.jar,\ + jersey-core-1.8.jar,\ + jersey-json-1.8.jar,\ + jersey-multipart-1.8.jar,\ + jettison-1.1.jar,\ + junit-4.9.jar,\ + mimepull-1.4.jar,\ + stax-api-1.0-2.jar,\ + stax-api-1.0.1.jar,\ \ No newline at end of file diff --git a/com.herokuapp.directto/direct-to-heroku-client-0.5-BETA.jar b/com.herokuapp.directto/direct-to-heroku-client-0.5-BETA.jar new file mode 100644 index 0000000..7ef35a4 Binary files /dev/null and b/com.herokuapp.directto/direct-to-heroku-client-0.5-BETA.jar differ diff --git a/com.herokuapp.directto/hamcrest-core-1.1.jar b/com.herokuapp.directto/hamcrest-core-1.1.jar new file mode 100644 index 0000000..e5149be Binary files /dev/null and b/com.herokuapp.directto/hamcrest-core-1.1.jar differ diff --git a/com.herokuapp.directto/jackson-core-asl-1.7.1.jar b/com.herokuapp.directto/jackson-core-asl-1.7.1.jar new file mode 100644 index 0000000..85d1f19 Binary files /dev/null and b/com.herokuapp.directto/jackson-core-asl-1.7.1.jar differ diff --git a/com.herokuapp.directto/jackson-jaxrs-1.7.1.jar b/com.herokuapp.directto/jackson-jaxrs-1.7.1.jar new file mode 100644 index 0000000..fdfbdd0 Binary files /dev/null and b/com.herokuapp.directto/jackson-jaxrs-1.7.1.jar differ diff --git a/com.herokuapp.directto/jackson-mapper-asl-1.7.1.jar b/com.herokuapp.directto/jackson-mapper-asl-1.7.1.jar new file mode 100644 index 0000000..86c1cce Binary files /dev/null and b/com.herokuapp.directto/jackson-mapper-asl-1.7.1.jar differ diff --git a/com.herokuapp.directto/jackson-xc-1.7.1.jar b/com.herokuapp.directto/jackson-xc-1.7.1.jar new file mode 100644 index 0000000..cf74069 Binary files /dev/null and b/com.herokuapp.directto/jackson-xc-1.7.1.jar differ diff --git a/com.herokuapp.directto/jaxb-api-2.2.2.jar b/com.herokuapp.directto/jaxb-api-2.2.2.jar new file mode 100644 index 0000000..31e5fa0 Binary files /dev/null and b/com.herokuapp.directto/jaxb-api-2.2.2.jar differ diff --git a/com.herokuapp.directto/jaxb-impl-2.2.3-1.jar b/com.herokuapp.directto/jaxb-impl-2.2.3-1.jar new file mode 100644 index 0000000..eeaf660 Binary files /dev/null and b/com.herokuapp.directto/jaxb-impl-2.2.3-1.jar differ diff --git a/com.herokuapp.directto/jersey-client-1.8.jar b/com.herokuapp.directto/jersey-client-1.8.jar new file mode 100644 index 0000000..780866f Binary files /dev/null and b/com.herokuapp.directto/jersey-client-1.8.jar differ diff --git a/com.herokuapp.directto/jersey-core-1.8.jar b/com.herokuapp.directto/jersey-core-1.8.jar new file mode 100644 index 0000000..871e163 Binary files /dev/null and b/com.herokuapp.directto/jersey-core-1.8.jar differ diff --git a/com.herokuapp.directto/jersey-json-1.8.jar b/com.herokuapp.directto/jersey-json-1.8.jar new file mode 100644 index 0000000..2584c09 Binary files /dev/null and b/com.herokuapp.directto/jersey-json-1.8.jar differ diff --git a/com.herokuapp.directto/jersey-multipart-1.8.jar b/com.herokuapp.directto/jersey-multipart-1.8.jar new file mode 100644 index 0000000..45067eb Binary files /dev/null and b/com.herokuapp.directto/jersey-multipart-1.8.jar differ diff --git a/com.herokuapp.directto/jettison-1.1.jar b/com.herokuapp.directto/jettison-1.1.jar new file mode 100644 index 0000000..e4e9c8c Binary files /dev/null and b/com.herokuapp.directto/jettison-1.1.jar differ diff --git a/com.herokuapp.directto/junit-4.9.jar b/com.herokuapp.directto/junit-4.9.jar new file mode 100644 index 0000000..1420815 Binary files /dev/null and b/com.herokuapp.directto/junit-4.9.jar differ diff --git a/com.herokuapp.directto/mimepull-1.4.jar b/com.herokuapp.directto/mimepull-1.4.jar new file mode 100644 index 0000000..647c932 Binary files /dev/null and b/com.herokuapp.directto/mimepull-1.4.jar differ diff --git a/com.herokuapp.directto/pom.xml b/com.herokuapp.directto/pom.xml new file mode 100644 index 0000000..2219506 --- /dev/null +++ b/com.herokuapp.directto/pom.xml @@ -0,0 +1,16 @@ + + 4.0.0 + direct-to-heroku-client Repackage Bundle + com.herokuapp.directto + direct-to-heroku-client + 0.5-BETA + + + com.heroku + eclipse + ../releng/pom.xml + 0.1.0-SNAPSHOT + + + \ No newline at end of file diff --git a/com.herokuapp.directto/stax-api-1.0-2.jar b/com.herokuapp.directto/stax-api-1.0-2.jar new file mode 100644 index 0000000..015169d Binary files /dev/null and b/com.herokuapp.directto/stax-api-1.0-2.jar differ diff --git a/com.herokuapp.directto/stax-api-1.0.1.jar b/com.herokuapp.directto/stax-api-1.0.1.jar new file mode 100644 index 0000000..d9a1665 Binary files /dev/null and b/com.herokuapp.directto/stax-api-1.0.1.jar differ