Remove IDE specific section from application packages guide.

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/c386ae5d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/c386ae5d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/c386ae5d

Branch: refs/heads/APEXCORE-293
Commit: c386ae5d2b4e4e50485b6a6e6c4b820709d3e8c7
Parents: 7873cf0
Author: Thomas Weise <[email protected]>
Authored: Fri Mar 4 09:01:17 2016 -0800
Committer: Thomas Weise <[email protected]>
Committed: Fri Mar 4 09:01:17 2016 -0800

----------------------------------------------------------------------
 docs/application_packages.md | 31 +------------------------------
 1 file changed, 1 insertion(+), 30 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/c386ae5d/docs/application_packages.md
----------------------------------------------------------------------
diff --git a/docs/application_packages.md b/docs/application_packages.md
index 6c6a807..cdb8d31 100644
--- a/docs/application_packages.md
+++ b/docs/application_packages.md
@@ -80,41 +80,12 @@ directory as target/mydtapp-1.0-SNAPSHOT.apa. You will be 
able to use
 that App Package file to launch this sample application in your actual
 Apex installation.
 
-### Using IDE
-
-Alternatively, you can do the above steps all within your IDE.  For example, 
in IDEA IntelliJ, first make sure you have the "Maven Integration" plugin 
enabled (Use File -\> Settings \-> Plugins).  Then select File -\> New -\> 
Project.  Choose “Maven”, and check “Create from archetype” in the 
dialog box, as shown.
-
-![](images/AppPackage/ApplicationPackages.html-image00.png)
-
-Then go ahead and click on the "Add Archetype..." button.
-
-Then fill out the Group ID, Artifact ID, and Version entries, and leave the 
Repository entry blank, as shown below.
-
-![](images/AppPackage/ApplicationPackages.html-image01.png)
+Alternatively you can perform the same steps within your IDE (IDEA IntelliJ, 
Eclipse, NetBeans all support it). Please check the IDE documentation for 
details.
 
 Group ID: org.apache.apex
 Artifact ID: apex-app-archetype
 Version: 3.2.0-incubating (or any later version)
 
-Click OK. The archetype will appear in the list, selected.  Note that this 
"Add Archetype..." step is only required the first time you use the archetype.  
You can select the archetype directly after it has been added the first time.
-
-Click Next, and fill out the rest of the required information. For example:
-
-![](images/AppPackage/ApplicationPackages.html-image02.png)
-
-Click Next, and verify the information shown on the next screen:
-
-![](images/AppPackage/ApplicationPackages.html-image03.png)
-
-Click Next, and fill out the project name and location: 
-
-![](images/AppPackage/ApplicationPackages.html-image04.png)
-
-Click Finish, and now you have created your own Apache Apex App Package
-project, with a default unit test.  You can run the unit test, make code
-changes or make dependency changes within your IDE.  The procedure for
-other IDEs, like Eclipse or NetBeans, is similar.
-
 ## Writing Your Own App Package
 
 

Reply via email to