[vmkit-commits] [vmkit] r180554 - Changed project files to use Knopflerfish Eclipse plugin.

Peter Senna Tschudin peter.senna at gmail.com
Thu Apr 25 10:25:07 PDT 2013


Author: peter.senna
Date: Thu Apr 25 12:23:35 2013
New Revision: 180554

URL: http://llvm.org/viewvc/llvm-project?rev=180554&view=rev
Log:
Changed project files to use Knopflerfish Eclipse plugin.
(cherry picked from commit 3e9cdb28da2fc6a6894fdcc69cec22276678c04f)

Added:
    vmkit/trunk/incinerator/osgi/.bundle-pack
    vmkit/trunk/incinerator/osgi/.gitignore
    vmkit/trunk/incinerator/osgi/bundle.manifest
      - copied, changed from r180553, vmkit/trunk/incinerator/tests/BundleReloader/bundle.manifest
    vmkit/trunk/incinerator/tests/BundleReloader/out/
    vmkit/trunk/incinerator/tests/BundleReloader/out/.gitignore
    vmkit/trunk/incinerator/tests/ijvm.tests.A/.bundle-pack
    vmkit/trunk/incinerator/tests/ijvm.tests.A/.gitignore
    vmkit/trunk/incinerator/tests/ijvm.tests.A/bundle.manifest
      - copied, changed from r180553, vmkit/trunk/incinerator/tests/ijvm.tests.A/META-INF/MANIFEST.MF
    vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/.bundle-pack
    vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/.gitignore
    vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/bundle.manifest
    vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/.bundle-pack
    vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/.gitignore
    vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/bundle.manifest
      - copied, changed from r180553, vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/META-INF/MANIFEST.MF
    vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/.bundle-pack
    vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/.gitignore
    vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/bundle.manifest
      - copied, changed from r180553, vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/META-INF/MANIFEST.MF
    vmkit/trunk/incinerator/tests/ijvm.tests.C/.bundle-pack
    vmkit/trunk/incinerator/tests/ijvm.tests.C/.gitignore
    vmkit/trunk/incinerator/tests/ijvm.tests.C/bundle.manifest
      - copied, changed from r180553, vmkit/trunk/incinerator/tests/ijvm.tests.C/META-INF/MANIFEST.MF
    vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/.bundle-pack
    vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/.gitignore
    vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/bundle.manifest
    vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/.bundle-pack
    vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/.gitignore
    vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/bundle.manifest
      - copied, changed from r180553, vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/META-INF/MANIFEST.MF
    vmkit/trunk/incinerator/tests/ijvm.tests.Runner/.bundle-pack
    vmkit/trunk/incinerator/tests/ijvm.tests.Runner/.gitignore
    vmkit/trunk/incinerator/tests/ijvm.tests.Runner/bundle.manifest
      - copied, changed from r180553, vmkit/trunk/incinerator/tests/ijvm.tests.Runner/META-INF/MANIFEST.MF
    vmkit/trunk/incinerator/tests/tests.tar
Removed:
    vmkit/trunk/incinerator/osgi/META-INF/MANIFEST.MF
    vmkit/trunk/incinerator/osgi/build.properties
    vmkit/trunk/incinerator/tests/ijvm.tests.A/META-INF/MANIFEST.MF
    vmkit/trunk/incinerator/tests/ijvm.tests.A/build.properties
    vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/META-INF/MANIFEST.MF
    vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/build.properties
    vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/META-INF/MANIFEST.MF
    vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/build.properties
    vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/META-INF/MANIFEST.MF
    vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/build.properties
    vmkit/trunk/incinerator/tests/ijvm.tests.C/META-INF/MANIFEST.MF
    vmkit/trunk/incinerator/tests/ijvm.tests.C/build.properties
    vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/META-INF/MANIFEST.MF
    vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/build.properties
    vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/META-INF/MANIFEST.MF
    vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/build.properties
    vmkit/trunk/incinerator/tests/ijvm.tests.Runner/META-INF/MANIFEST.MF
    vmkit/trunk/incinerator/tests/ijvm.tests.Runner/build.properties
Modified:
    vmkit/trunk/incinerator/osgi/.classpath
    vmkit/trunk/incinerator/osgi/.project
    vmkit/trunk/incinerator/osgi/src/j3mgr/J3MgrImpl.java
    vmkit/trunk/incinerator/tests/BundleReloader/bundle.manifest
    vmkit/trunk/incinerator/tests/BundleReloader/src/j3/vm/OSGi.java
    vmkit/trunk/incinerator/tests/ijvm.tests.A/.classpath
    vmkit/trunk/incinerator/tests/ijvm.tests.A/.project
    vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/.classpath
    vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/.project
    vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/.classpath
    vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/.project
    vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/src/ijvm/tests/BImpl/Activator.java
    vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/.classpath
    vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/.project
    vmkit/trunk/incinerator/tests/ijvm.tests.C/.classpath
    vmkit/trunk/incinerator/tests/ijvm.tests.C/.project
    vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/.classpath
    vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/.project
    vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/.classpath
    vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/.project
    vmkit/trunk/incinerator/tests/ijvm.tests.Runner/.classpath
    vmkit/trunk/incinerator/tests/ijvm.tests.Runner/.project
    vmkit/trunk/incinerator/tests/minimal.xargs

Added: vmkit/trunk/incinerator/osgi/.bundle-pack
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/osgi/.bundle-pack?rev=180554&view=auto
==============================================================================
--- vmkit/trunk/incinerator/osgi/.bundle-pack (added)
+++ vmkit/trunk/incinerator/osgi/.bundle-pack Thu Apr 25 12:23:35 2013
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<bundlejar>
+<resource dst="" pattern=".*\.class" src="/j3mgr/out" type="0"/>
+</bundlejar>

