Skip to content

Commit 9322e51

Browse files
committed
improving #assembly #config : Fix a mispelling in appBuilder.bat
1 parent bd48900 commit 9322e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scripts/appBuilder.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
set CLASSPATH=%SILVERPEAS_HOME%\bin\jar\*
44

5-
java -classpath "%CLASSPATH% -Dsilverpeas.home="%SILVERPEAS_HOME%" org.silverpeas.applicationbuilder.ApplicationBuilder -r ext_repository %1
5+
java -classpath "%CLASSPATH%" -Dsilverpeas.home="%SILVERPEAS_HOME%" org.silverpeas.applicationbuilder.ApplicationBuilder -r ext_repository %1
66
pause

0 commit comments

Comments
 (0)