You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2016/03/03 00:33:19 UTC

[50/50] incubator-apex-core git commit: Remove IDE screenshots from configuration packages doc.

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 <th...@datatorrent.com>
Authored: Wed Mar 2 15:25:54 2016 -0800
Committer: Thomas Weise <th...@datatorrent.com>
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.
-
-![](images/AppConfig/ApplicationConfigurationPackages.html-image01.png)
-
-Then fill the Group ID, Artifact ID, Version and Repository entries as
-shown below.
-
-![](images/AppConfig/ApplicationConfigurationPackages.html-image02.png)
-
-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:
-
-![](images/AppConfig/ApplicationConfigurationPackages.html-image00.png)
-
-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
+```