Modified: vmkit/trunk/incinerator/osgi/.classpath
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/osgi/.classpath?rev=180554&r1=180553&r2=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/osgi/.classpath (original)
+++ vmkit/trunk/incinerator/osgi/.classpath Thu Apr 25 12:23:35 2013
@@ -1,7 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="output" path="bin"/>
+	<classpathentry excluding="**/.svn/**|**/CVS/**" including="**/*.java" kind="src" path="src"/>
+	<classpathentry kind="con" path="org.knopflerfish.eclipse.core.EXECUTION_ENVIRONMENT_CONTAINER"/>
+	<classpathentry kind="con" path="org.knopflerfish.eclipse.core.FRAMEWORK_CONTAINER">
+		<accessrules>
+			<accessrule kind="accessible" pattern="org/osgi/service/packageadmin/"/>
+			<accessrule kind="accessible" pattern="org/osgi/framework/"/>
+			<accessrule kind="nonaccessible" pattern="**/*"/>
+		</accessrules>
+	</classpathentry>
+	<classpathentry kind="output" path="out"/>
 </classpath>

Added: vmkit/trunk/incinerator/osgi/.gitignore
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/osgi/.gitignore?rev=180554&view=auto
==============================================================================
--- vmkit/trunk/incinerator/osgi/.gitignore (added)
+++ vmkit/trunk/incinerator/osgi/.gitignore Thu Apr 25 12:23:35 2013
@@ -0,0 +1 @@
+/out

Modified: vmkit/trunk/incinerator/osgi/.project
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/osgi/.project?rev=180554&r1=180553&r2=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/osgi/.project (original)
+++ vmkit/trunk/incinerator/osgi/.project Thu Apr 25 12:23:35 2013
@@ -11,18 +11,13 @@
 			</arguments>
 		</buildCommand>
 		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.SchemaBuilder</name>
+			<name>org.knopflerfish.eclipse.core.bundlebuilder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>
 	</buildSpec>
 	<natures>
-		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.knopflerfish.eclipse.core.bundlenature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 	</natures>
 </projectDescription>

Removed: vmkit/trunk/incinerator/osgi/META-INF/MANIFEST.MF
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/osgi/META-INF/MANIFEST.MF?rev=180553&view=auto
==============================================================================
--- vmkit/trunk/incinerator/osgi/META-INF/MANIFEST.MF (original)
+++ vmkit/trunk/incinerator/osgi/META-INF/MANIFEST.MF (removed)
@@ -1,10 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: J3 Virtual Machine Manager
-Bundle-SymbolicName: j3mgr;singleton:=true
-Bundle-Version: 1.0.0
-Bundle-Activator: j3mgr.Activator
-Import-Package: org.osgi.framework;version="1.3.0",
- org.osgi.service.packageadmin;version="1.0.0"
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: j3

Removed: vmkit/trunk/incinerator/osgi/build.properties
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/osgi/build.properties?rev=180553&view=auto
==============================================================================
--- vmkit/trunk/incinerator/osgi/build.properties (original)
+++ vmkit/trunk/incinerator/osgi/build.properties (removed)
@@ -1,4 +0,0 @@
-source.. = src/
-output.. = bin/
-bin.includes = META-INF/,\
-               .

Copied: vmkit/trunk/incinerator/osgi/bundle.manifest (from r180553, vmkit/trunk/incinerator/tests/BundleReloader/bundle.manifest)
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/osgi/bundle.manifest?p2=vmkit/trunk/incinerator/osgi/bundle.manifest&p1=vmkit/trunk/incinerator/tests/BundleReloader/bundle.manifest&r1=180553&r2=180554&rev=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/tests/BundleReloader/bundle.manifest (original)
+++ vmkit/trunk/incinerator/osgi/bundle.manifest Thu Apr 25 12:23:35 2013
@@ -1,9 +1,10 @@
 Manifest-Version: 1.0
 Bundle-Vendor: Koutheir Attouchi
 Bundle-Version: 1.0.0
-Bundle-Name: BundleReloader
+Bundle-Name: J3 Virtual Machine Manager
 Bundle-ManifestVersion: 2
-Bundle-Activator: BundleReloader.Activator
+Bundle-SymbolicName: j3mgr
+Bundle-Activator: j3mgr.Activator
+Export-Package: j3
 Import-Package: org.osgi.framework, org.osgi.service.packageadmin
-Bundle-SymbolicName: BundleReloader
 

Modified: vmkit/trunk/incinerator/osgi/src/j3mgr/J3MgrImpl.java
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/osgi/src/j3mgr/J3MgrImpl.java?rev=180554&r1=180553&r2=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/osgi/src/j3mgr/J3MgrImpl.java (original)
+++ vmkit/trunk/incinerator/osgi/src/j3mgr/J3MgrImpl.java Thu Apr 25 12:23:35 2013
@@ -1,8 +1,6 @@
 package j3mgr;
 
 import java.util.Set;
-import java.util.TreeSet;
-
 import j3.J3Mgr;
 
 import org.osgi.framework.Bundle;
