|
From: <to...@us...> - 2007-02-12 23:23:48
|
Revision: 47
http://techne-dev.svn.sourceforge.net/techne-dev/?rev=47&view=rev
Author: tonit
Date: 2007-02-12 15:23:49 -0800 (Mon, 12 Feb 2007)
Log Message:
-----------
Modified Paths:
--------------
sandbox/tonit/techne-env/conf/config.properties
sandbox/tonit/techne-env/development/build/build.xml
sandbox/tonit/techne-env/lib/org.apache.felix.framework-0.9.0-incubator-SNAPSHOT.jar
Added Paths:
-----------
sandbox/tonit/techne-env/lib/org.eclipse.osgi_3.2.1.R32x_v20060919.jar
Property Changed:
----------------
sandbox/tonit/techne-env/lib/
Modified: sandbox/tonit/techne-env/conf/config.properties
===================================================================
--- sandbox/tonit/techne-env/conf/config.properties 2007-02-12 23:11:50 UTC (rev 46)
+++ sandbox/tonit/techne-env/conf/config.properties 2007-02-12 23:23:49 UTC (rev 47)
@@ -1,6 +1,5 @@
# this is to be merged across osgi framwworks
# FELIX specific section:
-felix.cache.profile=technelaunch
org.osgi.framework.system.packages=org.osgi.framework; version=1.3.0, \
org.osgi.service.packageadmin; version=1.2.0, \
org.osgi.service.startlevel; version=1.0.0, \
@@ -15,7 +14,6 @@
file:bundle/org.apache.felix.bundlerepository-0.9.0-incubator-SNAPSHOT.jar \
file:bundle/org.osgi.compendium-0.9.0-incubator-SNAPSHOT.jar \
file:bundle/org.apache.felix.http.jetty-0.8.0-SNAPSHOT.jar \
- file:bundle/org.apache.felix.scr-0.9.0-incubator-SNAPSHOT.jar \
file:bundle/org.apache.felix.log-0.9.0-incubator-SNAPSHOT.jar \
file:bundle/aQute.fileinstall-1.0.jar
felix.log.level=1
Modified: sandbox/tonit/techne-env/development/build/build.xml
===================================================================
--- sandbox/tonit/techne-env/development/build/build.xml 2007-02-12 23:11:50 UTC (rev 46)
+++ sandbox/tonit/techne-env/development/build/build.xml 2007-02-12 23:23:49 UTC (rev 47)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--base for techne build assembly -->
<project name="techne.development" default="bundle" basedir="../../../">
+ <property name="dir.felixtrunk" value="/Users/tmenzel/devel/felix/felix/trunk" />
<target name="bundle">
<jar destfile="techne-env/load/${component}.jar" manifest="${component}/resources/META-INF/MANIFEST.MF">
<fileset dir="${component}/bin">
@@ -40,5 +41,12 @@
<target name="uninstall">
<delete file="../techne-env/load/techne.audio.jar"></delete>
</target>
-
+
+ <target name="synclibs">
+ <copy todir="../techne-env/lib" >
+ <fileset dir="${dir.felixtrunk}/framework/target/">
+ <include name="*.jar"/>
+ </fileset>
+ </copy>
+ </target>
</project>
\ No newline at end of file
Property changes on: sandbox/tonit/techne-env/lib
___________________________________________________________________
Name: svn:ignore
+ tmp
Modified: sandbox/tonit/techne-env/lib/org.apache.felix.framework-0.9.0-incubator-SNAPSHOT.jar
===================================================================
(Binary files differ)
Added: sandbox/tonit/techne-env/lib/org.eclipse.osgi_3.2.1.R32x_v20060919.jar
===================================================================
(Binary files differ)
Property changes on: sandbox/tonit/techne-env/lib/org.eclipse.osgi_3.2.1.R32x_v20060919.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|