-
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.
- Loading branch information
Showing
6 changed files
with
76 additions
and
106 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
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
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 @@ | ||
<project> | ||
<import file="build_dita2splash.xml"/> | ||
<import file="build_dita2splash.xml"/> | ||
</project> |
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
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
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,14 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
This file is part of the DITA-OT Splash Screen Plug-in project. | ||
See the accompanying LICENSE file for applicable licenses. | ||
--> | ||
<project name="fox.jason.splash.splash" default="run-splash"> | ||
<!-- | ||
This file is part of the DITA-OT Splash Screen Plug-in project. | ||
See the accompanying LICENSE file for applicable licenses. | ||
--> | ||
<project default="run-splash" name="fox.jason.splash.splash"> | ||
<!-- | ||
Ant target to allow direct invocation of the splash screen, this means we can use | ||
an alternative classpath including ANT swing and override the java.awt.headless attribute. | ||
--> | ||
<target name="run-splash"> | ||
<splash imageurl="${splash.image}" displaytext="${splash.title}" showduration="${splash.duration}" /> | ||
<splash displaytext="${splash.title}" imageurl="${splash.image}" showduration="${splash.duration}"/> | ||
</target> | ||
</project> | ||
</project> |