Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
5f88d1fa
Commit
5f88d1fa
authored
13 years ago
by
felmer
Browse files
Options
Downloads
Patches
Plain Diff
bug fixed concerning wrong datastore_server-screening-*.zip structure
SVN: 22919
parent
ad51bce2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
screening/build/build.xml
+10
-10
10 additions, 10 deletions
screening/build/build.xml
with
10 additions
and
10 deletions
screening/build/build.xml
+
10
−
10
View file @
5f88d1fa
...
@@ -37,8 +37,6 @@
...
@@ -37,8 +37,6 @@
</target>
</target>
<target
name=
"dss-plugin-jar"
depends=
"compile"
>
<target
name=
"dss-plugin-jar"
depends=
"compile"
>
<mkdir
dir=
"${dist}/data"
/>
<mkdir
dir=
"${dist}/etc"
/>
<build-info
revision=
"revision.number"
version=
"version.number"
clean=
"clean.flag"
/>
<build-info
revision=
"revision.number"
version=
"version.number"
clean=
"clean.flag"
/>
<echo
file=
"${build.info.file}"
>
${version.number}:${revision.number}:${clean.flag}
</echo>
<echo
file=
"${build.info.file}"
>
${version.number}:${revision.number}:${clean.flag}
</echo>
<jar
destfile=
"${plugin-jar.file}"
>
<jar
destfile=
"${plugin-jar.file}"
>
...
@@ -67,14 +65,6 @@
...
@@ -67,14 +65,6 @@
value=
"${version.number} (r${revision.number},${clean.flag})"
/>
value=
"${version.number} (r${revision.number},${clean.flag})"
/>
</manifest>
</manifest>
</jar>
</jar>
<copy
todir=
"${dist}/data"
>
<fileset
dir=
"dist/data"
/>
</copy>
<copy
todir=
"${dist}/etc"
>
<fileset
dir=
"dist/etc"
>
<include
name=
"tabular-data-graph.properties"
/>
</fileset>
</copy>
</target>
</target>
<target
name=
"make-full-dss-dist"
depends=
"datastore_server.prepare-dist-libs, compute-dss-checksum, dss-plugin-jar"
>
<target
name=
"make-full-dss-dist"
depends=
"datastore_server.prepare-dist-libs, compute-dss-checksum, dss-plugin-jar"
>
...
@@ -100,6 +90,16 @@
...
@@ -100,6 +90,16 @@
</fileset>
</fileset>
</copy>
</copy>
<antcall
target=
"datastore_server.create-distribution"
/>
<antcall
target=
"datastore_server.create-distribution"
/>
<mkdir
dir=
"${dist}/data"
/>
<mkdir
dir=
"${dist}/etc"
/>
<copy
todir=
"${dist}/data"
>
<fileset
dir=
"dist/data"
/>
</copy>
<copy
todir=
"${dist}/etc"
>
<fileset
dir=
"dist/etc"
>
<include
name=
"tabular-data-graph.properties"
/>
</fileset>
</copy>
</target>
</target>
<!--
<!--
...
...
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