Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build script, artifacts to P3 lib ref specs #13

Merged
merged 1 commit into from
Jan 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<property name="author" value="Florian Jenett"/>
<property name="copyright" value="(c) 2007 - 2013"/>
<property name="libraryName" value="XlsReader"/>
<property name="versionNumber" value="0.1.1"/>
<property name="versionNumber" value="0.1.2"/>
<property name="yourLink" value="http://bezier.de/" />
<property name="keywords" value="Excel, reader, xls, data"/>
<property name="javaVersion" value="1.5"/>
Expand Down Expand Up @@ -100,7 +100,7 @@ java version ${javaVersion}
<mkdir dir="${dist}" />
<mkdir dir="${dist}/library" />
<mkdir dir="${dist}/examples" />
<mkdir dir="${dist}/documentation" />
<mkdir dir="${dist}/reference" />

<jar jarfile="${dist}/library/${jarFile}" basedir="${bin}"/>

Expand Down Expand Up @@ -129,7 +129,7 @@ java version ${javaVersion}
</classpath>
</javadoc>

<copy todir="${dist}/documentation">
<copy todir="${dist}/reference">
<fileset dir="${javadoc}" />
</copy>

Expand All @@ -142,13 +142,13 @@ java version ${javaVersion}

<!-- finish library's distribution -->

<copy todir="${processing}/${libraryName}/documentation">
<copy todir="${processing}/${libraryName}/reference">
<fileset dir="${javadoc}" />
</copy>

<!-- add more -->

<copy todir="${dist}/source">
<copy todir="${dist}/src">
<fileset dir="${src}" />
</copy>

Expand Down Expand Up @@ -193,7 +193,7 @@ java version ${javaVersion}
<mkdir dir="web" />

<copy todir="web/documentation">
<fileset dir="${dist}/documentation" />
<fileset dir="${dist}/reference" />
</copy>

<copy todir="web/examples">
Expand Down
6 changes: 4 additions & 2 deletions release/XlsReader.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ url = https://github.com/fjenett/xlsreader-library-processing
category = DATA
sentence = A library to read from XLS (Excel) files
paragraph = XlsReader allows to read from .xls files as if they were a database
version = 504
prettyVersion = 0.1.1
version = 5
prettyVersion = 0.1.2
minRevision = 218
maxRevision = 0
Binary file modified release/XlsReader.zip
Binary file not shown.