From fb1ba3be5193c72070a4a7e745195831d00c918a Mon Sep 17 00:00:00 2001 From: Gang ZHANG Date: Wed, 4 Dec 2019 21:53:57 +0800 Subject: [PATCH] Revert "refactory pom.xml for local jars" This reverts commit b956d6411ba34f9ed3dbad4957dbbd0cc0b19e0e. --- lib_install.bat | 13 +++++++++++++ lib_install.sh | 18 ++++++++++++++++++ pom.xml | 19 ------------------- 3 files changed, 31 insertions(+), 19 deletions(-) create mode 100644 lib_install.bat create mode 100755 lib_install.sh diff --git a/lib_install.bat b/lib_install.bat new file mode 100644 index 0000000..4abeaf8 --- /dev/null +++ b/lib_install.bat @@ -0,0 +1,13 @@ +mvn install:install-file -DgroupId=org.eclipse.cdt -DartifactId=org.eclipse.cdt.core -Dversion=6.5.0.201806170908 -Dpackaging=jar -Dfile=./jars/org.eclipse.cdt.core-6.5.0.201806170908.jar -DgeneratePom=true + +mvn install:install-file -DgroupId=eclipse-photon -DartifactId=org.eclipse.equinox.registry -Dversion=3.8.0.v20180426-1327 -Dpackaging=jar -Dfile=./jars/org.eclipse.equinox.registry-3.8.0.v20180426-1327.jar -DgeneratePom=true + +mvn install:install-file -DgroupId=eclipse-photon -DartifactId=org.eclipse.core.runtime -Dversion=3.14.0.v20180417-0825 -Dpackaging=jar -Dfile=./jars/org.eclipse.core.runtime-3.14.0.v20180417-0825.jar -DgeneratePom=true + +mvn install:install-file -DgroupId=eclipse-photon -DartifactId=org.eclipse.equinox.common -Dversion=3.10.0.v20180412-1130 -Dpackaging=jar -Dfile=./jars/org.eclipse.equinox.common-3.10.0.v20180412-1130.jar -DgeneratePom=true + +mvn install:install-file -DgroupId=eclipse-photon -DartifactId=org.eclipse.osgi -Dversion=3.13.0.v20180409-1500 -Dpackaging=jar -Dfile=./jars/org.eclipse.osgi-3.13.0.v20180409-1500.jar -DgeneratePom=true + +mvn install:install-file -DgroupId=eclipse-photon -DartifactId=org.eclipse.equinox.preferences -Dversion=3.7.100.v20180510-1129 -Dpackaging=jar -Dfile=./jars/org.eclipse.equinox.preferences-3.7.100.v20180510-1129.jar -DgeneratePom=true + +mvn install:install-file -DgroupId=eclipse-photon -DartifactId=org.eclipse.core.jobs -Dversion=3.10.0.v20180427-1454 -Dpackaging=jar -Dfile=./jars/org.eclipse.core.jobs-3.10.0.v20180427-1454.jar -DgeneratePom=true diff --git a/lib_install.sh b/lib_install.sh new file mode 100755 index 0000000..173a716 --- /dev/null +++ b/lib_install.sh @@ -0,0 +1,18 @@ +mvn install:install-file -DgroupId=org.jruby -DartifactId=jrubyparser -Dversion=0.5.5-SNAPSHOT -Dpackaging=jar -Dfile=./jars/jrubyparser-0.5.5-SNAPSHOT.jar -DgeneratePom=true + +mvn install:install-file -DgroupId=org.eclipse.cdt -DartifactId=org.eclipse.cdt.core -Dversion=6.9.0.201909091953 -Dpackaging=jar -Dfile=./jars/org.eclipse.cdt.core_6.9.0.201909091953.jar -DgeneratePom=true + +mvn install:install-file -DgroupId=eclipse-photon -DartifactId=org.eclipse.equinox.registry -Dversion=3.8.500.v20190714-1850 -Dpackaging=jar -Dfile=./jars/org.eclipse.equinox.registry_3.8.500.v20190714-1850.jar -DgeneratePom=true + +mvn install:install-file -DgroupId=eclipse-photon -DartifactId=org.eclipse.core.runtime -Dversion=3.14.0.v20180417-0825 -Dpackaging=jar -Dfile=./jars/org.eclipse.core.runtime-3.14.0.v20180417-0825.jar -DgeneratePom=true + +mvn install:install-file -DgroupId=eclipse-photon -DartifactId=org.eclipse.equinox.common -Dversion=3.10.500.v20190815-1535 -Dpackaging=jar -Dfile=./jars/org.eclipse.equinox.common_3.10.500.v20190815-1535.jar -DgeneratePom=true + +mvn install:install-file -DgroupId=eclipse-photon -DartifactId=org.eclipse.osgi -Dversion=3.15.0.v20190830-1434 -Dpackaging=jar -Dfile=./jars/org.eclipse.osgi_3.15.0.v20190830-1434.jar -DgeneratePom=true + +mvn install:install-file -DgroupId=eclipse-photon -DartifactId=org.eclipse.equinox.preferences -Dversion=3.7.500.v20190815-1535 -Dpackaging=jar -Dfile=./jars/org.eclipse.equinox.preferences_3.7.500.v20190815-1535.jar -DgeneratePom=true + +mvn install:install-file -DgroupId=eclipse-photon -DartifactId=org.eclipse.core.jobs -Dversion=3.10.500.v20190620-1426 -Dpackaging=jar -Dfile=./jars/org.eclipse.core.jobs_3.10.500.v20190620-1426.jar -DgeneratePom=true + +mvn install:install-file -DgroupId=eclipse-photon -DartifactId=org.eclipse.core.resources -Dversion=3.13.500.v20190819-0800 -Dpackaging=jar -Dfile=./jars/org.eclipse.core.resources_3.13.500.v20190819-0800.jar -DgeneratePom=true + diff --git a/pom.xml b/pom.xml index 7ca99c6..4c4a1b2 100644 --- a/pom.xml +++ b/pom.xml @@ -85,10 +85,7 @@ eclipse-photon org.eclipse.core.resources 3.13.500.v20190819-0800 - system - ${project.basedir}/jars/org.eclipse.core.resources_3.13.500.v20190819-0800.jar - junit junit @@ -127,50 +124,36 @@ org.eclipse.cdt org.eclipse.cdt.core 6.9.0.201909091953 - system - ${project.basedir}/jars/org.eclipse.cdt.core_6.9.0.201909091953.jar eclipse-photon org.eclipse.equinox.registry 3.8.500.v20190714-1850 - system - ${project.basedir}/jars/org.eclipse.equinox.registry_3.8.500.v20190714-1850.jar eclipse-photon org.eclipse.core.runtime 3.14.0.v20180417-0825 - system - ${project.basedir}/jars/org.eclipse.core.runtime-3.14.0.v20180417-0825.jar eclipse-photon org.eclipse.equinox.common 3.10.500.v20190815-1535 - system - ${project.basedir}/jars/org.eclipse.equinox.common_3.10.500.v20190815-1535.jar eclipse-photon org.eclipse.osgi 3.15.0.v20190830-1434 - system - ${project.basedir}/jars/org.eclipse.osgi_3.15.0.v20190830-1434.jar eclipse-photon org.eclipse.equinox.preferences 3.7.500.v20190815-1535 - system - ${project.basedir}/jars/org.eclipse.equinox.preferences_3.7.500.v20190815-1535.jar eclipse-photon org.eclipse.core.jobs 3.10.500.v20190620-1426 - system - ${project.basedir}/jars/org.eclipse.core.jobs_3.10.500.v20190620-1426.jar info.picocli @@ -197,8 +180,6 @@ org.jruby jrubyparser 0.5.5-SNAPSHOT - system - ${project.basedir}/jars/jrubyparser-0.5.5-SNAPSHOT.jar