@@ -68,8 +66,8 @@ public class J3MgrImpl
 	
 	void refreshFramework()
 	{
-		ServiceReference<?> pkgAdminRef =
-			(ServiceReference<?>)context.getServiceReference(
+		ServiceReference pkgAdminRef =
+			(ServiceReference)context.getServiceReference(
 				"org.osgi.service.packageadmin.PackageAdmin");
 		PackageAdmin pkgAdmin = (PackageAdmin)context.getService(pkgAdminRef);
 		pkgAdmin.refreshPackages(null);

Modified: vmkit/trunk/incinerator/tests/BundleReloader/bundle.manifest
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/BundleReloader/bundle.manifest?rev=180554&r1=180553&r2=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/tests/BundleReloader/bundle.manifest (original)
+++ vmkit/trunk/incinerator/tests/BundleReloader/bundle.manifest Thu Apr 25 12:23:35 2013
@@ -6,4 +6,5 @@ Bundle-ManifestVersion: 2
 Bundle-Activator: BundleReloader.Activator
 Import-Package: org.osgi.framework, org.osgi.service.packageadmin
 Bundle-SymbolicName: BundleReloader
+Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.0
 

Added: vmkit/trunk/incinerator/tests/BundleReloader/out/.gitignore
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/BundleReloader/out/.gitignore?rev=180554&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/BundleReloader/out/.gitignore (added)
+++ vmkit/trunk/incinerator/tests/BundleReloader/out/.gitignore Thu Apr 25 12:23:35 2013
@@ -0,0 +1 @@
+/j3

Modified: vmkit/trunk/incinerator/tests/BundleReloader/src/j3/vm/OSGi.java
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/BundleReloader/src/j3/vm/OSGi.java?rev=180554&r1=180553&r2=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/tests/BundleReloader/src/j3/vm/OSGi.java (original)
+++ vmkit/trunk/incinerator/tests/BundleReloader/src/j3/vm/OSGi.java Thu Apr 25 12:23:35 2013
@@ -5,6 +5,7 @@ public class OSGi
 	// OSGi hooks and information gathering
 	public static native void associateBundleClass(long bundleID, Class classObject);
     public static native void notifyBundleUninstalled(long bundleID);
+    public static native void notifyBundleUpdated(long bundleID);
     
     public static native long[] getReferencesToObject(long objectPointer);
     public static native String dumpObject(long objectPointer);

Added: vmkit/trunk/incinerator/tests/ijvm.tests.A/.bundle-pack
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.A/.bundle-pack?rev=180554&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.A/.bundle-pack (added)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.A/.bundle-pack Thu Apr 25 12:23:35 2013
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<bundlejar>
+<resource dst="" pattern=".*\.class" src="/ijvm.tests.A/out" type="0"/>
+</bundlejar>

Modified: vmkit/trunk/incinerator/tests/ijvm.tests.A/.classpath
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.A/.classpath?rev=180554&r1=180553&r2=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.A/.classpath (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.A/.classpath Thu Apr 25 12:23:35 2013
@@ -1,7 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="output" path="bin"/>
+	<classpathentry excluding="**/.svn/**|**/CVS/**" including="**/*.java" kind="src" path="src"/>
+	<classpathentry kind="con" path="org.knopflerfish.eclipse.core.EXECUTION_ENVIRONMENT_CONTAINER"/>
+	<classpathentry kind="con" path="org.knopflerfish.eclipse.core.FRAMEWORK_CONTAINER">
+		<accessrules>
+			<accessrule kind="nonaccessible" pattern="**/*"/>
+		</accessrules>
+	</classpathentry>
+	<classpathentry kind="output" path="out"/>
 </classpath>

Added: vmkit/trunk/incinerator/tests/ijvm.tests.A/.gitignore
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.A/.gitignore?rev=180554&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.A/.gitignore (added)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.A/.gitignore Thu Apr 25 12:23:35 2013
@@ -0,0 +1 @@
+/out

Modified: vmkit/trunk/incinerator/tests/ijvm.tests.A/.project
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.A/.project?rev=180554&r1=180553&r2=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.A/.project (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.A/.project Thu Apr 25 12:23:35 2013
@@ -11,18 +11,13 @@
 			</arguments>
 		</buildCommand>
 		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.SchemaBuilder</name>
+			<name>org.knopflerfish.eclipse.core.bundlebuilder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>
 	</buildSpec>
 	<natures>
-		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.knopflerfish.eclipse.core.bundlenature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 	</natures>
 </projectDescription>

Removed: vmkit/trunk/incinerator/tests/ijvm.tests.A/META-INF/MANIFEST.MF
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.A/META-INF/MANIFEST.MF?rev=180553&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.A/META-INF/MANIFEST.MF (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.A/META-INF/MANIFEST.MF (removed)
@@ -1,7 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: A
-Bundle-SymbolicName: ijvm.tests.A;singleton:=true
-Bundle-Version: 1.0.0
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: ijvm.tests.A

Removed: vmkit/trunk/incinerator/tests/ijvm.tests.A/build.properties
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.A/build.properties?rev=180553&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.A/build.properties (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.A/build.properties (removed)
@@ -1,4 +0,0 @@
-source.. = src/
-output.. = bin/
-bin.includes = META-INF/,\
-               .

Copied: vmkit/trunk/incinerator/tests/ijvm.tests.A/bundle.manifest (from r180553, vmkit/trunk/incinerator/tests/ijvm.tests.A/META-INF/MANIFEST.MF)
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.A/bundle.manifest?p2=vmkit/trunk/incinerator/tests/ijvm.tests.A/bundle.manifest&p1=vmkit/trunk/incinerator/tests/ijvm.tests.A/META-INF/MANIFEST.MF&r1=180553&r2=180554&rev=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.A/META-INF/MANIFEST.MF (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.A/bundle.manifest Thu Apr 25 12:23:35 2013
@@ -1,7 +1,7 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: A
-Bundle-SymbolicName: ijvm.tests.A;singleton:=true
-Bundle-Version: 1.0.0
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: ijvm.tests.A
+Manifest-Version: 1.0
+Bundle-Version: 1.0.0
+Bundle-Name: A
+Bundle-ManifestVersion: 2
+Bundle-SymbolicName: ijvm.tests.A
+Export-Package: ijvm.tests.A
+

Added: vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/.bundle-pack
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/.bundle-pack?rev=180554&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/.bundle-pack (added)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/.bundle-pack Thu Apr 25 12:23:35 2013
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<bundlejar>
+<resource dst="" pattern=".*\.class" src="/ijvm.tests.AImpl/out" type="0"/>
+</bundlejar>

Modified: vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/.classpath
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/.classpath?rev=180554&r1=180553&r2=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/.classpath (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/.classpath Thu Apr 25 12:23:35 2013
@@ -1,7 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="output" path="bin"/>
+	<classpathentry excluding="**/.svn/**|**/CVS/**" including="**/*.java" kind="src" path="src"/>
+	<classpathentry kind="con" path="org.knopflerfish.eclipse.core.EXECUTION_ENVIRONMENT_CONTAINER"/>
+	<classpathentry kind="con" path="org.knopflerfish.eclipse.core.FRAMEWORK_CONTAINER">
+		<accessrules>
+			<accessrule kind="accessible" pattern="org/osgi/util/tracker/"/>
+			<accessrule kind="accessible" pattern="org/osgi/framework/"/>
+			<accessrule kind="nonaccessible" pattern="**/*"/>
+		</accessrules>
+	</classpathentry>
+	<classpathentry kind="con" path="org.knopflerfish.eclipse.core.BUNDLE_CONTAINER/ijvm.tests.A">
+		<accessrules>
+			<accessrule kind="accessible" pattern="ijvm/tests/A/"/>
+			<accessrule kind="nonaccessible" pattern="**/*"/>
+		</accessrules>
+	</classpathentry>
+	<classpathentry kind="con" path="org.knopflerfish.eclipse.core.BUNDLE_CONTAINER/ijvm.tests.C">
+		<accessrules>
+			<accessrule kind="accessible" pattern="ijvm/tests/C/"/>
+			<accessrule kind="nonaccessible" pattern="**/*"/>
+		</accessrules>
+	</classpathentry>
+	<classpathentry kind="output" path="out"/>
 </classpath>

Added: vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/.gitignore
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/.gitignore?rev=180554&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/.gitignore (added)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/.gitignore Thu Apr 25 12:23:35 2013
@@ -0,0 +1 @@
+/out

Modified: vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/.project
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/.project?rev=180554&r1=180553&r2=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/.project (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/.project Thu Apr 25 12:23:35 2013
@@ -11,18 +11,13 @@
 			</arguments>
 		</buildCommand>
 		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.SchemaBuilder</name>
+			<name>org.knopflerfish.eclipse.core.bundlebuilder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>
 	</buildSpec>
 	<natures>
-		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.knopflerfish.eclipse.core.bundlenature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 	</natures>
 </projectDescription>

Removed: vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/META-INF/MANIFEST.MF
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/META-INF/MANIFEST.MF?rev=180553&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/META-INF/MANIFEST.MF (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/META-INF/MANIFEST.MF (removed)
@@ -1,11 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: A Implementation
-Bundle-SymbolicName: ijvm.tests.AImpl
-Bundle-Version: 1.0.0
-Bundle-Activator: ijvm.tests.AImpl.Activator
-Import-Package: ijvm.tests.A,
- ijvm.tests.C,
- org.osgi.framework;version="1.3.0",
- org.osgi.util.tracker;version="1.0.0"
-Bundle-RequiredExecutionEnvironment: J2SE-1.5

Removed: vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/build.properties
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/build.properties?rev=180553&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/build.properties (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/build.properties (removed)
@@ -1,4 +0,0 @@
-source.. = src/
-output.. = bin/
-bin.includes = META-INF/,\
-               .

Added: vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/bundle.manifest
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/bundle.manifest?rev=180554&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/bundle.manifest (added)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.AImpl/bundle.manifest Thu Apr 25 12:23:35 2013
@@ -0,0 +1,9 @@
+Manifest-Version: 1.0
+Bundle-Version: 1.0.0
+Bundle-Name: AImpl
+Bundle-ManifestVersion: 2
+Bundle-SymbolicName: ijvm.tests.AImpl
+Bundle-Activator: ijvm.tests.AImpl.Activator
+Import-Package: ijvm.tests.A, ijvm.tests.C, org.osgi.framework, org.os
+ gi.util.tracker
+

Added: vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/.bundle-pack
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/.bundle-pack?rev=180554&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/.bundle-pack (added)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/.bundle-pack Thu Apr 25 12:23:35 2013
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<bundlejar>
+<resource dst="" pattern=".*\.class" src="/ijvm.tests.BImpl/out" type="0"/>
+</bundlejar>

Modified: vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/.classpath
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/.classpath?rev=180554&r1=180553&r2=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/.classpath (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/.classpath Thu Apr 25 12:23:35 2013
@@ -1,7 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="output" path="bin"/>
+	<classpathentry excluding="**/.svn/**|**/CVS/**" including="**/*.java" kind="src" path="src"/>
+	<classpathentry kind="con" path="org.knopflerfish.eclipse.core.EXECUTION_ENVIRONMENT_CONTAINER"/>
+	<classpathentry kind="con" path="org.knopflerfish.eclipse.core.FRAMEWORK_CONTAINER">
+		<accessrules>
+			<accessrule kind="accessible" pattern="org/osgi/util/tracker/"/>
+			<accessrule kind="accessible" pattern="org/osgi/framework/"/>
+			<accessrule kind="nonaccessible" pattern="**/*"/>
+		</accessrules>
+	</classpathentry>
+	<classpathentry kind="con" path="org.knopflerfish.eclipse.core.BUNDLE_CONTAINER/ijvm.tests.A">
+		<accessrules>
+			<accessrule kind="accessible" pattern="ijvm/tests/A/"/>
+			<accessrule kind="nonaccessible" pattern="**/*"/>
+		</accessrules>
+	</classpathentry>
+	<classpathentry kind="output" path="out"/>
 </classpath>

Added: vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/.gitignore
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/.gitignore?rev=180554&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/.gitignore (added)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/.gitignore Thu Apr 25 12:23:35 2013
@@ -0,0 +1 @@
+/out

Modified: vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/.project
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/.project?rev=180554&r1=180553&r2=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/.project (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/.project Thu Apr 25 12:23:35 2013
@@ -11,18 +11,13 @@
 			</arguments>
 		</buildCommand>
 		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.SchemaBuilder</name>
+			<name>org.knopflerfish.eclipse.core.bundlebuilder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>
 	</buildSpec>
 	<natures>
-		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.knopflerfish.eclipse.core.bundlenature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 	</natures>
 </projectDescription>

Removed: vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/META-INF/MANIFEST.MF
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/META-INF/MANIFEST.MF?rev=180553&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/META-INF/MANIFEST.MF (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/META-INF/MANIFEST.MF (removed)
@@ -1,11 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: B Implementation
-Bundle-SymbolicName: ijvm.tests.BImpl
-Bundle-Version: 1.0.0
-Bundle-Activator: ijvm.tests.BImpl.Activator
-Import-Package: ijvm.tests.A,
- org.osgi.framework;version="1.3.0",
- org.osgi.util.tracker;version="1.0.0"
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: ijvm.tests.B

Removed: vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/build.properties
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/build.properties?rev=180553&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/build.properties (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/build.properties (removed)
@@ -1,4 +0,0 @@
-source.. = src/
-output.. = bin/
-bin.includes = META-INF/,\
-               .

Copied: vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/bundle.manifest (from r180553, vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/META-INF/MANIFEST.MF)
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/bundle.manifest?p2=vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/bundle.manifest&p1=vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/META-INF/MANIFEST.MF&r1=180553&r2=180554&rev=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/META-INF/MANIFEST.MF (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/bundle.manifest Thu Apr 25 12:23:35 2013
@@ -1,11 +1,10 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: B Implementation
-Bundle-SymbolicName: ijvm.tests.BImpl
-Bundle-Version: 1.0.0
-Bundle-Activator: ijvm.tests.BImpl.Activator
-Import-Package: ijvm.tests.A,
- org.osgi.framework;version="1.3.0",
- org.osgi.util.tracker;version="1.0.0"
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: ijvm.tests.B
+Manifest-Version: 1.0
+Bundle-Version: 1.0.0
+Bundle-Name: BImpl
+Bundle-ManifestVersion: 2
+Bundle-SymbolicName: ijvm.tests.BImpl
+Export-Package: ijvm.tests.B
+Bundle-Activator: ijvm.tests.BImpl.Activator
+Import-Package: ijvm.tests.A, org.osgi.framework, org.osgi.util.tracke
+ r
+

Modified: vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/src/ijvm/tests/BImpl/Activator.java
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/src/ijvm/tests/BImpl/Activator.java?rev=180554&r1=180553&r2=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/src/ijvm/tests/BImpl/Activator.java (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.BImpl/src/ijvm/tests/BImpl/Activator.java Thu Apr 25 12:23:35 2013
@@ -1,7 +1,5 @@
 package ijvm.tests.BImpl;
 
-import java.util.ArrayList;
-
 import ijvm.tests.A.A;
 import ijvm.tests.A.Token;
 import ijvm.tests.B.B;

Added: vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/.bundle-pack
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/.bundle-pack?rev=180554&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/.bundle-pack (added)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/.bundle-pack Thu Apr 25 12:23:35 2013
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<bundlejar>
+<resource dst="" pattern=".*\.class" src="/ijvm.tests.BundleMgmtStress/out" type="0"/>
+</bundlejar>

Modified: vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/.classpath
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/.classpath?rev=180554&r1=180553&r2=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/.classpath (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/.classpath Thu Apr 25 12:23:35 2013
@@ -1,7 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="output" path="bin"/>
+	<classpathentry excluding="**/.svn/**|**/CVS/**" including="**/*.java" kind="src" path="src"/>
+	<classpathentry kind="con" path="org.knopflerfish.eclipse.core.EXECUTION_ENVIRONMENT_CONTAINER"/>
+	<classpathentry kind="con" path="org.knopflerfish.eclipse.core.FRAMEWORK_CONTAINER">
+		<accessrules>
+			<accessrule kind="accessible" pattern="org/osgi/util/tracker/"/>
+			<accessrule kind="accessible" pattern="org/osgi/framework/"/>
+			<accessrule kind="nonaccessible" pattern="**/*"/>
+		</accessrules>
+	</classpathentry>
+	<classpathentry kind="con" path="org.knopflerfish.eclipse.core.BUNDLE_CONTAINER/j3mgr">
+		<accessrules>
+			<accessrule kind="accessible" pattern="j3/"/>
+			<accessrule kind="nonaccessible" pattern="**/*"/>
+		</accessrules>
+	</classpathentry>
+	<classpathentry kind="output" path="out"/>
 </classpath>

Added: vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/.gitignore
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/.gitignore?rev=180554&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/.gitignore (added)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/.gitignore Thu Apr 25 12:23:35 2013
@@ -0,0 +1 @@
+/out

Modified: vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/.project
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/.project?rev=180554&r1=180553&r2=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/.project (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/.project Thu Apr 25 12:23:35 2013
@@ -11,18 +11,13 @@
 			</arguments>
 		</buildCommand>
 		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.SchemaBuilder</name>
+			<name>org.knopflerfish.eclipse.core.bundlebuilder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>
 	</buildSpec>
 	<natures>
-		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.knopflerfish.eclipse.core.bundlenature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 	</natures>
 </projectDescription>

Removed: vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/META-INF/MANIFEST.MF
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/META-INF/MANIFEST.MF?rev=180553&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/META-INF/MANIFEST.MF (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/META-INF/MANIFEST.MF (removed)
@@ -1,10 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: BundleMgmtStress
-Bundle-SymbolicName: ijvm.tests.BundleMgmtStress
-Bundle-Version: 1.0.0
-Bundle-Activator: ijvm.tests.BundleMgmtStress.Activator
-Import-Package: j3,
- org.osgi.framework;version="1.3.0",
- org.osgi.util.tracker;version="1.0.0"
-Bundle-RequiredExecutionEnvironment: J2SE-1.5

Removed: vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/build.properties
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/build.properties?rev=180553&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/build.properties (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/build.properties (removed)
@@ -1,4 +0,0 @@
-source.. = src/
-output.. = bin/
-bin.includes = META-INF/,\
-               .

Copied: vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/bundle.manifest (from r180553, vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/META-INF/MANIFEST.MF)
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/bundle.manifest?p2=vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/bundle.manifest&p1=vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/META-INF/MANIFEST.MF&r1=180553&r2=180554&rev=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/META-INF/MANIFEST.MF (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.BundleMgmtStress/bundle.manifest Thu Apr 25 12:23:35 2013
@@ -1,10 +1,8 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: BundleMgmtStress
-Bundle-SymbolicName: ijvm.tests.BundleMgmtStress
-Bundle-Version: 1.0.0
-Bundle-Activator: ijvm.tests.BundleMgmtStress.Activator
-Import-Package: j3,
- org.osgi.framework;version="1.3.0",
- org.osgi.util.tracker;version="1.0.0"
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Manifest-Version: 1.0
+Bundle-Version: 1.0.0
+Bundle-Name: BundleMgmtStress
+Bundle-ManifestVersion: 2
+Bundle-SymbolicName: ijvm.tests.BundleMgmtStress
+Bundle-Activator: ijvm.tests.BundleMgmtStress.Activator
+Import-Package: j3, org.osgi.framework, org.osgi.util.tracker
+

Added: vmkit/trunk/incinerator/tests/ijvm.tests.C/.bundle-pack
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.C/.bundle-pack?rev=180554&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.C/.bundle-pack (added)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.C/.bundle-pack Thu Apr 25 12:23:35 2013
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<bundlejar>
+<resource dst="" pattern=".*\.class" src="/ijvm.tests.C/out" type="0"/>
+</bundlejar>

Modified: vmkit/trunk/incinerator/tests/ijvm.tests.C/.classpath
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.C/.classpath?rev=180554&r1=180553&r2=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.C/.classpath (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.C/.classpath Thu Apr 25 12:23:35 2013
@@ -1,7 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="output" path="bin"/>
+	<classpathentry excluding="**/.svn/**|**/CVS/**" including="**/*.java" kind="src" path="src"/>
+	<classpathentry kind="con" path="org.knopflerfish.eclipse.core.EXECUTION_ENVIRONMENT_CONTAINER"/>
+	<classpathentry kind="con" path="org.knopflerfish.eclipse.core.FRAMEWORK_CONTAINER">
+		<accessrules>
+			<accessrule kind="nonaccessible" pattern="**/*"/>
+		</accessrules>
+	</classpathentry>
+	<classpathentry kind="output" path="out"/>
 </classpath>

Added: vmkit/trunk/incinerator/tests/ijvm.tests.C/.gitignore
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.C/.gitignore?rev=180554&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.C/.gitignore (added)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.C/.gitignore Thu Apr 25 12:23:35 2013
@@ -0,0 +1 @@
+/out

Modified: vmkit/trunk/incinerator/tests/ijvm.tests.C/.project
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.C/.project?rev=180554&r1=180553&r2=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.C/.project (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.C/.project Thu Apr 25 12:23:35 2013
@@ -11,18 +11,13 @@
 			</arguments>
 		</buildCommand>
 		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.SchemaBuilder</name>
+			<name>org.knopflerfish.eclipse.core.bundlebuilder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>
 	</buildSpec>
 	<natures>
-		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.knopflerfish.eclipse.core.bundlenature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 	</natures>
 </projectDescription>

Removed: vmkit/trunk/incinerator/tests/ijvm.tests.C/META-INF/MANIFEST.MF
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.C/META-INF/MANIFEST.MF?rev=180553&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.C/META-INF/MANIFEST.MF (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.C/META-INF/MANIFEST.MF (removed)
@@ -1,8 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: C
-Bundle-SymbolicName: ijvm.tests.C
-Bundle-Version: 1.0.0
-Import-Package: org.osgi.framework;version="1.3.0"
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: ijvm.tests.C

Removed: vmkit/trunk/incinerator/tests/ijvm.tests.C/build.properties
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.C/build.properties?rev=180553&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.C/build.properties (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.C/build.properties (removed)
@@ -1,4 +0,0 @@
-source.. = src/
-output.. = bin/
-bin.includes = META-INF/,\
-               .

Copied: vmkit/trunk/incinerator/tests/ijvm.tests.C/bundle.manifest (from r180553, vmkit/trunk/incinerator/tests/ijvm.tests.C/META-INF/MANIFEST.MF)
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.C/bundle.manifest?p2=vmkit/trunk/incinerator/tests/ijvm.tests.C/bundle.manifest&p1=vmkit/trunk/incinerator/tests/ijvm.tests.C/META-INF/MANIFEST.MF&r1=180553&r2=180554&rev=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.C/META-INF/MANIFEST.MF (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.C/bundle.manifest Thu Apr 25 12:23:35 2013
@@ -1,8 +1,7 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: C
-Bundle-SymbolicName: ijvm.tests.C
-Bundle-Version: 1.0.0
-Import-Package: org.osgi.framework;version="1.3.0"
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: ijvm.tests.C
+Manifest-Version: 1.0
+Bundle-Version: 1.0.0
+Bundle-Name: C
+Bundle-ManifestVersion: 2
+Bundle-SymbolicName: ijvm.tests.C
+Export-Package: ijvm.tests.C
+

Added: vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/.bundle-pack
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/.bundle-pack?rev=180554&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/.bundle-pack (added)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/.bundle-pack Thu Apr 25 12:23:35 2013
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<bundlejar>
+<resource dst="" pattern=".*\.class" src="/ijvm.tests.CImpl/out" type="0"/>
+</bundlejar>

Modified: vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/.classpath
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/.classpath?rev=180554&r1=180553&r2=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/.classpath (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/.classpath Thu Apr 25 12:23:35 2013
@@ -1,7 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="output" path="bin"/>
+	<classpathentry excluding="**/.svn/**|**/CVS/**" including="**/*.java" kind="src" path="src"/>
+	<classpathentry kind="con" path="org.knopflerfish.eclipse.core.EXECUTION_ENVIRONMENT_CONTAINER"/>
+	<classpathentry kind="con" path="org.knopflerfish.eclipse.core.FRAMEWORK_CONTAINER">
+		<accessrules>
+			<accessrule kind="accessible" pattern="org/osgi/util/tracker/"/>
+			<accessrule kind="accessible" pattern="org/osgi/framework/"/>
+			<accessrule kind="nonaccessible" pattern="**/*"/>
+		</accessrules>
+	</classpathentry>
+	<classpathentry kind="con" path="org.knopflerfish.eclipse.core.BUNDLE_CONTAINER/ijvm.tests.BImpl">
+		<accessrules>
+			<accessrule kind="accessible" pattern="ijvm/tests/B/"/>
+			<accessrule kind="nonaccessible" pattern="**/*"/>
+		</accessrules>
+	</classpathentry>
+	<classpathentry kind="con" path="org.knopflerfish.eclipse.core.BUNDLE_CONTAINER/ijvm.tests.C">
+		<accessrules>
+			<accessrule kind="accessible" pattern="ijvm/tests/C/"/>
+			<accessrule kind="nonaccessible" pattern="**/*"/>
+		</accessrules>
+	</classpathentry>
+	<classpathentry kind="output" path="out"/>
 </classpath>

Added: vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/.gitignore
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/.gitignore?rev=180554&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/.gitignore (added)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/.gitignore Thu Apr 25 12:23:35 2013
@@ -0,0 +1 @@
+/out

Modified: vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/.project
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/.project?rev=180554&r1=180553&r2=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/.project (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/.project Thu Apr 25 12:23:35 2013
@@ -11,18 +11,13 @@
 			</arguments>
 		</buildCommand>
 		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.SchemaBuilder</name>
+			<name>org.knopflerfish.eclipse.core.bundlebuilder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>
 	</buildSpec>
 	<natures>
-		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.knopflerfish.eclipse.core.bundlenature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 	</natures>
 </projectDescription>

Removed: vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/META-INF/MANIFEST.MF
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/META-INF/MANIFEST.MF?rev=180553&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/META-INF/MANIFEST.MF (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/META-INF/MANIFEST.MF (removed)
@@ -1,11 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: C Implementation
-Bundle-SymbolicName: ijvm.tests.CImpl
-Bundle-Version: 1.0.0
-Bundle-Activator: ijvm.tests.CImpl.Activator
-Import-Package: ijvm.tests.B,
- ijvm.tests.C,
- org.osgi.framework;version="1.3.0",
- org.osgi.util.tracker;version="1.0.0"
-Bundle-RequiredExecutionEnvironment: J2SE-1.5

Removed: vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/build.properties
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/build.properties?rev=180553&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/build.properties (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/build.properties (removed)
@@ -1,4 +0,0 @@
-source.. = src/
-output.. = bin/
-bin.includes = META-INF/,\
-               .

Added: vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/bundle.manifest
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/bundle.manifest?rev=180554&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/bundle.manifest (added)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.CImpl/bundle.manifest Thu Apr 25 12:23:35 2013
@@ -0,0 +1,9 @@
+Manifest-Version: 1.0
+Bundle-Version: 1.0.0
+Bundle-Name: CImpl
+Bundle-ManifestVersion: 2
+Bundle-SymbolicName: ijvm.tests.CImpl
+Bundle-Activator: ijvm.tests.CImpl.Activator
+Import-Package: ijvm.tests.B, ijvm.tests.C, org.osgi.framework, org.os
+ gi.util.tracker
+

Added: vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/.bundle-pack
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/.bundle-pack?rev=180554&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/.bundle-pack (added)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/.bundle-pack Thu Apr 25 12:23:35 2013
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<bundlejar>
+<resource dst="" pattern=".*\.class" src="/ijvm.tests.DImpl/out" type="0"/>
+</bundlejar>

Modified: vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/.classpath
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/.classpath?rev=180554&r1=180553&r2=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/.classpath (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/.classpath Thu Apr 25 12:23:35 2013
@@ -1,7 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="output" path="bin"/>
+	<classpathentry excluding="**/.svn/**|**/CVS/**" including="**/*.java" kind="src" path="src"/>
+	<classpathentry kind="con" path="org.knopflerfish.eclipse.core.EXECUTION_ENVIRONMENT_CONTAINER"/>
+	<classpathentry kind="con" path="org.knopflerfish.eclipse.core.FRAMEWORK_CONTAINER">
+		<accessrules>
+			<accessrule kind="accessible" pattern="org/osgi/util/tracker/"/>
+			<accessrule kind="accessible" pattern="org/osgi/framework/"/>
+			<accessrule kind="nonaccessible" pattern="**/*"/>
+		</accessrules>
+	</classpathentry>
+	<classpathentry kind="con" path="org.knopflerfish.eclipse.core.BUNDLE_CONTAINER/ijvm.tests.C">
+		<accessrules>
+			<accessrule kind="accessible" pattern="ijvm/tests/C/"/>
+			<accessrule kind="nonaccessible" pattern="**/*"/>
+		</accessrules>
+	</classpathentry>
+	<classpathentry kind="output" path="out"/>
 </classpath>

Added: vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/.gitignore
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/.gitignore?rev=180554&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/.gitignore (added)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/.gitignore Thu Apr 25 12:23:35 2013
@@ -0,0 +1 @@
+/out

Modified: vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/.project
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/.project?rev=180554&r1=180553&r2=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/.project (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/.project Thu Apr 25 12:23:35 2013
@@ -11,18 +11,13 @@
 			</arguments>
 		</buildCommand>
 		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.SchemaBuilder</name>
+			<name>org.knopflerfish.eclipse.core.bundlebuilder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>
 	</buildSpec>
 	<natures>
-		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.knopflerfish.eclipse.core.bundlenature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 	</natures>
 </projectDescription>

Removed: vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/META-INF/MANIFEST.MF
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/META-INF/MANIFEST.MF?rev=180553&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/META-INF/MANIFEST.MF (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/META-INF/MANIFEST.MF (removed)
@@ -1,11 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: D Implementation
-Bundle-SymbolicName: ijvm.tests.DImpl
-Bundle-Version: 1.0.0
-Bundle-Activator: ijvm.tests.DImpl.Activator
-Import-Package: ijvm.tests.C,
- org.osgi.framework;version="1.3.0",
- org.osgi.util.tracker;version="1.0.0"
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: ijvm.tests.D

Removed: vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/build.properties
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/build.properties?rev=180553&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/build.properties (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/build.properties (removed)
@@ -1,4 +0,0 @@
-source.. = src/
-output.. = bin/
-bin.includes = META-INF/,\
-               .

Copied: vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/bundle.manifest (from r180553, vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/META-INF/MANIFEST.MF)
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/bundle.manifest?p2=vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/bundle.manifest&p1=vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/META-INF/MANIFEST.MF&r1=180553&r2=180554&rev=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/META-INF/MANIFEST.MF (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.DImpl/bundle.manifest Thu Apr 25 12:23:35 2013
@@ -1,11 +1,10 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: D Implementation
-Bundle-SymbolicName: ijvm.tests.DImpl
-Bundle-Version: 1.0.0
-Bundle-Activator: ijvm.tests.DImpl.Activator
-Import-Package: ijvm.tests.C,
- org.osgi.framework;version="1.3.0",
- org.osgi.util.tracker;version="1.0.0"
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: ijvm.tests.D
+Manifest-Version: 1.0
+Bundle-Version: 1.0.0
+Bundle-Name: DImpl
+Bundle-ManifestVersion: 2
+Bundle-SymbolicName: ijvm.tests.DImpl
+Export-Package: ijvm.tests.D
+Bundle-Activator: ijvm.tests.DImpl.Activator
+Import-Package: ijvm.tests.C, org.osgi.framework, org.osgi.util.tracke
+ r
+

Added: vmkit/trunk/incinerator/tests/ijvm.tests.Runner/.bundle-pack
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.Runner/.bundle-pack?rev=180554&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.Runner/.bundle-pack (added)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.Runner/.bundle-pack Thu Apr 25 12:23:35 2013
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<bundlejar>
+<resource dst="" pattern=".*\.class" src="/ijvm.tests.Runner/out" type="0"/>
+</bundlejar>

Modified: vmkit/trunk/incinerator/tests/ijvm.tests.Runner/.classpath
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.Runner/.classpath?rev=180554&r1=180553&r2=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.Runner/.classpath (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.Runner/.classpath Thu Apr 25 12:23:35 2013
@@ -1,7 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="output" path="bin"/>
+	<classpathentry excluding="**/.svn/**|**/CVS/**" including="**/*.java" kind="src" path="src"/>
+	<classpathentry kind="con" path="org.knopflerfish.eclipse.core.EXECUTION_ENVIRONMENT_CONTAINER"/>
+	<classpathentry kind="con" path="org.knopflerfish.eclipse.core.FRAMEWORK_CONTAINER">
+		<accessrules>
+			<accessrule kind="accessible" pattern="org/osgi/util/tracker/"/>
+			<accessrule kind="accessible" pattern="org/osgi/framework/"/>
+			<accessrule kind="nonaccessible" pattern="**/*"/>
+		</accessrules>
+	</classpathentry>
+	<classpathentry kind="con" path="org.knopflerfish.eclipse.core.BUNDLE_CONTAINER/ijvm.tests.A">
+		<accessrules>
+			<accessrule kind="accessible" pattern="ijvm/tests/A/"/>
+			<accessrule kind="nonaccessible" pattern="**/*"/>
+		</accessrules>
+	</classpathentry>
+	<classpathentry kind="output" path="out"/>
 </classpath>

Added: vmkit/trunk/incinerator/tests/ijvm.tests.Runner/.gitignore
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.Runner/.gitignore?rev=180554&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.Runner/.gitignore (added)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.Runner/.gitignore Thu Apr 25 12:23:35 2013
@@ -0,0 +1 @@
+/out

Modified: vmkit/trunk/incinerator/tests/ijvm.tests.Runner/.project
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.Runner/.project?rev=180554&r1=180553&r2=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.Runner/.project (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.Runner/.project Thu Apr 25 12:23:35 2013
@@ -11,18 +11,13 @@
 			</arguments>
 		</buildCommand>
 		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.SchemaBuilder</name>
+			<name>org.knopflerfish.eclipse.core.bundlebuilder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>
 	</buildSpec>
 	<natures>
-		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.knopflerfish.eclipse.core.bundlenature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 	</natures>
 </projectDescription>

Removed: vmkit/trunk/incinerator/tests/ijvm.tests.Runner/META-INF/MANIFEST.MF
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.Runner/META-INF/MANIFEST.MF?rev=180553&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.Runner/META-INF/MANIFEST.MF (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.Runner/META-INF/MANIFEST.MF (removed)
@@ -1,10 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: Runner
-Bundle-SymbolicName: ijvm.tests.Runner
-Bundle-Version: 1.0.0
-Bundle-Activator: ijvm.tests.Runner.Activator
-Import-Package: ijvm.tests.A,
- org.osgi.framework;version="1.3.0",
- org.osgi.util.tracker;version="1.0.0"
-Bundle-RequiredExecutionEnvironment: J2SE-1.5

Removed: vmkit/trunk/incinerator/tests/ijvm.tests.Runner/build.properties
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.Runner/build.properties?rev=180553&view=auto
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.Runner/build.properties (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.Runner/build.properties (removed)
@@ -1,4 +0,0 @@
-source.. = src/
-output.. = bin/
-bin.includes = META-INF/,\
-               .

Copied: vmkit/trunk/incinerator/tests/ijvm.tests.Runner/bundle.manifest (from r180553, vmkit/trunk/incinerator/tests/ijvm.tests.Runner/META-INF/MANIFEST.MF)
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/ijvm.tests.Runner/bundle.manifest?p2=vmkit/trunk/incinerator/tests/ijvm.tests.Runner/bundle.manifest&p1=vmkit/trunk/incinerator/tests/ijvm.tests.Runner/META-INF/MANIFEST.MF&r1=180553&r2=180554&rev=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/tests/ijvm.tests.Runner/META-INF/MANIFEST.MF (original)
+++ vmkit/trunk/incinerator/tests/ijvm.tests.Runner/bundle.manifest Thu Apr 25 12:23:35 2013
@@ -1,10 +1,9 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: Runner
-Bundle-SymbolicName: ijvm.tests.Runner
-Bundle-Version: 1.0.0
-Bundle-Activator: ijvm.tests.Runner.Activator
-Import-Package: ijvm.tests.A,
- org.osgi.framework;version="1.3.0",
- org.osgi.util.tracker;version="1.0.0"
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Manifest-Version: 1.0
+Bundle-Version: 1.0.0
+Bundle-Name: Runner
+Bundle-ManifestVersion: 2
+Bundle-SymbolicName: ijvm.tests.Runner
+Bundle-Activator: ijvm.tests.Runner.Activator
+Import-Package: ijvm.tests.A, org.osgi.framework, org.osgi.util.tracke
+ r
+

Modified: vmkit/trunk/incinerator/tests/minimal.xargs
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/minimal.xargs?rev=180554&r1=180553&r2=180554&view=diff
==============================================================================
--- vmkit/trunk/incinerator/tests/minimal.xargs (original)
+++ vmkit/trunk/incinerator/tests/minimal.xargs Thu Apr 25 12:23:35 2013
@@ -37,15 +37,15 @@
 
 -launch
 
--istart  j3mgr_1.0.0.jar
+-istart  j3mgr-1.0.0.jar
 
--istart  ijvm.tests.A_1.0.0.jar
--istart  ijvm.tests.C_1.0.0.jar
--istart  ijvm.tests.AImpl_1.0.0.jar
--istart  ijvm.tests.BImpl_1.0.0.jar
--istart  ijvm.tests.CImpl_1.0.0.jar
--istart  ijvm.tests.DImpl_1.0.0.jar
+-istart  ijvm.tests.A-1.0.0.jar
+-istart  ijvm.tests.C-1.0.0.jar
+-istart  ijvm.tests.AImpl-1.0.0.jar
+-istart  ijvm.tests.BImpl-1.0.0.jar
+-istart  ijvm.tests.CImpl-1.0.0.jar
+-istart  ijvm.tests.DImpl-1.0.0.jar
 
--install ijvm.tests.Runner_1.0.0.jar
+-install ijvm.tests.Runner-1.0.0.jar
 
 -install BundleReloader-1.0.0.jar

Added: vmkit/trunk/incinerator/tests/tests.tar
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/tests/tests.tar?rev=180554&view=auto
==============================================================================
Binary files vmkit/trunk/incinerator/tests/tests.tar (added) and vmkit/trunk/incinerator/tests/tests.tar Thu Apr 25 12:23:35 2013 differ





More information about the vmkit-commits mailing list