[jbosstools-commits] JBoss Tools SVN: r17447 - in trunk/smooks/tests/org.jboss.tools.smooks.test: META-INF and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Sep 3 13:36:12 EDT 2009


Author: dgolovin
Date: 2009-09-03 13:36:11 -0400 (Thu, 03 Sep 2009)
New Revision: 17447

Modified:
   trunk/smooks/tests/org.jboss.tools.smooks.test/.project
   trunk/smooks/tests/org.jboss.tools.smooks.test/META-INF/MANIFEST.MF
Log:
smooks.test was renamed to smooks.core.test

Modified: trunk/smooks/tests/org.jboss.tools.smooks.test/.project
===================================================================
--- trunk/smooks/tests/org.jboss.tools.smooks.test/.project	2009-09-03 17:25:50 UTC (rev 17446)
+++ trunk/smooks/tests/org.jboss.tools.smooks.test/.project	2009-09-03 17:36:11 UTC (rev 17447)
@@ -1,28 +1,28 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.jboss.tools.smooks.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>
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.jboss.tools.smooks.core.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>

Modified: trunk/smooks/tests/org.jboss.tools.smooks.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/smooks/tests/org.jboss.tools.smooks.test/META-INF/MANIFEST.MF	2009-09-03 17:25:50 UTC (rev 17446)
+++ trunk/smooks/tests/org.jboss.tools.smooks.test/META-INF/MANIFEST.MF	2009-09-03 17:36:11 UTC (rev 17447)
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name.0
-Bundle-SymbolicName: org.jboss.tools.smooks.test
+Bundle-SymbolicName: org.jboss.tools.smooks.core.test
 Bundle-Version: 1.0.0
 Require-Bundle: org.junit,
  org.eclipse.ui,



More information about the jbosstools-commits mailing list