Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Descartes Research
librede
Commits
313b8de5
Commit
313b8de5
authored
Nov 25, 2014
by
Simon Spinner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix standalone build
parent
f59453fd
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
10 deletions
+12
-10
tools.descartes.librede.releng.doc/.project
tools.descartes.librede.releng.doc/.project
+1
-1
tools.descartes.librede.releng.doc/META-INF/MANIFEST.MF
tools.descartes.librede.releng.doc/META-INF/MANIFEST.MF
+1
-1
tools.descartes.librede.releng.doc/pom.xml
tools.descartes.librede.releng.doc/pom.xml
+1
-1
tools.descartes.librede.releng.standalone/build.xml
tools.descartes.librede.releng.standalone/build.xml
+5
-6
tools.descartes.librede.releng.standalone/category.xml
tools.descartes.librede.releng.standalone/category.xml
+4
-1
No files found.
tools.descartes.librede.releng.doc/.project
View file @
313b8de5
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
tools.descartes.librede.doc
</name>
<name>
tools.descartes.librede.
releng.
doc
</name>
<comment></comment>
<projects>
</projects>
...
...
tools.descartes.librede.releng.doc/META-INF/MANIFEST.MF
View file @
313b8de5
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: LibReDE documentation
Bundle-SymbolicName: tools.descartes.librede.doc
Bundle-SymbolicName: tools.descartes.librede.
releng.
doc
Bundle-Version: 1.0.0.qualifier
tools.descartes.librede.releng.doc/pom.xml
View file @
313b8de5
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
tools.descartes.librede.doc
</artifactId>
<artifactId>
tools.descartes.librede.
releng.
doc
</artifactId>
<packaging>
eclipse-plugin
</packaging>
<parent>
<groupId>
tools.descartes.librede
</groupId>
...
...
tools.descartes.librede.releng.standalone/build.xml
View file @
313b8de5
...
...
@@ -18,31 +18,30 @@
</fileset>
</copy>
<unjar
dest=
"${librede.standalone.dir}/lib
/native
"
>
<unjar
dest=
"${librede.standalone.dir}/lib"
>
<fileset
dir=
"${librede.plugin.jars.location}"
>
<include
name=
"tools.descartes.librede.bayesplusplus.java_*.jar"
/>
<include
name=
"tools.descartes.librede.ipopt.java_*.jar"
/>
<include
name=
"tools.descartes.librede.nnls.java_*.jar"
/>
</fileset>
<patternset>
<include
name=
"*.dll"
/>
<include
name=
"*.so"
/>
<include
name=
"os/**"
/>
</patternset>
</unjar>
<unjar
dest=
"${librede.standalone.dir}"
>
<fileset
dir=
"${librede.plugin.jars.location}"
>
<include
name=
"tools.descartes.librede.
frontend
_*.jar"
/>
<include
name=
"tools.descartes.librede.
console
_*.jar"
/>
</fileset>
<patternset>
<include
name=
"matlab/**"
/>
<!--
<include name="matlab/**"/>
-->
<include
name=
"console/**"
/>
</patternset>
</unjar>
<unjar
dest=
"${librede.standalone.dir}/apidocs"
>
<fileset
dir=
"${librede.plugin.jars.location}"
>
<include
name=
"tools.descartes.librede.doc_*.jar"
/>
<include
name=
"tools.descartes.librede.
releng.
doc_*.jar"
/>
</fileset>
<patternset>
<include
name=
"reference/api/**"
/>
...
...
tools.descartes.librede.releng.standalone/category.xml
View file @
313b8de5
...
...
@@ -3,7 +3,10 @@
<feature
url=
"features/tools.descartes.librede.feature_1.0.0.qualifier.jar"
id=
"tools.descartes.librede.feature"
version=
"1.0.0.qualifier"
>
<category
name=
"librede.standalone"
/>
</feature>
<bundle
id=
"tools.descartes.librede.doc"
version=
"1.0.0.qualifier"
>
<bundle
id=
"tools.descartes.librede.console"
version=
"1.0.0.qualifier"
>
<category
name=
"librede.standalone"
/>
</bundle>
<bundle
id=
"tools.descartes.librede.releng.doc"
version=
"1.0.0.qualifier"
>
<category
name=
"librede.standalone"
/>
</bundle>
<category-def
name=
"librede.standalone"
label=
"Standalone Distribution"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment