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
ecf018bd
Commit
ecf018bd
authored
15 years ago
by
brinn
Browse files
Options
Downloads
Patches
Plain Diff
fix: BuildAndEnvironmentInfo independent of OSUtilities
fix: src jar is not recursive SVN: 10420
parent
934999c5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
base/build/build.xml
+2
-2
2 additions, 2 deletions
base/build/build.xml
base/source/java/ch/systemsx/cisd/base/utilities/BuildAndEnvironmentInfo.java
+1
-1
1 addition, 1 deletion
...systemsx/cisd/base/utilities/BuildAndEnvironmentInfo.java
with
3 additions
and
3 deletions
base/build/build.xml
+
2
−
2
View file @
ecf018bd
...
...
@@ -102,7 +102,7 @@
<target
name=
"src-zip"
>
<build-info
revision=
"revision.number"
version=
"version.number"
clean=
"clean.flag"
/>
<echo
file=
"${build.info.file}"
>
${version.number}:${revision.number}:${clean.flag}
</echo>
<
recursive-
jar
destfile=
"${src.zip.file}"
>
<jar
destfile=
"${src.zip.file}"
>
<fileset
dir=
"${classes}"
>
<include
name=
"${build.info.filename}"
/>
</fileset>
...
...
@@ -117,7 +117,7 @@
<attribute
name=
"Build-Number"
value=
"${version.number} (r${revision.number},${clean.flag})"
/>
</manifest>
</
recursive-
jar>
</jar>
</target>
<target
name=
"doc"
>
...
...
This diff is collapsed.
Click to expand it.
base/source/java/ch/systemsx/cisd/base/utilities/BuildAndEnvironmentInfo.java
+
1
−
1
View file @
ecf018bd
...
...
@@ -213,7 +213,7 @@ public final class BuildAndEnvironmentInfo
builder
.
append
(
environmentInfo
.
get
(
i
));
if
(
i
<
n
-
1
)
{
builder
.
append
(
OSUtilities
.
LINE_SEPARATOR
);
builder
.
append
(
System
.
getProperty
(
"line.separator"
)
);
}
}
return
builder
.
toString
();
...
...
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