Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
XMLSchemaCompiler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Anders Nilsson
XMLSchemaCompiler
Commits
197b3473
Commit
197b3473
authored
17 years ago
by
Anders Nilsson
Browse files
Options
Downloads
Patches
Plain Diff
Added a jar build target.
parent
54ff7e2b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.bzrignore
+1
-0
1 addition, 0 deletions
.bzrignore
build.xml
+8
-8
8 additions, 8 deletions
build.xml
with
9 additions
and
8 deletions
.bzrignore
+
1
−
0
View file @
197b3473
...
...
@@ -7,3 +7,4 @@ x3d/x3d.ast
x3d/x3d.jjt
javadoc
x3d/PrettyPrint.java
SchemaCompile.jar
This diff is collapsed.
Click to expand it.
build.xml
+
8
−
8
View file @
197b3473
...
...
@@ -6,7 +6,7 @@
gen - generates java files
genClean - removes all generated files and their class files
-->
<project
name=
"
Java1.4Frontend
"
default=
"build"
basedir=
"."
>
<project
name=
"
XML Schema compiler
"
default=
"build"
basedir=
"."
>
<!-- "package" is the directory where generated files will be stored -->
<property
name=
"package"
value=
"AST"
/>
...
...
@@ -78,13 +78,13 @@
</delete>
</target>
<!--
<target name="jar" depends="build">
-->
<!--
<jar destfile="
PrettyPrint
.jar" basedir="." includes="**/*.class" excludes="
test
/**">
-->
<!--
<manifest>
-->
<!--
<attribute name="Main-Class" value="
JavaPrettyPrint
er"/>
-->
<!--
</manifest>
-->
<!--
</jar>
-->
<!--
</target>
-->
<target
name=
"jar"
depends=
"build"
>
<jar
destfile=
"
SchemaCompile
.jar"
basedir=
"."
includes=
"**/*.class"
excludes=
"
x3d
/**"
>
<manifest>
<attribute
name=
"Main-Class"
value=
"
GenCompil
er"
/>
</manifest>
</jar>
</target>
<!-- remove generated source files and their .class files -->
<target
name=
"cleanGen"
>
...
...
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