/[schmitzm]/branches/2.2.x/build.xml
ViewVC logotype

Annotation of /branches/2.2.x/build.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9 - (hide annotations)
Wed Feb 25 15:09:51 2009 UTC (16 years ago) by alfonx
Original Path: trunk/build.xml
File MIME type: text/xml
File size: 500 byte(s)
Ant Build File zur Erstellung eines Release-JARs
1 alfonx 9 <!-- Das Build File für SCHMITZM-->
2    
3     <project default="jar" basedir=".">
4    
5     <target name="jar">
6     <jar destfile="schmitzm.jar" index="false" level="8" duplicate="preserve">
7     <fileset dir="classes">
8     <exclude name="schmitzm/test**" />
9     <exclude name="**/*.html" />
10     <exclude name="**/*.xcf" />
11     <exclude name="**/Thumbs.db" />
12     </fileset>
13    
14     <manifest>
15     <attribute name="Created-By" value="Martin O.J. Schmitz, Stefan A. Krüger" />
16     </manifest>
17    
18     </jar>
19     </target>
20    
21     </project>

Properties

Name Value
svn:eol-style native
svn:keywords Id
svn:mime-type text/xml

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26