Skip to content

Commit

Permalink
Code reformatting applied
Browse files Browse the repository at this point in the history
  • Loading branch information
Garlapati Anil Masthan Setty committed Nov 18, 2024
1 parent a473e48 commit 0be10a4
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 13 deletions.
3 changes: 2 additions & 1 deletion src/main/zip/apt.groovy
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import com.urbancode.air.plugin.tool.AirPluginTool
/**
* © Copyright IBM Corporation 2016, 2024.
* This is licensed under the following license.
* The Eclipse Public 1.0 License (http://www.eclipse.org/legal/epl-v10.html)
* U.S. Government Users Restricted Rights: Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*/
import com.urbancode.air.plugin.tool.AirPluginTool

def apTool = new AirPluginTool(this.args[0], this.args[1]) //assuming that args[0] is input props file and args[1] is output props file

def props = apTool.getStepProperties();
Expand Down
3 changes: 2 additions & 1 deletion src/main/zip/apt_key.groovy
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import com.urbancode.air.plugin.tool.AirPluginTool
/**
* © Copyright IBM Corporation 2016, 2024.
* This is licensed under the following license.
* The Eclipse Public 1.0 License (http://www.eclipse.org/legal/epl-v10.html)
* U.S. Government Users Restricted Rights: Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*/
import com.urbancode.air.plugin.tool.AirPluginTool

def apTool = new AirPluginTool(this.args[0], this.args[1]) //assuming that args[0] is input props file and args[1] is output props file

def props = apTool.getStepProperties();
Expand Down
3 changes: 2 additions & 1 deletion src/main/zip/ashell.groovy
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import com.urbancode.air.plugin.tool.AirPluginTool
/**
* © Copyright IBM Corporation 2016, 2024.
* This is licensed under the following license.
* The Eclipse Public 1.0 License (http://www.eclipse.org/legal/epl-v10.html)
* U.S. Government Users Restricted Rights: Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*/
import com.urbancode.air.plugin.tool.AirPluginTool

def apTool = new AirPluginTool(this.args[0], this.args[1]) //assuming that args[0] is input props file and args[1] is output props file

def props = apTool.getStepProperties();
Expand Down
3 changes: 2 additions & 1 deletion src/main/zip/command.groovy
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import com.urbancode.air.plugin.tool.AirPluginTool
/**
* © Copyright IBM Corporation 2016, 2024.
* This is licensed under the following license.
* The Eclipse Public 1.0 License (http://www.eclipse.org/legal/epl-v10.html)
* U.S. Government Users Restricted Rights: Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*/
import com.urbancode.air.plugin.tool.AirPluginTool

def apTool = new AirPluginTool(this.args[0], this.args[1]) //assuming that args[0] is input props file and args[1] is output props file

def props = apTool.getStepProperties();
Expand Down
3 changes: 2 additions & 1 deletion src/main/zip/copy.groovy
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import com.urbancode.air.plugin.tool.AirPluginTool
/**
* © Copyright IBM Corporation 2016, 2024.
* This is licensed under the following license.
* The Eclipse Public 1.0 License (http://www.eclipse.org/legal/epl-v10.html)
* U.S. Government Users Restricted Rights: Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*/
import com.urbancode.air.plugin.tool.AirPluginTool

def apTool = new AirPluginTool(this.args[0], this.args[1]) //assuming that args[0] is input props file and args[1] is output props file

def props = apTool.getStepProperties();
Expand Down
3 changes: 2 additions & 1 deletion src/main/zip/file.groovy
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import com.urbancode.air.plugin.tool.AirPluginTool
/**
* © Copyright IBM Corporation 2016, 2024.
* This is licensed under the following license.
* The Eclipse Public 1.0 License (http://www.eclipse.org/legal/epl-v10.html)
* U.S. Government Users Restricted Rights: Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*/
import com.urbancode.air.plugin.tool.AirPluginTool

def apTool = new AirPluginTool(this.args[0], this.args[1]) //assuming that args[0] is input props file and args[1] is output props file

def props = apTool.getStepProperties();
Expand Down
3 changes: 2 additions & 1 deletion src/main/zip/getBuiltinAnsibleProperties.groovy
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import com.urbancode.air.plugin.tool.AirPluginTool
/**
* © Copyright IBM Corporation 2016, 2024.
* This is licensed under the following license.
* The Eclipse Public 1.0 License (http://www.eclipse.org/legal/epl-v10.html)
* U.S. Government Users Restricted Rights: Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*/
import com.urbancode.air.plugin.tool.AirPluginTool

