Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
joram
joram
Commits
5a520577
Commit
5a520577
authored
Jun 22, 2010
by
Nicolas Tachker
Browse files
maven migration.
parent
f4c92caa
Changes
2
Hide whitespace changes
Inline
Side-by-side
joram/conf/pom.xml
0 → 100644
View file @
5a520577
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.objectweb.joram
</groupId>
<artifactId>
conf
</artifactId>
<name>
JORAM :: conf
</name>
<description>
Builds the Joram conf project.
</description>
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.objectweb.joram
</groupId>
<version>
5.3.2.53-SNAPSHOT
</version>
</parent>
</project>
\ No newline at end of file
joram/conf/config.properties
→
joram/conf/
src/main/resources/
config.properties
View file @
5a520577
...
...
@@ -69,36 +69,38 @@
# is the target start level. Any number of these properties may be
# specified for different start levels.
#felix.auto.install.1= \
# file:bundle/org.apache.felix.shell-1.4.1.jar \
# file:bundle/org.apache.felix.shell.tui-1.4.1.jar \
# file:bundle/org.apache.felix.shell.remote-1.0.4.jar \
# file:bundle/ow_monolog.jar \
# file:bundle/joram-common-util.jar \
# file:bundle/joram-rt.jar \
# file:bundle/JCup.jar \
# file:bundle/org.apache.felix.shell.jar \
# file:bundle/org.apache.felix.shell.tui.jar \
# file:bundle/org.apache.felix.shell.remote.jar \
# file:bundle/monolog.jar \
# file:bundle/a3-common.jar \
# file:bundle/a3-rt.jar \
# file:bundle/jcup.jar \
# file:bundle/jndi-shared.jar \
# file:bundle/jndi-server.jar \
# file:bundle/joram-shared.jar \
# file:bundle/joram-jndi.jar \
# file:bundle/joram-mom.jar \
# file:bundle/joram-ftp.jar \
# file:bundle/joram-mail.jar \
# file:bundle/joram-mom-core.jar \
# file:bundle/joram-mom-extensions-ftp.jar \
# file:bundle/joram-mom-extensions-mail.jar \
# file:bundle/geronimo-jms_1.1_spec-1.1.1.jar \
# file:bundle/joram-jmsbridge.jar
# file:bundle/joram-
mom-extensions-
jmsbridge.jar
# The following property is a space-delimited list of bundle URLs
# to install and start when the framework starts. The ending numerical
# component is the target start level. Any number of these properties
# may be specified for different start levels.
felix.auto.start.1
=
\
file:bundle/org.apache.felix.shell-1.4.1.jar
\
file:bundle/org.apache.felix.shell.tui-1.4.1.jar
\
file:bundle/org.apache.felix.shell.remote-1.0.4.jar
\
file:bundle/ow_monolog.jar
\
file:bundle/joram-common-util.jar
\
file:bundle/joram-rt.jar
\
file:bundle/JCup.jar
\
file:bundle/org.apache.felix.shell.jar
\
file:bundle/org.apache.felix.shell.tui.jar
\
file:bundle/org.apache.felix.shell.remote.jar
\
file:bundle/monolog.jar
\
file:bundle/a3-common.jar
\
file:bundle/a3-rt.jar
\
file:bundle/jcup.jar
\
file:bundle/jndi-shared.jar
\
file:bundle/jndi-server.jar
\
file:bundle/joram-shared.jar
\
file:bundle/joram-jndi.jar
\
file:bundle/joram-mom.jar
\
file:bundle/joram-mom-core.jar
\
felix.log.level
=
1
...
...
Write
Preview
Supports
Markdown
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