Modified: incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/config/CodeTemplates.java URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/config/CodeTemplates.java?rev=1292115&r1=1292114&r2=1292115&view=diff ============================================================================== --- incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/config/CodeTemplates.java (original) +++ incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/config/CodeTemplates.java Wed Feb 22 03:30:43 2012 @@ -48,7 +48,7 @@ import org.xml.sax.SAXException; /** * Extend the code templates of Java in NetBeans with some cool stuff for - * OpenOffice.org. + * Apache OpenOffice. * @author sg128468 */ public class CodeTemplates {
Modified: incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/filetypes/odf/Bundle.properties URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/filetypes/odf/Bundle.properties?rev=1292115&r1=1292114&r2=1292115&view=diff ============================================================================== --- incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/filetypes/odf/Bundle.properties (original) +++ incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/filetypes/odf/Bundle.properties Wed Feb 22 03:30:43 2012 @@ -1,4 +1,4 @@ -CTL_OpenWithOpenOffice=\ Open With OpenOffice.org +CTL_OpenWithOpenOffice=\ Open With Apache OpenOffice LBL_Odt_loader_name=Odf Files Services/MIMEResolver/OdfResolver.xml=Odf Files Modified: incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/filetypes/unoidl/UnoIdlDescription.html URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/filetypes/unoidl/UnoIdlDescription.html?rev=1292115&r1=1292114&r2=1292115&view=diff ============================================================================== --- incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/filetypes/unoidl/UnoIdlDescription.html (original) +++ incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/filetypes/unoidl/UnoIdlDescription.html Wed Feb 22 03:30:43 2012 @@ -1,5 +1,5 @@ <html> <body> - Create an empty OpenOffice.org uno-idl file. + Create an empty Apache OpenOffice uno-idl file. </body> </html> Modified: incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/actions/Bundle.properties URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/actions/Bundle.properties?rev=1292115&r1=1292114&r2=1292115&view=diff ============================================================================== --- incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/actions/Bundle.properties (original) +++ incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/actions/Bundle.properties Wed Feb 22 03:30:43 2012 @@ -1,9 +1,9 @@ -CTL_DeployAction=Deploy OpenOffice.org Extension +CTL_DeployAction=Deploy Apache OpenOffice Extension CTL_PackageAction=Create OXT -CTL_DebugAction=Debug Extension in Target OpenOffice.org -CTL_RunAction=Deploy and Run Extension in OpenOffice.org -CTL_PublishAction=Publish Extension on OpenOffice.org website -CTL_OutputWindowName=OpenOffice.org Output +CTL_DebugAction=Debug Extension in Target Apache OpenOffice +CTL_RunAction=Deploy and Run Extension in Apache OpenOffice +CTL_PublishAction=Publish Extension on Apache OpenOffice website +CTL_OutputWindowName=Apache OpenOffice Output CTL_UnoPropertiesAction=OXT Extension Properties LBL_Uno_Properties=OXT Extension Properties PackageActionDescription=Property for classpath expansion to reference external jars. Modified: incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/actions/panel/Bundle.properties URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/actions/panel/Bundle.properties?rev=1292115&r1=1292114&r2=1292115&view=diff ============================================================================== --- incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/actions/panel/Bundle.properties (original) +++ incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/actions/panel/Bundle.properties Wed Feb 22 03:30:43 2012 @@ -11,13 +11,13 @@ #LBL_Extension_Identifier=Extension Identifier: #LBL_Extension_Version=Extension Version: #TXT_VersionUniqueHint=The identifier of the extension must be unique:\n\ -#it is used to identify the extension when it is registered in OpenOffice.org. +#it is used to identify the extension when it is registered in Apache OpenOffice. #panel Dependency #TITLE_Dependency=Dependency -#TXT_Dependency_Tooltip=Set the dependency of your extension on a specific OpenOffice.org version. -#LBL_OOo_Version_Number=OpenOffice.org Version Number: -#LBL_OOo_Version_Name=OpenOffice.org Version Name: +#TXT_Dependency_Tooltip=Set the dependency of your extension on a specific Apache OpenOffice version. +#LBL_OOo_Version_Number=Apache OpenOffice Version Number: +#LBL_OOo_Version_Name=Apache OpenOffice Version Name: #panel Update #TITLE_Update=Update @@ -78,7 +78,7 @@ VersionPanel.jUpdate.text=&Update URLs: VerifyData.ErrorMessage.Identifier=Identifiers should be of the form 'org.yourorg.here.MainProjectName' VerifyData.ErrorMessage.Version=Version should be of the form <major>.<minor>.<micro>, e.g. '1.1.4' -VerifyData.ErrorMessage.DepVersion=Dependency should be of the form '3.0', meaning OpenOffice.org 3.0 +VerifyData.ErrorMessage.DepVersion=Dependency should be of the form '3.0', meaning Apache OpenOffice 3.0 #in the following messages, $1 will be replaced by a locale name VerifyData.ErrorMessage.DisplayName=Display Name entry missing for locale: $1 VerifyData.ErrorMessage.Description=Description entry missing for locale: $1 Modified: incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/actions/panel/DescriptionXmlHandler.java URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/actions/panel/DescriptionXmlHandler.java?rev=1292115&r1=1292114&r2=1292115&view=diff ============================================================================== --- incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/actions/panel/DescriptionXmlHandler.java (original) +++ incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/actions/panel/DescriptionXmlHandler.java Wed Feb 22 03:30:43 2012 @@ -88,7 +88,7 @@ public class DescriptionXmlHandler { // namespace for attribute nodes private static final String NODE_NAMESPACE = "http://openoffice.org/extensions/description/2006"; // NOI18N - private static final String NB_PLUGIN_STAMP = "Created with OpenOffice.org API plug-in for NetBeans Version "; // NOI18N + private static final String NB_PLUGIN_STAMP = "Created with Apache OpenOffice API plug-in for NetBeans Version "; // NOI18N // project root dir private final FileObject m_ProjectDir; Modified: incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/actions/panel/VersionPanel.java URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/actions/panel/VersionPanel.java?rev=1292115&r1=1292114&r2=1292115&view=diff ============================================================================== --- incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/actions/panel/VersionPanel.java (original) +++ incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/actions/panel/VersionPanel.java Wed Feb 22 03:30:43 2012 @@ -32,7 +32,7 @@ import org.openide.util.HelpCtx; */ public class VersionPanel extends javax.swing.JPanel implements DocumentListener, HelpCtx.Provider { - private static final String OPEN_OFFICE_NAME = "OpenOffice.org "; // NOI18N + private static final String OPEN_OFFICE_NAME = "Apache OpenOffice "; // NOI18N private DataHandler m_Handler; // private FileObject m_projDir; Modified: incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/addon/AddOnDescription.html URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/addon/AddOnDescription.html?rev=1292115&r1=1292114&r2=1292115&view=diff ============================================================================== --- incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/addon/AddOnDescription.html (original) +++ incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/addon/AddOnDescription.html Wed Feb 22 03:30:43 2012 @@ -1,9 +1,9 @@ <html> <body> - Creates a <b>OpenOffice.org Add-On</b> project.<br> - A <b>OpenOffice.org Add-On</b> is an external <b>UNO + Creates a <b>Apache OpenOffice Add-On</b> project.<br> + A <b>Apache OpenOffice Add-On</b> is an external <b>UNO component</b> providing one or more functions through the user interface - of OpenOffice.org. A typical <b>Add-On</b> is available as a + of Apache OpenOffice. A typical <b>Add-On</b> is available as a UNO package for easier deployment with the pkgchk tool. In addition to an ordinary UNO package, an <b>Add-On</b> package contains configuration files which specify the user interface, registration for a protocol Modified: incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/addon/Bundle.properties URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/addon/Bundle.properties?rev=1292115&r1=1292114&r2=1292115&view=diff ============================================================================== --- incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/addon/Bundle.properties (original) +++ incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/addon/Bundle.properties Wed Feb 22 03:30:43 2012 @@ -1,4 +1,4 @@ -Templates/Project/org-openoffice-extensions/AddOnProject=OpenOffice.org Add-On +Templates/Project/org-openoffice-extensions/AddOnProject=Apache OpenOffice Add-On # wizard general LBL_CreateProjectStep=Define Add-On Name and Location Modified: incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/calcaddin/AddinDescription.html URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/calcaddin/AddinDescription.html?rev=1292115&r1=1292114&r2=1292115&view=diff ============================================================================== --- incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/calcaddin/AddinDescription.html (original) +++ incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/calcaddin/AddinDescription.html Wed Feb 22 03:30:43 2012 @@ -1,9 +1,9 @@ <html> <body> - Creates a <b>OpenOffice.org Calc Add-In</b> project.<br> - Calc Add-Ins are specialized office extensions which extends <b>OpenOffice.org</b> + Creates a <b>Apache OpenOffice Calc Add-In</b> project.<br> + Calc Add-Ins are specialized office extensions which extends <b>Apache OpenOffice</b> functionality with new built-in <b>Calc Add-In</b> functions. These functions can be used directly - in the normal user interface of the Spreadsheet application in OpenOffice.org.<br> + in the normal user interface of the Spreadsheet application in Apache OpenOffice.<br> A wizard collects information about new Calc Add-In functions and creates a new extended J2SE class library project, generates <b>UNO IDL</b> files and generates a Java skeleton source file implementing the new Add-In functions. Modified: incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/calcaddin/Bundle.properties URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/calcaddin/Bundle.properties?rev=1292115&r1=1292114&r2=1292115&view=diff ============================================================================== --- incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/calcaddin/Bundle.properties (original) +++ incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/calcaddin/Bundle.properties Wed Feb 22 03:30:43 2012 @@ -1,6 +1,6 @@ -Templates/Project/org-openoffice-extensions/AddinProject=OpenOffice.org Calc Add-In +Templates/Project/org-openoffice-extensions/AddinProject=Apache OpenOffice Calc Add-In -LBL_CreateProjectStep=Create a new OpenOffice.org Calc Add-In project +LBL_CreateProjectStep=Create a new Apache OpenOffice Calc Add-In project LBL_CreateClassStep=Define Add-In name LBL_CalcAddinEditor=Define Functions and Description with Localization Modified: incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/component/Bundle.properties URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/component/Bundle.properties?rev=1292115&r1=1292114&r2=1292115&view=diff ============================================================================== --- incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/component/Bundle.properties (original) +++ incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/component/Bundle.properties Wed Feb 22 03:30:43 2012 @@ -1,4 +1,4 @@ -Templates/Project/org-openoffice-extensions/ComponentProject=OpenOffice.org Component +Templates/Project/org-openoffice-extensions/ComponentProject=Apache OpenOffice Component #ComponentPanel1 LBL_ProjectName=Project &Name: Modified: incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/component/ComponentDescription.html URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/component/ComponentDescription.html?rev=1292115&r1=1292114&r2=1292115&view=diff ============================================================================== --- incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/component/ComponentDescription.html (original) +++ incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/component/ComponentDescription.html Wed Feb 22 03:30:43 2012 @@ -1,8 +1,8 @@ <html> <body> - Creates a <b>OpenOffice.org UNO component</b> project.<br> + Creates a <b>Apache OpenOffice UNO component</b> project.<br> A UNO component is generally the implementation of at least one <b>service</b> specified - in the UNO IDL. You can implement an existing OpenOffice.org + in the UNO IDL. You can implement an existing Apache OpenOffice service and additional interfaces, or define new ones.<br> A wizard collects information about the implemented types and, creates a new extended J2SE class library project, generates <b>UNO IDL</b> files (if necessary) and generates a Java skeleton Modified: incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/unoclientapplication/Bundle.properties URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/unoclientapplication/Bundle.properties?rev=1292115&r1=1292114&r2=1292115&view=diff ============================================================================== --- incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/unoclientapplication/Bundle.properties (original) +++ incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/unoclientapplication/Bundle.properties Wed Feb 22 03:30:43 2012 @@ -1,5 +1,5 @@ LBL_CreateProjectStep=Name and Location -Templates/Project/org-openoffice-extensions/UNOClientAppProject=OpenOffice.org Client Application +Templates/Project/org-openoffice-extensions/UNOClientAppProject=Apache OpenOffice Client Application TF_ProjectName_Tooltip=The name of the newly created project (also used as project folder name) TF_ClassName_Tooltip=The name of the class, set as the main class Modified: incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/unoclientapplication/UNOClientAppDescription.html URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/unoclientapplication/UNOClientAppDescription.html?rev=1292115&r1=1292114&r2=1292115&view=diff ============================================================================== --- incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/unoclientapplication/UNOClientAppDescription.html (original) +++ incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/projecttemplates/unoclientapplication/UNOClientAppDescription.html Wed Feb 22 03:30:43 2012 @@ -1,10 +1,10 @@ <html> <body> - Creates a <b>OpenOffice.org Client Application</b> project.<br> + Creates a <b>Apache OpenOffice Client Application</b> project.<br> It is a standard J2SE client application project with integrated support of the - OpenOffice.org API. The main function contains a code snippet to bootstrap UNO and return + Apache OpenOffice API. The main function contains a code snippet to bootstrap UNO and return an initial component context. The current implementation automatically starts the default - OpenOffice.org or connects to a running instance of OpenOffice.org. + Apache OpenOffice or connects to a running instance of Apache OpenOffice. The communication is done by using a named pipe connection. </body> </html> Modified: incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/util/Bundle.properties URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/util/Bundle.properties?rev=1292115&r1=1292114&r2=1292115&view=diff ============================================================================== --- incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/util/Bundle.properties (original) +++ incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/util/Bundle.properties Wed Feb 22 03:30:43 2012 @@ -4,7 +4,7 @@ LOG_Level_warning=Warning LOG_Level_critical=Critical LOG_Level_exception=Exception -ERROR_WrongSDK=The OpenOffice.org SDK that is used is too old. Please update to the newest version. +ERROR_WrongSDK=The Apache OpenOffice SDK that is used is too old. Please update to the newest version. ERROR_CommandExecute=While executing an SDK Command, the following error happened: ERROR_SDKEnvironment=An environment for executing the SDK Commands cannot be created. ERROR_Platform=The current Operating System seems to be unsupported. \ No newline at end of file Modified: incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/util/ProjectCreator.java URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/util/ProjectCreator.java?rev=1292115&r1=1292114&r2=1292115&view=diff ============================================================================== --- incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/util/ProjectCreator.java (original) +++ incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/util/ProjectCreator.java Wed Feb 22 03:30:43 2012 @@ -727,7 +727,7 @@ public class ProjectCreator { /** * Call this for creating an implementation object for one or more new idl file(s) - * from OpenOffice.org + * from Apache OpenOffice * @param idlNames the idl files for creating the implementation object */ public boolean skeletonmaker(String[] idlNames) throws IOException { Modified: incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/util/nodes/Bundle.properties URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/util/nodes/Bundle.properties?rev=1292115&r1=1292114&r2=1292115&view=diff ============================================================================== --- incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/util/nodes/Bundle.properties (original) +++ incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/util/nodes/Bundle.properties Wed Feb 22 03:30:43 2012 @@ -1,4 +1,4 @@ -OOoCustomizerProvider.TopCategory.Name=OpenOffice.org +OOoCustomizerProvider.TopCategory.Name=Apache OpenOffice OOoCustomizerProvider.DisplayCategory.Name=Display OOoCustomizerProvider.VersionCategory.Name=Version # NOI18N Modified: incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/util/typebrowser/Bundle.properties URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/util/typebrowser/Bundle.properties?rev=1292115&r1=1292114&r2=1292115&view=diff ============================================================================== --- incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/util/typebrowser/Bundle.properties (original) +++ incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/util/typebrowser/Bundle.properties Wed Feb 22 03:30:43 2012 @@ -2,8 +2,8 @@ CTL_UnoIdlTypeBrowserAction=Uno Idl Type CTL_UnoIdlTypeBrowserTopComponent=Uno Idl Type Browser Window HINT_UnoIdlTypeBrowserTopComponent=This is a UnoIdlTypeBrowser window CTL_NoView=<No View Available> -HINT_Installation=Check your OpenOffice.org installation +HINT_Installation=Check your Apache OpenOffice installation CTL_AddOffice=The Uno Idl type browser will only work with a valid\ -\nOpenOffice.org and OpenOffice.org SDK installation\ +\nApache OpenOffice and Apache OpenOffice SDK installation\ \nSee Tools - Options - Miscellaneous - \ -\nOpenOffice.org Extensions \ No newline at end of file +\nApache OpenOffice Extensions \ No newline at end of file Modified: incubator/ooo/devtools/netbeansintegration/trunk/test/qa-functional/src/org/openoffice/extensions/test/TestAllResourcesTest.java URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/netbeansintegration/trunk/test/qa-functional/src/org/openoffice/extensions/test/TestAllResourcesTest.java?rev=1292115&r1=1292114&r2=1292115&view=diff ============================================================================== --- incubator/ooo/devtools/netbeansintegration/trunk/test/qa-functional/src/org/openoffice/extensions/test/TestAllResourcesTest.java (original) +++ incubator/ooo/devtools/netbeansintegration/trunk/test/qa-functional/src/org/openoffice/extensions/test/TestAllResourcesTest.java Wed Feb 22 03:30:43 2012 @@ -133,10 +133,10 @@ public class TestAllResourcesTest extend /** Resource test of 'OpenOffice CalcAdd-In'. * <ul> - * TODO: Presupposion: configured OpenOffice.org SDK and OpenOffice.org Application in NetBeans options. (check needs to get implemented) + * TODO: Presupposion: configured Apache OpenOffice SDK and Apache OpenOffice Application in NetBeans options. (check needs to get implemented) * <li>Open 'File - New Project...' * <li>First Step of New Project wizard: Choose project - * <li>Select Category: OpenOffice.org + * <li>Select Category: Apache OpenOffice * <li>Select Project: OpenOffice CalcAdd-In * <li>Press button: Next * <li>Second step: Create a new ... project Modified: incubator/ooo/devtools/netbeansintegration/trunk/test/readme.txt URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/netbeansintegration/trunk/test/readme.txt?rev=1292115&r1=1292114&r2=1292115&view=diff ============================================================================== --- incubator/ooo/devtools/netbeansintegration/trunk/test/readme.txt (original) +++ incubator/ooo/devtools/netbeansintegration/trunk/test/readme.txt Wed Feb 22 03:30:43 2012 @@ -16,6 +16,6 @@ This is about qa-functional tests - unit point to the right directory for xtest and netbeans user directory - edit test/qa-functional/src/org/openoffice/extensions/test/Test.properties - point to the OpenOffice.org and OpenOffice.org SDK installation directories + point to the Apache OpenOffice and Apache OpenOffice SDK installation directories - happy testing \ No newline at end of file
