Remove old, unused r5836 HSQLDB & osgi-console.sh

Added notes/ and .mvn.classpath to .gitignore

Commit 2594d4f was:
Master branch tidy up
This commit is contained in:
catbref 2019-05-14 11:37:12 +01:00
parent 29428e9450
commit 88f9dd1c06
11 changed files with 2 additions and 45 deletions

2
.gitignore vendored
View File

@ -9,3 +9,5 @@
/.classpath
/.project
/log4j2-test.properties
/.mvn.classpath
/notes*

View File

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<versioning>
<release>r5836</release>
<versions>
<version>r5836</version>
</versions>
<lastUpdated>20180929092113</lastUpdated>
</versioning>
</metadata>

View File

@ -1 +0,0 @@
1d7f55d30c3542b76ef961749da3c40f

View File

@ -1 +0,0 @@
8bb6a2ace951f1805b9baac61bca3a548e4299cc

View File

@ -1 +0,0 @@
7d59b5596e655b2e4fd78796e7a3896b

View File

@ -1 +0,0 @@
a7d55ed9afd753fd9c620796f7d88f67a554711c

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>r5836</version>
</project>

View File

@ -1 +0,0 @@
4d667eead4590a45fd75787cd6125701

View File

@ -1 +0,0 @@
f77180541070ce99899dc281b1c4469a6b9656f0

View File

@ -1,19 +0,0 @@
#!/usr/bin/env bash
BUNDLES="org.apache.felix.gogo.runtime org.apache.felix.gogo.shell org.apache.felix.gogo.command org.eclipse.equinox.console"
JAR=org.eclipse.osgi
PLUGIN_DIR=/usr/local/lib/eclipse/plugins
for bundle in ${BUNDLES}; do
bundle_path=`echo ${PLUGIN_DIR}/${bundle}_*.jar`
if [ -z "${bundles_arg}" ]; then
bundles_arg=-Dosgi.bundles=
else
bundles_arg+=,
fi
bundles_arg+=${bundle_path}@start
done
java ${bundles_arg} -jar ${PLUGIN_DIR}/${JAR}_*.jar -console