Tweaking the swing-ui bundle

cusax-fix
Emil Ivov 20 years ago
parent 1ae591087e
commit 6ad8bc9977

@ -326,7 +326,7 @@
<sysproperty key="java.util.logging.config.file"
value="lib/logging.properties"/>
</java>
</target>
<!--CRUISE CONTROL BUILD LOOP target-->
@ -620,6 +620,6 @@ javax.swing.event, javax.swing.border"/>
<zipfileset src="${lib}/skinlf.jar" prefix=""/>
</jar>
</target>
</project>

@ -2,35 +2,37 @@
# Framework config properties.
#
org.osgi.framework.system.packages= org.osgi.framework; \
javax.swing;\
javax.swing.event;\
javax.swing.table;\
javax.swing; \
javax.swing.event; \
javax.swing.table; \
javax.swing.text; \
javax.accessibility; \
javax.swing.plaf; \
javax.swing.plaf.metal; \
javax.swing.plaf.basic; \
javax.swing.tree; \
javax.swing.undo; \
javax.swing.event; \
javax.swing.border; \
org.w3c.dom;\
org.xml.sax;\
org.w3c.dom; \
org.xml.sax; \
javax.xml.parsers;\
org.jaxen; \
org.jaxen.dom; \
org.jaxen.saxpath; \
org.apache.xml.serializer;\
javax.xml.transform;\
javax.xml.transform.dom;\
javax.xml.transform.stream;\
javax.media;\
javax.media.format;\
javax.media.protocol;\
javax.sound.sampled;\
com.sun.media.protocol.javasound;\
com.sun.media.protocol.v4l;\
net.java.stun4j;\
net.java.stun4j.client;\
net.java.stun4j.StunAddress;\
org.apache.xml.serializer; \
javax.xml.transform; \
javax.xml.transform.dom; \
javax.xml.transform.stream; \
javax.media; \
javax.media.format; \
javax.media.protocol; \
javax.sound.sampled; \
com.sun.media.protocol.javasound; \
com.sun.media.protocol.v4l; \
net.java.stun4j; \
net.java.stun4j.client; \
net.java.stun4j.StunAddress; \
net.java.stun4j.StunException;
oscar.auto.start.1= \
@ -51,7 +53,7 @@ oscar.auto.start.3= \
oscar.auto.start.4= \
file:sc-bundles/fileaccess.jar \
file:sc-bundles/history.jar
oscar.auto.start.99= \
file:sc-bundles/swing-ui.jar

Loading…
Cancel
Save