Skip to content

Commit 6d9bc15

Browse files
Spllited
1 parent 31d938e commit 6d9bc15

13 files changed

+5
-3
lines changed

Vagrant/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Vagrant.configure(2) do |config|
5151

5252
vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
5353

54-
vb.name = "CanigoDev-3.0.5"
54+
vb.name = "CanigoDev-3.0.6"
5555

5656
end
5757

Vagrant/resources/eclipse/provision.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ multi_cp $_RESOURCES/splash.bmp ./plugins/org.eclipse.platform_*/splash.bmp ./pl
5353

5454
cp -vfr $_RESOURCES/icon.xpm .
5555

56-
./SpringToolSuite4 -nosplash -application org.eclipse.equinox.p2.director -repository 'http://repos.canigo.ctti.gencat.cat/repository/maven2/cat/gencat/ctti/canigo.plugin/update-site/' -installIU cat.gencat.ctti.canigo.feature.feature.group || die 5
56+
./SpringToolSuite4 -nosplash -application org.eclipse.equinox.p2.director -repository 'https://hudson.intranet.gencat.cat/nexus/repository/canigo-group-maven2/cat/gencat/ctti/canigo.plugin/update-site/' -installIU cat.gencat.ctti.canigo.feature.feature.group || die 5
5757

5858
# Sonarlint
5959
marketplace_install_cli 'http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=2568658' || die 6
@@ -66,7 +66,9 @@ marketplace_install_cli 'http://marketplace.eclipse.org/marketplace-client-intro
6666
# mv /tmp/t5/sts-4.2.0.RELEASE.new/ /tmp/t5/sts-4.2.0.RELEASE
6767
# cd /tmp/t5 ; tar -cvJf eclipse-conf-patch2.tar.xz sts-4.2.0.RELEASE
6868

69-
for f in eclipse-conf-patch.tar.xz workspaces.tar.xz eclipse-conf-patch2.tar.xz ; do
69+
cat split_eclipse-conf-patch* > eclipse-conf-patch.tar.xz
70+
71+
for f in eclipse-conf-patch.tar.xz workspaces.tar.xz ; do
7072
log "Treballant amb l'arxiu $f ..."
7173
tar -xJf $_RESOURCES/$f -C /opt
7274
done
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)