From 8d9af53d7cca04d5451a6d2ba846c0e630942c76 Mon Sep 17 00:00:00 2001 From: Raffi Khatchaodourian Date: Tue, 2 Aug 2022 13:32:13 -0400 Subject: [PATCH] Format. More readable. --- pom.xml | 382 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 191 insertions(+), 191 deletions(-) diff --git a/pom.xml b/pom.xml index ee2d5ba9..afdbd02c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,194 +1,194 @@ - 4.0.0 - edu.cuny.hunter.hybridize - edu.cuny.hunter.hybridize - 1.0.0-SNAPSHOT - pom - Hybridize Function Refactoring - This prototype refactoring plug-in for Eclipse PyDev represents ongoing work in developing an automated refactoring tool that would assist developers in hybridizing their Python functions. - - Travis CI - https://app.travis-ci.com/github/ponder-lab/Hybridize-Functions-Refactoring - - https://github.com/ponder-lab/Hybridize-Functions-Refactoring - - 3.6.3 - - - edu.cuny.hunter.hybridize.core - edu.cuny.hunter.hybridize.ui - edu.cuny.hunter.hybridize.tests - edu.cuny.hunter.hybridize.tests.report - - - CUNY PONDER - http://ponder-lab.github.io - - - https://github.com/ponder-lab/Hybridize-Functions-Refactoring - - - GitHub - https://github.com/ponder-lab/Hybridize-Functions-Refactoring/issues - - - 2.7.4 - UTF-8 - 0.8.8 - 4.13.2 - http://download.eclipse.org/releases/${platform-version-name} - 2022-06 - 4.24 - 11 - 11 - - - - - - org.codehaus.mojo - versions-maven-plugin - 2.11.0 - - - - dependency-updates-report - plugin-updates-report - property-updates-report - - - - - - - - - jacoco - - false - - - - - org.jacoco - jacoco-maven-plugin - ${jacoco-version} - - - - prepare-agent - - - - - - - - - org.eluder.coveralls - coveralls-maven-plugin - 4.3.0 - - - ${project.basedir}/edu.cuny.hunter.hybridize.tests.report/target/site/jacoco-aggregate/jacoco.xml - - 71wVjTUWdxts3DnxmkannlSruAfGsxN6d - travis-pro - - - - - - - - - - Eclipse current release - p2 - http://download.eclipse.org/releases/${platform-version-name} - - - Eclipse current updates - p2 - http://download.eclipse.org/eclipse/updates/${platform-version} - - - common-refactoring - p2 - https://raw.githubusercontent.com/ponder-lab/Common-Eclipse-Refactoring-Framework/master/edu.cuny.citytech.refactoring.common.updatesite - - - PyDev - p2 - http://www.pydev.org/updates - - - - - - org.eclipse.tycho - tycho-maven-plugin - ${tycho-version} - true - - - org.eclipse.tycho - tycho-compiler-plugin - ${tycho-version} - - 11 - 11 - - - - org.eclipse.tycho - tycho-p2-repository-plugin - ${tycho-version} - - true - - - - org.eclipse.tycho - target-platform-configuration - ${tycho-version} - - consider - - - linux - gtk - x86_64 - - - linux - gtk - x86 - - - macosx - cocoa - x86 - - - macosx - cocoa - x86_64 - - - win32 - win32 - x86 - - - win32 - win32 - x86_64 - - - - - - + 4.0.0 + edu.cuny.hunter.hybridize + edu.cuny.hunter.hybridize + 1.0.0-SNAPSHOT + pom + Hybridize Function Refactoring + This prototype refactoring plug-in for Eclipse PyDev represents ongoing work in developing an automated refactoring tool that would assist developers in hybridizing their Python functions. + + Travis CI + https://app.travis-ci.com/github/ponder-lab/Hybridize-Functions-Refactoring + + https://github.com/ponder-lab/Hybridize-Functions-Refactoring + + 3.6.3 + + + edu.cuny.hunter.hybridize.core + edu.cuny.hunter.hybridize.ui + edu.cuny.hunter.hybridize.tests + edu.cuny.hunter.hybridize.tests.report + + + CUNY PONDER + http://ponder-lab.github.io + + + https://github.com/ponder-lab/Hybridize-Functions-Refactoring + + + GitHub + https://github.com/ponder-lab/Hybridize-Functions-Refactoring/issues + + + 2.7.4 + UTF-8 + 0.8.8 + 4.13.2 + http://download.eclipse.org/releases/${platform-version-name} + 2022-06 + 4.24 + 11 + 11 + + + + + + org.codehaus.mojo + versions-maven-plugin + 2.11.0 + + + + dependency-updates-report + plugin-updates-report + property-updates-report + + + + + + + + + jacoco + + false + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco-version} + + + + prepare-agent + + + + + + + + + org.eluder.coveralls + coveralls-maven-plugin + 4.3.0 + + + ${project.basedir}/edu.cuny.hunter.hybridize.tests.report/target/site/jacoco-aggregate/jacoco.xml + + 71wVjTUWdxts3DnxmkannlSruAfGsxN6d + travis-pro + + + + + + + + + + Eclipse current release + p2 + http://download.eclipse.org/releases/${platform-version-name} + + + Eclipse current updates + p2 + http://download.eclipse.org/eclipse/updates/${platform-version} + + + common-refactoring + p2 + https://raw.githubusercontent.com/ponder-lab/Common-Eclipse-Refactoring-Framework/master/edu.cuny.citytech.refactoring.common.updatesite + + + PyDev + p2 + http://www.pydev.org/updates + + + + + + org.eclipse.tycho + tycho-maven-plugin + ${tycho-version} + true + + + org.eclipse.tycho + tycho-compiler-plugin + ${tycho-version} + + 11 + 11 + + + + org.eclipse.tycho + tycho-p2-repository-plugin + ${tycho-version} + + true + + + + org.eclipse.tycho + target-platform-configuration + ${tycho-version} + + consider + + + linux + gtk + x86_64 + + + linux + gtk + x86 + + + macosx + cocoa + x86 + + + macosx + cocoa + x86_64 + + + win32 + win32 + x86 + + + win32 + win32 + x86_64 + + + + + +