jalopy is used for sourcescrub target of build.xml (sourcescrub is not
[jalview.git] / utils / jalopy / bin / lcp.bat
diff --git a/utils/jalopy/bin/lcp.bat b/utils/jalopy/bin/lcp.bat
new file mode 100755 (executable)
index 0000000..d4ebc44
--- /dev/null
@@ -0,0 +1,8 @@
+SET _CLASSPATHCOMPONENT=%1\r
+:argCheck\r
+IF %2a==a GOTO gotAllArgs\r
+SHIFT\r
+SET _CLASSPATHCOMPONENT=%_CLASSPATHCOMPONENT% %1\r
+GOTO argCheck\r
+:gotAllArgs\r
+SET LOCALCLASSPATH=%_CLASSPATHCOMPONENT%;%LOCALCLASSPATH%
\ No newline at end of file