Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Openfire
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Openfire
Commits
97dee376
Commit
97dee376
authored
May 05, 2014
by
Sven Bunge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move ant-tasks to subdirectory and load them by single classloader definition
parent
186e34d6
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
25 additions
and
32 deletions
+25
-32
build.xml
build/build.xml
+25
-32
ant-contrib.jar
build/lib/ant/ant-contrib.jar
+0
-0
ant-jive-edition.jar
build/lib/ant/ant-jive-edition.jar
+0
-0
ant-subdirtask.jar
build/lib/ant/ant-subdirtask.jar
+0
-0
pack200task.jar
build/lib/ant/pack200task.jar
+0
-0
qdox.jar
build/lib/ant/qdox.jar
+0
-0
xmltask.jar
build/lib/ant/xmltask.jar
+0
-0
No files found.
build/build.xml
View file @
97dee376
...
...
@@ -19,38 +19,6 @@
Openfire build script.
</description>
<!-- ======================================================================================= -->
<!-- GLOBAL TASKDEFs -->
<!-- ======================================================================================= -->
<taskdef
resource=
"net/sf/antcontrib/antcontrib.properties"
>
<classpath>
<pathelement
location=
"${basedir}/build/lib/ant-contrib.jar"
/>
</classpath>
</taskdef>
<taskdef
name=
"xmltask"
classname=
"com.oopsconsultancy.xmltask.ant.XmlTask"
>
<classpath>
<pathelement
location=
"${basedir}/build/lib/xmltask.jar"
/>
</classpath>
</taskdef>
<taskdef
name=
"pack200"
classname=
"com.sun.tools.apache.ant.pack200.Pack200Task"
>
<classpath>
<pathelement
location=
"${basedir}/build/lib/pack200task.jar"
/>
</classpath>
</taskdef>
<taskdef
name=
"unpack200"
classname=
"com.sun.tools.apache.ant.pack200.Unpack200Task"
>
<classpath>
<pathelement
location=
"${basedir}/build/lib/pack200task.jar"
/>
</classpath>
</taskdef>
<typedef
name=
"srcinc"
classname=
"com.jivesoftware.tools.selector.IncludeSourceSelector"
>
<classpath>
<pathelement
location=
"${basedir}/build/lib/ant-jive-edition.jar"
/>
<pathelement
location=
"${basedir}/build/lib/qdox.jar"
/>
</classpath>
</typedef>
<!-- ======================================================================================= -->
<!-- GLOBAL PROPERTIES -->
<!-- ======================================================================================= -->
...
...
@@ -71,6 +39,7 @@
<property
name=
"docs.dir"
value=
"${basedir}/documentation"
/>
<property
name=
"web.dir"
value=
"${src.dir}/web"
/>
<property
name=
"spank.dir"
value=
"${src.dir}/spank"
/>
<property
name=
"lib.ant.dir"
value=
"${basedir}/build/lib/ant"
/>
<property
name=
"lib.build.dir"
value=
"${basedir}/build/lib"
/>
<property
name=
"lib.build.installer.dir"
value=
"${basedir}/build/installer"
/>
<property
name=
"lib.merge.dir"
value=
"${lib.build.dir}/merge"
/>
...
...
@@ -152,6 +121,10 @@
<!-- PATHs / PATTERNSETs / FILTERSETs -->
<!-- ======================================================================================= -->
<path
id=
"ant.dependencies"
>
<fileset
dir=
"${lib.ant.dir}"
includes=
"*.jar"
/>
</path>
<path
id=
"javadoc.dependencies"
>
<fileset
dir=
"${lib.build.dir}"
includes=
"*.jar"
excludes=
"junit.jar"
/>
<fileset
dir=
"${lib.merge.dir}"
includes=
"*.jar"
/>
...
...
@@ -202,6 +175,26 @@
<include
name=
"**/*.js"
/>
</patternset>
<!-- ======================================================================================= -->
<!-- GLOBAL TASKDEFs -->
<!-- ======================================================================================= -->
<taskdef
resource=
"net/sf/antcontrib/antcontrib.properties"
>
<classpath
refid=
"ant.dependencies"
/>
</taskdef>
<taskdef
name=
"xmltask"
classname=
"com.oopsconsultancy.xmltask.ant.XmlTask"
>
<classpath
refid=
"ant.dependencies"
/>
</taskdef>
<taskdef
name=
"pack200"
classname=
"com.sun.tools.apache.ant.pack200.Pack200Task"
>
<classpath
refid=
"ant.dependencies"
/>
</taskdef>
<taskdef
name=
"unpack200"
classname=
"com.sun.tools.apache.ant.pack200.Unpack200Task"
>
<classpath
refid=
"ant.dependencies"
/>
</taskdef>
<typedef
name=
"srcinc"
classname=
"com.jivesoftware.tools.selector.IncludeSourceSelector"
>
<classpath
refid=
"ant.dependencies"
/>
</typedef>
<!-- ======================================================================================= -->
<!-- TARGETs -->
<!-- ======================================================================================= -->
...
...
build/lib/ant-contrib.jar
→
build/lib/ant
/ant
-contrib.jar
View file @
97dee376
File moved
build/lib/ant-jive-edition.jar
→
build/lib/ant
/ant
-jive-edition.jar
View file @
97dee376
File moved
build/lib/ant-subdirtask.jar
→
build/lib/ant
/ant
-subdirtask.jar
View file @
97dee376
File moved
build/lib/pack200task.jar
→
build/lib/
ant/
pack200task.jar
View file @
97dee376
File moved
build/lib/qdox.jar
→
build/lib/
ant/
qdox.jar
View file @
97dee376
File moved
build/lib/xmltask.jar
→
build/lib/
ant/
xmltask.jar
View file @
97dee376
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment