You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tar -xf products/org.dataflowanalysis.product/target/deploy/DataFlowAnalysis.linux.gtk.x86_64.tar.gz -C products/org.dataflowanalysis.product/target/deploy/DataFlowAnalysis
7
+
echo"Finished unpacking product"
8
+
9
+
# Rename jars to remove date of build (only name and version should be in the name)
newname=$(echo "$file"| sed -r 's|(.*)\_([0-9]+\.[0-9]+\.[0-9]+).*$|\1\2.jar|')
14
+
mv "$file""$newname"
15
+
fi
16
+
done
17
+
echo"Finished renaming jars!"
18
+
19
+
# Pack the jars into an archive
20
+
echo"Repacking archive"
21
+
tar -cf products/org.dataflowanalysis.product/target/deploy/DataFlowAnalysis.jars.tar.gz products/org.dataflowanalysis.product/target/deploy/DataFlowAnalysis/plugins
0 commit comments