Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
L2j Server Datapack
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
L2j
L2j Server Datapack
Commits
7f7b37a8
Commit
7f7b37a8
authored
10 years ago
by
Juris
Browse files
Options
Downloads
Patches
Plain Diff
Getting rid of all the unnecessary stuff in dp build.xml.
parent
f204f579
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
L2J_DataPack/build.xml
+5
-24
5 additions, 24 deletions
L2J_DataPack/build.xml
with
5 additions
and
24 deletions
L2J_DataPack/build.xml
+
5
−
24
View file @
7f7b37a8
<?xml version="1.0" encoding="UTF-8"?>
<project
name=
"L2J_DataPack"
default=
"
build
"
basedir=
"."
>
<project
name=
"L2J_DataPack"
default=
"
zip
"
basedir=
"."
>
<description>
Copyright (C) 2004-2014 L2J DataPack
...
...
@@ -20,32 +20,13 @@
</description>
<property
name=
"build"
location=
"build"
/>
<property
name=
"build.dist"
location=
"${build}/dist"
/>
<property
name=
"build.dist.doc"
location=
"${build.dist}/doc"
/>
<property
name=
"build.dist.game"
location=
"${build.dist}/game"
/>
<property
name=
"build.dist.login"
location=
"${build.dist}/login"
/>
<target
name=
"init"
depends=
"checkRequirements"
description=
"Create the output director
ies
."
>
<target
name=
"init"
description=
"Create the output director
y
."
>
<mkdir
dir=
"${build}"
/>
</target>
<target
name=
"dist"
depends=
"init"
description=
"Export the files to the output directory."
>
<sync
todir=
"${build.dist}"
includeemptydirs=
"true"
>
<fileset
dir=
"dist"
/>
</sync>
</target>
<target
name=
"build"
depends=
"dist"
>
<zip
destfile=
"${build}/L2J_DataPack_BETA.zip"
basedir=
"${build.dist}"
level=
"9"
/>
</target>
<target
name=
"checkRequirements"
description=
"Check Requirements."
>
<fail
message=
"Ant 1.8.2 is required. But your version is ${ant.version} and if you are using Eclipse probably is outdated."
>
<condition>
<not>
<antversion
atleast=
"1.8.2"
/>
</not>
</condition>
</fail>
<target
name=
"zip"
depends=
"init"
>
<tstamp
description=
"Initialize ${DSTAMP}, which is in format yyyyMMdd"
/>
<zip
destfile=
"${build}/L2J_DataPack-${DSTAMP}.zip"
basedir=
"dist"
level=
"9"
/>
</target>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment