diff --git a/jars/org.eclipse.core.resources_3.13.0.v20180512-1138.jar b/jars/org.eclipse.core.resources_3.13.0.v20180512-1138.jar new file mode 100644 index 0000000..b77918a Binary files /dev/null and b/jars/org.eclipse.core.resources_3.13.0.v20180512-1138.jar differ diff --git a/lib_install.sh b/lib_install.sh index 2021c1f..4765733 100644 --- a/lib_install.sh +++ b/lib_install.sh @@ -13,3 +13,6 @@ mvn install:install-file -DgroupId=eclipse-photon -DartifactId=org.eclipse.osgi 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 + +mvn install:install-file -DgroupId=eclipse-photon -DartifactId=org.eclipse.core.resources -Dversion=3.13.0.v20180512-1138 -Dpackaging=jar -Dfile=./jars/org.eclipse.core.resources_3.13.0.v20180512-1138.jar -DgeneratePom=true + diff --git a/pom.xml b/pom.xml index 296dc6d..ac44d44 100644 --- a/pom.xml +++ b/pom.xml @@ -81,6 +81,11 @@ + + eclipse-photon + org.eclipse.core.resources + 3.13.0.v20180512-1138 + junit junit