def apTool = new AirPluginTool(this.args[0], this.args[1]) //assuming that args[0] is input props file and args[1] is output props file

def props = apTool.getStepProperties();
Expand Down
3 changes: 2 additions & 1 deletion src/main/zip/get_url.groovy
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import com.urbancode.air.plugin.tool.AirPluginTool
/**
* © Copyright IBM Corporation 2016, 2024.
* This is licensed under the following license.
* The Eclipse Public 1.0 License (http://www.eclipse.org/legal/epl-v10.html)
* U.S. Government Users Restricted Rights: Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*/
import com.urbancode.air.plugin.tool.AirPluginTool

def apTool = new AirPluginTool(this.args[0], this.args[1]) //assuming that args[0] is input props file and args[1] is output props file

def props = apTool.getStepProperties();
Expand Down
3 changes: 2 additions & 1 deletion src/main/zip/lineinfile.groovy
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import com.urbancode.air.plugin.tool.AirPluginTool
/**
* © Copyright IBM Corporation 2016, 2024.
* This is licensed under the following license.
* The Eclipse Public 1.0 License (http://www.eclipse.org/legal/epl-v10.html)
* U.S. Government Users Restricted Rights: Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*/
import com.urbancode.air.plugin.tool.AirPluginTool

def apTool = new AirPluginTool(this.args[0], this.args[1]) //assuming that args[0] is input props file and args[1] is output props file

def props = apTool.getStepProperties();
Expand Down
3 changes: 2 additions & 1 deletion src/main/zip/pip.groovy
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import com.urbancode.air.plugin.tool.AirPluginTool
/**
* © Copyright IBM Corporation 2016, 2024.
* This is licensed under the following license.
* The Eclipse Public 1.0 License (http://www.eclipse.org/legal/epl-v10.html)
* U.S. Government Users Restricted Rights: Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*/
import com.urbancode.air.plugin.tool.AirPluginTool

def apTool = new AirPluginTool(this.args[0], this.args[1]) //assuming that args[0] is input props file and args[1] is output props file

def props = apTool.getStepProperties();
Expand Down
3 changes: 2 additions & 1 deletion src/main/zip/service.groovy
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import com.urbancode.air.plugin.tool.AirPluginTool
/**
* © Copyright IBM Corporation 2016, 2024.
* This is licensed under the following license.
* The Eclipse Public 1.0 License (http://www.eclipse.org/legal/epl-v10.html)
* U.S. Government Users Restricted Rights: Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*/
import com.urbancode.air.plugin.tool.AirPluginTool

def apTool = new AirPluginTool(this.args[0], this.args[1]) //assuming that args[0] is input props file and args[1] is output props file

def props = apTool.getStepProperties();
Expand Down
3 changes: 2 additions & 1 deletion src/main/zip/shell.groovy
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import com.urbancode.air.plugin.tool.AirPluginTool
/**
* © Copyright IBM Corporation 2016, 2024.
* This is licensed under the following license.
* The Eclipse Public 1.0 License (http://www.eclipse.org/legal/epl-v10.html)
* U.S. Government Users Restricted Rights: Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*/
import com.urbancode.air.plugin.tool.AirPluginTool

def apTool = new AirPluginTool(this.args[0], this.args[1]) //assuming that args[0] is input props file and args[1] is output props file

def props = apTool.getStepProperties();
Expand Down
3 changes: 2 additions & 1 deletion src/main/zip/unarchive.groovy
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import com.urbancode.air.plugin.tool.AirPluginTool
/**
* © Copyright IBM Corporation 2016, 2024.
* This is licensed under the following license.
* The Eclipse Public 1.0 License (http://www.eclipse.org/legal/epl-v10.html)
* U.S. Government Users Restricted Rights: Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*/
import com.urbancode.air.plugin.tool.AirPluginTool

def apTool = new AirPluginTool(this.args[0], this.args[1]) //assuming that args[0] is input props file and args[1] is output props file

def props = apTool.getStepProperties();
Expand Down

0 comments on commit 0be10a4

Please sign in to comment.