Author: koen.aers(a)jboss.com
Date: 2009-06-08 18:05:10 -0400 (Mon, 08 Jun 2009)
New Revision: 15793
Added:
jbpm/tests/org.jboss.tools.jbpm.common.test/.classpath
jbpm/tests/org.jboss.tools.jbpm.common.test/.project
jbpm/tests/org.jboss.tools.jbpm.common.test/META-INF/
jbpm/tests/org.jboss.tools.jbpm.common.test/META-INF/MANIFEST.MF
jbpm/tests/org.jboss.tools.jbpm.common.test/build.properties
jbpm/tests/org.jboss.tools.jbpm.common.test/plugin.properties
jbpm/tests/org.jboss.tools.jbpm.common.test/src/
jbpm/tests/org.jboss.tools.jbpm.common.test/src/org/
jbpm/tests/org.jboss.tools.jbpm.common.test/src/org/jboss/
jbpm/tests/org.jboss.tools.jbpm.common.test/src/org/jboss/tools/
jbpm/tests/org.jboss.tools.jbpm.common.test/src/org/jboss/tools/jbpm/
jbpm/tests/org.jboss.tools.jbpm.common.test/src/org/jboss/tools/jbpm/AllTests.java
jbpm/tests/org.jboss.tools.jbpm.common.test/src/org/jboss/tools/jbpm/java/
jbpm/tests/org.jboss.tools.jbpm.common.test/src/org/jboss/tools/jbpm/java/JavaUtilTest.java
Log:
initial upload
Added: jbpm/tests/org.jboss.tools.jbpm.common.test/.classpath
===================================================================
--- jbpm/tests/org.jboss.tools.jbpm.common.test/.classpath (rev
0)
+++ jbpm/tests/org.jboss.tools.jbpm.common.test/.classpath 2009-06-08 22:05:10 UTC (rev
15793)
@@ -0,0 +1,7 @@
+<?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"/>
+</classpath>
Property changes on: jbpm/tests/org.jboss.tools.jbpm.common.test/.classpath
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: jbpm/tests/org.jboss.tools.jbpm.common.test/.project
===================================================================
--- jbpm/tests/org.jboss.tools.jbpm.common.test/.project (rev 0)
+++ jbpm/tests/org.jboss.tools.jbpm.common.test/.project 2009-06-08 22:05:10 UTC (rev
15793)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.jbpm.common.test</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
Property changes on: jbpm/tests/org.jboss.tools.jbpm.common.test/.project
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: jbpm/tests/org.jboss.tools.jbpm.common.test/META-INF/MANIFEST.MF
===================================================================
--- jbpm/tests/org.jboss.tools.jbpm.common.test/META-INF/MANIFEST.MF
(rev 0)
+++ jbpm/tests/org.jboss.tools.jbpm.common.test/META-INF/MANIFEST.MF 2009-06-08 22:05:10
UTC (rev 15793)
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %BundleName
+Bundle-SymbolicName: org.jboss.tools.jbpm.common.test
+Bundle-Version: 1.0.0
+Bundle-Vendor: %BundleProvider
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Require-Bundle: org.junit,
+ org.jboss.tools.jbpm.common,
+ org.eclipse.jdt.core
Property changes on: jbpm/tests/org.jboss.tools.jbpm.common.test/META-INF/MANIFEST.MF
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: jbpm/tests/org.jboss.tools.jbpm.common.test/build.properties
===================================================================
--- jbpm/tests/org.jboss.tools.jbpm.common.test/build.properties
(rev 0)
+++ jbpm/tests/org.jboss.tools.jbpm.common.test/build.properties 2009-06-08 22:05:10 UTC
(rev 15793)
@@ -0,0 +1,4 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .
Property changes on: jbpm/tests/org.jboss.tools.jbpm.common.test/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: jbpm/tests/org.jboss.tools.jbpm.common.test/plugin.properties
===================================================================
--- jbpm/tests/org.jboss.tools.jbpm.common.test/plugin.properties
(rev 0)
+++ jbpm/tests/org.jboss.tools.jbpm.common.test/plugin.properties 2009-06-08 22:05:10 UTC
(rev 15793)
@@ -0,0 +1,3 @@
+# properties file for org.jboss.tools.jbpm.common.test
+BundleProvider =JBoss, a division of Red Hat
+BundleName = jBPM Common Tests Bundle
\ No newline at end of file
Property changes on: jbpm/tests/org.jboss.tools.jbpm.common.test/plugin.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: jbpm/tests/org.jboss.tools.jbpm.common.test/src/org/jboss/tools/jbpm/AllTests.java
===================================================================
--- jbpm/tests/org.jboss.tools.jbpm.common.test/src/org/jboss/tools/jbpm/AllTests.java
(rev 0)
+++
jbpm/tests/org.jboss.tools.jbpm.common.test/src/org/jboss/tools/jbpm/AllTests.java 2009-06-08
22:05:10 UTC (rev 15793)
@@ -0,0 +1,16 @@
+package org.jboss.tools.jbpm;
+
+import org.jboss.tools.jbpm.java.JavaUtilTest;
+
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+public class AllTests {
+
+ public static Test suite() {
+ TestSuite suite = new TestSuite();
+ suite.addTestSuite(JavaUtilTest.class);
+ return suite;
+ }
+
+}
Property changes on:
jbpm/tests/org.jboss.tools.jbpm.common.test/src/org/jboss/tools/jbpm/AllTests.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added:
jbpm/tests/org.jboss.tools.jbpm.common.test/src/org/jboss/tools/jbpm/java/JavaUtilTest.java
===================================================================
---
jbpm/tests/org.jboss.tools.jbpm.common.test/src/org/jboss/tools/jbpm/java/JavaUtilTest.java
(rev 0)
+++
jbpm/tests/org.jboss.tools.jbpm.common.test/src/org/jboss/tools/jbpm/java/JavaUtilTest.java 2009-06-08
22:05:10 UTC (rev 15793)
@@ -0,0 +1,11 @@
+package org.jboss.tools.jbpm.java;
+
+import junit.framework.TestCase;
+
+public class JavaUtilTest extends TestCase {
+
+ public void testJpdlPerspectiveFactory() {
+ assertTrue(true);
+ }
+
+}
Property changes on:
jbpm/tests/org.jboss.tools.jbpm.common.test/src/org/jboss/tools/jbpm/java/JavaUtilTest.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain