diff --git a/.gitignore b/.gitignore index 2a921dc..414f829 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,3 @@ -# This is the central .gitignore file for all pro!vision GIT repos. Please do not change it on project-level. -# See https://jira.pvtool.org/confluence/x/IACuBg for details. - target/ pom.xml.tag pom.xml.releaseBackup @@ -8,6 +5,7 @@ pom.xml.versionsBackup pom.xml.next release.properties maven-eclipse.xml +infinitest.filters node_modules/ npm-debug.log @@ -20,12 +18,14 @@ npm-debug.log .pmd .checkstyle .idea +.vagrant *.iml .DS_Store .rubygems .sass-cache .rubygems-gem-maven-plugin *.sublime-* +*nbactions*.xml .temp/ diff --git a/AEMManager/AEMManager.csproj b/AEMManager/AEMManager.csproj index 66bf30d..bda8362 100644 --- a/AEMManager/AEMManager.csproj +++ b/AEMManager/AEMManager.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -11,7 +11,7 @@ AEMManager AEMManager resources\default.ico - v3.5 + v4.6.2 2.0 @@ -42,6 +42,7 @@ prompt 4 false + false none @@ -51,6 +52,7 @@ prompt 4 false + false diff --git a/AEMManager/App.config b/AEMManager/App.config index e2ac71f..e21ef10 100644 --- a/AEMManager/App.config +++ b/AEMManager/App.config @@ -1,39 +1,39 @@ - + -
- -
+
+ +
- - - - - - + + + + + + - + - + - + - + - + @@ -67,4 +67,4 @@ - + diff --git a/AEMManager/Program.cs b/AEMManager/Program.cs index 80728b8..1dcff58 100644 --- a/AEMManager/Program.cs +++ b/AEMManager/Program.cs @@ -114,13 +114,13 @@ private static void InitializeNotifyIcon() { static void AEMDocumentation_Click(object sender, EventArgs e) { System.Diagnostics.Process p = new System.Diagnostics.Process(); - p.StartInfo.FileName = "https://docs.adobe.com/"; + p.StartInfo.FileName = "https://docs.adobe.com/content/help/en/experience-cloud/user-guides/home.html#icon-adobe-experience-manager"; p.Start(); } static void AEMRefDocs_Click(object sender, EventArgs e) { System.Diagnostics.Process p = new System.Diagnostics.Process(); - p.StartInfo.FileName = "https://docs.adobe.com/docs/en/aem/6-2/develop/ref.html"; + p.StartInfo.FileName = "https://docs.adobe.com/content/help/en/experience-manager-65/developing/introduction/reference-materials.html"; p.Start(); } diff --git a/AEMManager/Properties/AssemblyInfo.cs b/AEMManager/Properties/AssemblyInfo.cs index 924fecb..52a75d4 100644 --- a/AEMManager/Properties/AssemblyInfo.cs +++ b/AEMManager/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("wcm.io")] [assembly: AssemblyProduct("wcm.io AEM Manager")] -[assembly: AssemblyCopyright("©2010-2016 pro!vision GmbH, wcm.io")] +[assembly: AssemblyCopyright("©2010-2020 pro!vision GmbH, wcm.io")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -29,8 +29,8 @@ // Build Number // Revision // -[assembly: AssemblyVersion("2.3.4.0")] -[assembly: AssemblyFileVersion("2.3.4.0")] +[assembly: AssemblyVersion("2.3.6.0")] +[assembly: AssemblyFileVersion("2.3.6.0")] // Configure log4net using the .config file [assembly: log4net.Config.XmlConfiguratorAttribute(Watch = true)] diff --git a/AEMManager/Properties/Resources.Designer.cs b/AEMManager/Properties/Resources.Designer.cs index 6072bb4..474c53e 100644 --- a/AEMManager/Properties/Resources.Designer.cs +++ b/AEMManager/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace AEMManager.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/AEMManager/Properties/Settings.Designer.cs b/AEMManager/Properties/Settings.Designer.cs index 6052dcb..3966972 100644 --- a/AEMManager/Properties/Settings.Designer.cs +++ b/AEMManager/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace AEMManager.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/AEMManagerSetup/Product.wxs b/AEMManagerSetup/Product.wxs index 85b0f11..37a8ef0 100644 --- a/AEMManagerSetup/Product.wxs +++ b/AEMManagerSetup/Product.wxs @@ -2,7 +2,7 @@ + Version="2.3.6.0">