Author: dthompson Date: 2008-05-16 22:40:36-0700 New Revision: 14757 Modified: trunk/documentation/build.bat (contents, props changed) trunk/documentation/build.sh (props changed) trunk/modules/jscheme/build.bat (contents, props changed) trunk/modules/jscheme/build.sh (props changed) trunk/modules/jscheme/local-ant-clean.bat (contents, props changed) trunk/modules/jscheme/local-ant-install.bat (contents, props changed) trunk/src/argouml-app/src/bin/argouml.sh (props changed) trunk/src/argouml-build/build.bat (contents, props changed) trunk/src/argouml-build/build.sh (props changed) trunk/src/argouml-core-model-euml/build.bat (props changed) trunk/src/argouml-core-model-euml/build.sh (props changed) trunk/src/argouml-core-model-euml/build2.bat (props changed) trunk/src/argouml-core-model-euml/build2.sh (props changed) trunk/src/argouml-core-model-mdr/build.bat (contents, props changed) trunk/src/argouml-core-model-mdr/build.sh (props changed) trunk/src/argouml-core-model-mdr/build2.bat (contents, props changed) trunk/src/argouml-core-model-mdr/build2.sh (props changed) trunk/src/build.bat (contents, props changed) trunk/src/build.sh (props changed) trunk/tools/apache-ant-1.7.0/bin/ant.bat (props changed) trunk/tools/apache-ant-1.7.0/bin/antRun.bat (props changed) trunk/tools/apache-ant-1.7.0/bin/lcp.bat (props changed) trunk/tools/bin/checkstyle-on-changed.sh (props changed) trunk/tools/bin/generate-mailing-list-list.sh (props changed) trunk/tools/bin/i18n-find-undeclared-tags.sh (props changed) trunk/tools/bin/modelImplementationGenerator.sh (props changed) trunk/tools/fop-0.20.5/fop.bat (contents, props changed) trunk/tools/fop-0.20.5/fop.sh (props changed) trunk/tools/fop-0.20.5/xalan.bat (contents, props changed) trunk/tools/fop-0.20.5/xalan.sh (props changed) trunk/tools/pmd-4.0/bin/cpd.sh (props changed) trunk/tools/pmd-4.0/bin/cpdgui.bat (contents, props changed) trunk/tools/pmd-4.0/bin/cygwin-run.sh (props changed) trunk/tools/pmd-4.0/bin/designer.bat (contents, props changed) trunk/tools/pmd-4.0/bin/designer.sh (props changed) trunk/tools/pmd-4.0/bin/pmd.bat (contents, props changed) trunk/tools/pmd-4.0/bin/pmd.sh (props changed)
Log: Issue 5078: Changed svn:eol-style property on all .sh files from native to LF, and all remaining .bat files from native to CRLF. Modified: trunk/documentation/build.bat Url: http://argouml.tigris.org/source/browse/argouml/trunk/documentation/build.bat?view=diff&rev=14757&p1=trunk/documentation/build.bat&p2=trunk/documentation/build.bat&r1=14756&r2=14757 ============================================================================== --- trunk/documentation/build.bat (original) +++ trunk/documentation/build.bat 2008-05-16 22:40:36-0700 @@ -1,31 +1,31 @@ [EMAIL PROTECTED] off - -rem -rem build.bat always calls the version of ant distributed with ArgoUML -rem - -setlocal -echo Searching for tools dir... - -set ANT_HOME=..\tools\apache-ant-1.7.0 -echo trying %ANT_HOME% -if exist %ANT_HOME% goto antpathok - -set ANT_HOME=..\argouml-core-tools\apache-ant-1.7.0 -echo trying %ANT_HOME% -if exist %ANT_HOME% goto antpathok - -echo Could not find tools dir. -goto endfail - -:antpathok -echo Ant Found - -:: Convert relative path to absolute -pushd %ANT_HOME% -set ANT_HOME=%CD% -popd - -call %ANT_HOME%\bin\ant %1 %2 %3 %4 %5 %6 %7 %8 %9 - [EMAIL PROTECTED] off + +rem +rem build.bat always calls the version of ant distributed with ArgoUML +rem + +setlocal +echo Searching for tools dir... + +set ANT_HOME=..\tools\apache-ant-1.7.0 +echo trying %ANT_HOME% +if exist %ANT_HOME% goto antpathok + +set ANT_HOME=..\argouml-core-tools\apache-ant-1.7.0 +echo trying %ANT_HOME% +if exist %ANT_HOME% goto antpathok + +echo Could not find tools dir. +goto endfail + +:antpathok +echo Ant Found + +:: Convert relative path to absolute +pushd %ANT_HOME% +set ANT_HOME=%CD% +popd + +call %ANT_HOME%\bin\ant %1 %2 %3 %4 %5 %6 %7 %8 %9 + endlocal \ No newline at end of file Modified: trunk/modules/jscheme/build.bat Url: http://argouml.tigris.org/source/browse/argouml/trunk/modules/jscheme/build.bat?view=diff&rev=14757&p1=trunk/modules/jscheme/build.bat&p2=trunk/modules/jscheme/build.bat&r1=14756&r2=14757 ============================================================================== --- trunk/modules/jscheme/build.bat (original) +++ trunk/modules/jscheme/build.bat 2008-05-16 22:40:36-0700 @@ -1,11 +1,11 @@ [EMAIL PROTECTED] off - -rem -rem build.bat always calls the version of ant distributed with ArgoUML -rem - -set SAVE_ANT_HOME=%ANT_HOME% -set ANT_HOME=..\..\tools\ant-1.4.1 -call %ANT_HOME%\bin\ant %1 %2 %3 %4 %5 %6 %7 %8 %9 -set ANT_HOME=%SAVE_ANT_HOME% -set SAVE_ANT_HOME= [EMAIL PROTECTED] off + +rem +rem build.bat always calls the version of ant distributed with ArgoUML +rem + +set SAVE_ANT_HOME=%ANT_HOME% +set ANT_HOME=..\..\tools\ant-1.4.1 +call %ANT_HOME%\bin\ant %1 %2 %3 %4 %5 %6 %7 %8 %9 +set ANT_HOME=%SAVE_ANT_HOME% +set SAVE_ANT_HOME= Modified: trunk/modules/jscheme/local-ant-clean.bat Url: http://argouml.tigris.org/source/browse/argouml/trunk/modules/jscheme/local-ant-clean.bat?view=diff&rev=14757&p1=trunk/modules/jscheme/local-ant-clean.bat&p2=trunk/modules/jscheme/local-ant-clean.bat&r1=14756&r2=14757 ============================================================================== --- trunk/modules/jscheme/local-ant-clean.bat (original) +++ trunk/modules/jscheme/local-ant-clean.bat 2008-05-16 22:40:36-0700 @@ -1,4 +1,4 @@ [EMAIL PROTECTED] off - -call ant clean -pause [EMAIL PROTECTED] off + +call ant clean +pause Modified: trunk/modules/jscheme/local-ant-install.bat Url: http://argouml.tigris.org/source/browse/argouml/trunk/modules/jscheme/local-ant-install.bat?view=diff&rev=14757&p1=trunk/modules/jscheme/local-ant-install.bat&p2=trunk/modules/jscheme/local-ant-install.bat&r1=14756&r2=14757 ============================================================================== --- trunk/modules/jscheme/local-ant-install.bat (original) +++ trunk/modules/jscheme/local-ant-install.bat 2008-05-16 22:40:36-0700 @@ -1,4 +1,4 @@ [EMAIL PROTECTED] off - -call ant install -pause [EMAIL PROTECTED] off + +call ant install +pause Modified: trunk/src/argouml-build/build.bat Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-build/build.bat?view=diff&rev=14757&p1=trunk/src/argouml-build/build.bat&p2=trunk/src/argouml-build/build.bat&r1=14756&r2=14757 ============================================================================== --- trunk/src/argouml-build/build.bat (original) +++ trunk/src/argouml-build/build.bat 2008-05-16 22:40:36-0700 @@ -1,45 +1,45 @@ [EMAIL PROTECTED] off - -rem -rem build.bat always calls the version of ant distributed with ArgoUML -rem - -setlocal - -echo Searching for tools dir... - -set ANT_HOME=..\..\tools\apache-ant-1.7.0 -echo trying %ANT_HOME% -if exist %ANT_HOME% goto antpathok - -set ANT_HOME=..\argouml-core-tools\apache-ant-1.7.0 -echo trying %ANT_HOME% -if exist %ANT_HOME% goto antpathok - -echo Could not find tools dir. -goto endfail - -:antpathok -echo Ant Found - -:: Convert relative path to absolute -pushd "%ANT_HOME%" -set ANT_HOME=%CD% -popd - -call "%ANT_HOME%\bin\ant" %1 %2 %3 %4 %5 %6 %7 %8 %9 - -if ERRORLEVEL 1 goto endfail -endlocal - -goto EOF - -:endfail -echo. -echo Build failed -:: Wait for keypress so that error messages can be read. -:: (Helps if user double clicked this .bat file) -pause -endlocal - [EMAIL PROTECTED] off + +rem +rem build.bat always calls the version of ant distributed with ArgoUML +rem + +setlocal + +echo Searching for tools dir... + +set ANT_HOME=..\..\tools\apache-ant-1.7.0 +echo trying %ANT_HOME% +if exist %ANT_HOME% goto antpathok + +set ANT_HOME=..\argouml-core-tools\apache-ant-1.7.0 +echo trying %ANT_HOME% +if exist %ANT_HOME% goto antpathok + +echo Could not find tools dir. +goto endfail + +:antpathok +echo Ant Found + +:: Convert relative path to absolute +pushd "%ANT_HOME%" +set ANT_HOME=%CD% +popd + +call "%ANT_HOME%\bin\ant" %1 %2 %3 %4 %5 %6 %7 %8 %9 + +if ERRORLEVEL 1 goto endfail +endlocal + +goto EOF + +:endfail +echo. +echo Build failed +:: Wait for keypress so that error messages can be read. +:: (Helps if user double clicked this .bat file) +pause +endlocal + :EOF \ No newline at end of file Modified: trunk/src/argouml-core-model-mdr/build.bat Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model-mdr/build.bat?view=diff&rev=14757&p1=trunk/src/argouml-core-model-mdr/build.bat&p2=trunk/src/argouml-core-model-mdr/build.bat&r1=14756&r2=14757 ============================================================================== --- trunk/src/argouml-core-model-mdr/build.bat (original) +++ trunk/src/argouml-core-model-mdr/build.bat 2008-05-16 22:40:36-0700 @@ -1,11 +1,11 @@ [EMAIL PROTECTED] off - -rem -rem build.bat always calls the version of ant distributed with ArgoUML -rem - -set SAVE_ANT_HOME=%ANT_HOME% -set ANT_HOME=..\..\tools\apache-ant-1.7.0 -call %ANT_HOME%\bin\ant %1 %2 %3 %4 %5 %6 %7 %8 %9 -set ANT_HOME=%SAVE_ANT_HOME% -set SAVE_ANT_HOME= [EMAIL PROTECTED] off + +rem +rem build.bat always calls the version of ant distributed with ArgoUML +rem + +set SAVE_ANT_HOME=%ANT_HOME% +set ANT_HOME=..\..\tools\apache-ant-1.7.0 +call %ANT_HOME%\bin\ant %1 %2 %3 %4 %5 %6 %7 %8 %9 +set ANT_HOME=%SAVE_ANT_HOME% +set SAVE_ANT_HOME= Modified: trunk/src/argouml-core-model-mdr/build2.bat Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model-mdr/build2.bat?view=diff&rev=14757&p1=trunk/src/argouml-core-model-mdr/build2.bat&p2=trunk/src/argouml-core-model-mdr/build2.bat&r1=14756&r2=14757 ============================================================================== --- trunk/src/argouml-core-model-mdr/build2.bat (original) +++ trunk/src/argouml-core-model-mdr/build2.bat 2008-05-16 22:40:36-0700 @@ -1,11 +1,11 @@ [EMAIL PROTECTED] off - -rem -rem build.bat always calls the version of ant distributed with ArgoUML -rem - -set SAVE_ANT_HOME=%ANT_HOME% -set ANT_HOME=..\argouml-core-tools\apache-ant-1.7.0 -call %ANT_HOME%\bin\ant -Doverride.build.properties=..\argouml\eclipse-ant-build.properties -Dargo.root.dir=%CD%\.. %1 %2 %3 %4 %5 %6 %7 %8 %9 -set ANT_HOME=%SAVE_ANT_HOME% -set SAVE_ANT_HOME= [EMAIL PROTECTED] off + +rem +rem build.bat always calls the version of ant distributed with ArgoUML +rem + +set SAVE_ANT_HOME=%ANT_HOME% +set ANT_HOME=..\argouml-core-tools\apache-ant-1.7.0 +call %ANT_HOME%\bin\ant -Doverride.build.properties=..\argouml\eclipse-ant-build.properties -Dargo.root.dir=%CD%\.. %1 %2 %3 %4 %5 %6 %7 %8 %9 +set ANT_HOME=%SAVE_ANT_HOME% +set SAVE_ANT_HOME= Modified: trunk/src/build.bat Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/build.bat?view=diff&rev=14757&p1=trunk/src/build.bat&p2=trunk/src/build.bat&r1=14756&r2=14757 ============================================================================== --- trunk/src/build.bat (original) +++ trunk/src/build.bat 2008-05-16 22:40:36-0700 @@ -1,11 +1,11 @@ [EMAIL PROTECTED] off - -rem -rem A skeleton script to call the real build script at -rem ./argouml-build/build.bat -rem - -setlocal -cd argouml-build -build.bat %1 %2 %3 %4 %5 %6 %7 %8 %9 -endlocal [EMAIL PROTECTED] off + +rem +rem A skeleton script to call the real build script at +rem ./argouml-build/build.bat +rem + +setlocal +cd argouml-build +build.bat %1 %2 %3 %4 %5 %6 %7 %8 %9 +endlocal Modified: trunk/tools/fop-0.20.5/fop.bat Url: http://argouml.tigris.org/source/browse/argouml/trunk/tools/fop-0.20.5/fop.bat?view=diff&rev=14757&p1=trunk/tools/fop-0.20.5/fop.bat&p2=trunk/tools/fop-0.20.5/fop.bat&r1=14756&r2=14757 ============================================================================== --- trunk/tools/fop-0.20.5/fop.bat (original) +++ trunk/tools/fop-0.20.5/fop.bat 2008-05-16 22:40:36-0700 @@ -1,17 +1,17 @@ [EMAIL PROTECTED] OFF - -rem %~dp0 is the expanded pathname of the current script under NT -set LOCAL_FOP_HOME= -if "%OS%"=="Windows_NT" set LOCAL_FOP_HOME=%~dp0 - -set LIBDIR=%LOCAL_FOP_HOME%lib -set LOCALCLASSPATH=%LOCAL_FOP_HOME%build\fop.jar -set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xml-apis.jar -set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xercesImpl-2.2.1.jar -set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xalan-2.4.1.jar -set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\batik.jar -set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\avalon-framework-cvs-20020806.jar -set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\jimi-1.0.jar -set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\jai_core.jar -set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\jai_codec.jar [EMAIL PROTECTED] OFF + +rem %~dp0 is the expanded pathname of the current script under NT +set LOCAL_FOP_HOME= +if "%OS%"=="Windows_NT" set LOCAL_FOP_HOME=%~dp0 + +set LIBDIR=%LOCAL_FOP_HOME%lib +set LOCALCLASSPATH=%LOCAL_FOP_HOME%build\fop.jar +set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xml-apis.jar +set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xercesImpl-2.2.1.jar +set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xalan-2.4.1.jar +set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\batik.jar +set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\avalon-framework-cvs-20020806.jar +set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\jimi-1.0.jar +set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\jai_core.jar +set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\jai_codec.jar java -cp "%LOCALCLASSPATH%" org.apache.fop.apps.Fop %1 %2 %3 %4 %5 %6 %7 %8 \ No newline at end of file Modified: trunk/tools/fop-0.20.5/xalan.bat Url: http://argouml.tigris.org/source/browse/argouml/trunk/tools/fop-0.20.5/xalan.bat?view=diff&rev=14757&p1=trunk/tools/fop-0.20.5/xalan.bat&p2=trunk/tools/fop-0.20.5/xalan.bat&r1=14756&r2=14757 ============================================================================== --- trunk/tools/fop-0.20.5/xalan.bat (original) +++ trunk/tools/fop-0.20.5/xalan.bat 2008-05-16 22:40:36-0700 @@ -1,8 +1,8 @@ [EMAIL PROTECTED] OFF - -set LIBDIR=lib -set LOCALCLASSPATH=build/fop.jar -set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xml-apis.jar -set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xercesImpl-2.2.1.jar -set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xalan-2.4.1.jar [EMAIL PROTECTED] OFF + +set LIBDIR=lib +set LOCALCLASSPATH=build/fop.jar +set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xml-apis.jar +set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xercesImpl-2.2.1.jar +set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xalan-2.4.1.jar java -cp %LOCALCLASSPATH% org.apache.xalan.xslt.Process %1 %2 %3 %4 %5 %6 %7 %8 \ No newline at end of file Modified: trunk/tools/pmd-4.0/bin/cpdgui.bat Url: http://argouml.tigris.org/source/browse/argouml/trunk/tools/pmd-4.0/bin/cpdgui.bat?view=diff&rev=14757&p1=trunk/tools/pmd-4.0/bin/cpdgui.bat&p2=trunk/tools/pmd-4.0/bin/cpdgui.bat&r1=14756&r2=14757 ============================================================================== --- trunk/tools/pmd-4.0/bin/cpdgui.bat (original) +++ trunk/tools/pmd-4.0/bin/cpdgui.bat 2008-05-16 22:40:36-0700 @@ -1,10 +1,10 @@ [EMAIL PROTECTED] off -set TOPDIR=%~dp0/.. -set VERSION=4.0 -set PMDJAR=%TOPDIR%/lib/pmd-%VERSION%.jar -set JARPATH=%TOPDIR%/lib/asm-3.0.jar;%TOPDIR%/lib/jaxen-1.1.jar -set OPTS=-Xmx512m -set MAIN_CLASS=net.sourceforge.pmd.cpd.GUI - -java %OPTS% -cp %PMDJAR%;%JARPATH% %MAIN_CLASS% %* - [EMAIL PROTECTED] off +set TOPDIR=%~dp0/.. +set VERSION=4.0 +set PMDJAR=%TOPDIR%/lib/pmd-%VERSION%.jar +set JARPATH=%TOPDIR%/lib/asm-3.0.jar;%TOPDIR%/lib/jaxen-1.1.jar +set OPTS=-Xmx512m +set MAIN_CLASS=net.sourceforge.pmd.cpd.GUI + +java %OPTS% -cp %PMDJAR%;%JARPATH% %MAIN_CLASS% %* + Modified: trunk/tools/pmd-4.0/bin/designer.bat Url: http://argouml.tigris.org/source/browse/argouml/trunk/tools/pmd-4.0/bin/designer.bat?view=diff&rev=14757&p1=trunk/tools/pmd-4.0/bin/designer.bat&p2=trunk/tools/pmd-4.0/bin/designer.bat&r1=14756&r2=14757 ============================================================================== --- trunk/tools/pmd-4.0/bin/designer.bat (original) +++ trunk/tools/pmd-4.0/bin/designer.bat 2008-05-16 22:40:36-0700 @@ -1,10 +1,10 @@ [EMAIL PROTECTED] off -set TOPDIR=%~dp0/.. -set VERSION=4.0 -set PMDJAR=%TOPDIR%/lib/pmd-%VERSION%.jar -set JARPATH=%TOPDIR%/lib/asm-3.0.jar;%TOPDIR%/lib/jaxen-1.1.jar -set OPTS= -set MAIN_CLASS=net.sourceforge.pmd.util.designer.Designer - -java %OPTS% -cp %PMDJAR%;%JARPATH%;%TOPDIR%/build %MAIN_CLASS% %* - [EMAIL PROTECTED] off +set TOPDIR=%~dp0/.. +set VERSION=4.0 +set PMDJAR=%TOPDIR%/lib/pmd-%VERSION%.jar +set JARPATH=%TOPDIR%/lib/asm-3.0.jar;%TOPDIR%/lib/jaxen-1.1.jar +set OPTS= +set MAIN_CLASS=net.sourceforge.pmd.util.designer.Designer + +java %OPTS% -cp %PMDJAR%;%JARPATH%;%TOPDIR%/build %MAIN_CLASS% %* + Modified: trunk/tools/pmd-4.0/bin/pmd.bat Url: http://argouml.tigris.org/source/browse/argouml/trunk/tools/pmd-4.0/bin/pmd.bat?view=diff&rev=14757&p1=trunk/tools/pmd-4.0/bin/pmd.bat&p2=trunk/tools/pmd-4.0/bin/pmd.bat&r1=14756&r2=14757 ============================================================================== --- trunk/tools/pmd-4.0/bin/pmd.bat (original) +++ trunk/tools/pmd-4.0/bin/pmd.bat 2008-05-16 22:40:36-0700 @@ -1,10 +1,10 @@ [EMAIL PROTECTED] off -set TOPDIR=%~dp0/.. -set VERSION=4.0 -set PMDJAR=%TOPDIR%/lib/pmd-%VERSION%.jar -set JARPATH=%TOPDIR%/lib/asm-3.0.jar;%TOPDIR%/lib/jaxen-1.1.jar -set OPTS= -set MAIN_CLASS=net.sourceforge.pmd.PMD - -java %OPTS% -cp %PMDJAR%;%JARPATH%;%CLASSPATH% %MAIN_CLASS% %* - [EMAIL PROTECTED] off +set TOPDIR=%~dp0/.. +set VERSION=4.0 +set PMDJAR=%TOPDIR%/lib/pmd-%VERSION%.jar +set JARPATH=%TOPDIR%/lib/asm-3.0.jar;%TOPDIR%/lib/jaxen-1.1.jar +set OPTS= +set MAIN_CLASS=net.sourceforge.pmd.PMD + +java %OPTS% -cp %PMDJAR%;%JARPATH%;%CLASSPATH% %MAIN_CLASS% %* + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
