From 144c0bf98a63857162f8477e23782576a0f14874 Mon Sep 17 00:00:00 2001 From: logicoyparam Date: Thu, 8 Aug 2013 16:41:43 +0530 Subject: [PATCH] corrected few typo in archetype guide document --- .../Developing_Component_From_Archetype_Guide.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-ojc-archeType-v2/Developing_Component_From_Archetype_Guide.txt b/maven-ojc-archeType-v2/Developing_Component_From_Archetype_Guide.txt index 8937b0b96..7566a3468 100644 --- a/maven-ojc-archeType-v2/Developing_Component_From_Archetype_Guide.txt +++ b/maven-ojc-archeType-v2/Developing_Component_From_Archetype_Guide.txt @@ -3,13 +3,13 @@ Command to buid OpenESB component from maven archetype : Description : This document shows how to develop openESB components, which will be build with OpenESB build only. -The project generated using these archtype will be similar to existing component built with OpenESB. +The project generated using these archetype will be similar to existing component built with OpenESB. Folder structure for these new project will be based on openESB. - Plugin project can be build with netbeans-soa project. - Component project can be build with ojc-core in openesb-component -Install Archtype in Local repository : +Install Archetype in Local repository : ====================================== NOTE: Maven version should be 2.0.9 as per OpenESB