Remove IDE screenshots from configuration packages doc.
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/d42f9acc Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/d42f9acc Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/d42f9acc Branch: refs/heads/APEXCORE-293 Commit: d42f9accfcce228d3c2d4f99abab77a83df1834d Parents: 3277995 Author: Thomas Weise <[email protected]> Authored: Wed Mar 2 15:25:54 2016 -0800 Committer: Thomas Weise <[email protected]> Committed: Wed Mar 2 15:25:54 2016 -0800 ---------------------------------------------------------------------- docs/configuration_packages.md | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/d42f9acc/docs/configuration_packages.md ---------------------------------------------------------------------- diff --git a/docs/configuration_packages.md b/docs/configuration_packages.md index a0d5f90..7c8541e 100644 --- a/docs/configuration_packages.md +++ b/docs/configuration_packages.md @@ -46,33 +46,6 @@ The "mvn package" command creates the Config Package file in target directory as target/mydtconfig.apc. You will be able to use that Configuration Package file to launch an Apache Apex application. -## Using IDE - -Alternatively, you can do the above steps all within your IDE. For -example, in NetBeans, select File -\> New Project. Then choose âMavenâ -and âProject from Archetypeâ in the dialog box, as shown. - - - -Then fill the Group ID, Artifact ID, Version and Repository entries as -shown below. - - - -Group ID: org.apache.apex -Artifact ID: apex-conf-archetype -Version: 3.2.0-incubating (or any later version) - -Press Next and fill out the rest of the required information. For -example: - - - -Click Finish, and now you have created your own Apex -Configuration Package project. The procedure for other IDEs, like -Eclipse or IntelliJ, is similar. - - # Assembling your own configuration package Inside the project created by the archetype, these are the files that @@ -239,4 +212,4 @@ Curl example: ```sh $ curl -XPOST -d â{}â http://{yourhost:port}/ws/v2/appPackages/{user}/{app-pkg-name}/{app-pkg-version}/applications/{app-name}/launch?configPackage={user}/{confpkgname} -``` \ No newline at end of file +```
