-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull request #1: Fix issue after assemble-scripts.xml renaming
Merge in EXT_SRMPORTAL/supplyon-richfaces from feature/DEV_PHOENIX-7077 to master * commit '11d30dd50f0d47b587b2e69643b706a0018633bf': Fix issue after assemble-scripts.xml renaming
- Loading branch information
Showing
4 changed files
with
28 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
framework/impl/src/main/java/org/richfaces/renderkit/html/scripts/jquery/jquery.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// This file is assembled by generatescript.xml | ||
// This file is assembled by ANT script: assemble-scripts.xml | ||
// As files concatenation: jquery-3.7.0-patched.js, jquery.richfaces.js | ||
throw new Error("jquery.js was not assembled") |
4 changes: 2 additions & 2 deletions
4
...rk/impl/src/main/java/org/richfaces/renderkit/html/scripts/scriptaculous/scriptaculous.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// This file is assembled by generatescript.xml | ||
// As files concatenation: builder.js,effects.js,dragdrop.js,controls.js,slider.js,sound.js | ||
// This file is assembled by ANT script: assemble-scripts.xml | ||
// As files concatenation: builder.js, effects.js, dragdrop.js, controls.js, slider.js, sound.js | ||
throw new Error("scriptaculous.js was not assembled") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters