[savara-commits] savara SVN: r546 - branches/experimental/2.0.x/tools/plugins/org.savara.protocol.contract.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jan 7 12:14:21 EST 2011


Author: objectiser
Date: 2011-01-07 12:14:20 -0500 (Fri, 07 Jan 2011)
New Revision: 546

Removed:
   branches/experimental/2.0.x/tools/plugins/org.savara.protocol.contract/.classpath
   branches/experimental/2.0.x/tools/plugins/org.savara.protocol.contract/.project
   branches/experimental/2.0.x/tools/plugins/org.savara.protocol.contract/Copyright.txt
   branches/experimental/2.0.x/tools/plugins/org.savara.protocol.contract/META-INF/
   branches/experimental/2.0.x/tools/plugins/org.savara.protocol.contract/build.properties
   branches/experimental/2.0.x/tools/plugins/org.savara.protocol.contract/pom.xml
   branches/experimental/2.0.x/tools/plugins/org.savara.protocol.contract/src/
Log:
Moved org.savara.protoco.contract (plugin) code into org.savara.contract bundle.

Deleted: branches/experimental/2.0.x/tools/plugins/org.savara.protocol.contract/.classpath
===================================================================
--- branches/experimental/2.0.x/tools/plugins/org.savara.protocol.contract/.classpath	2011-01-07 16:53:40 UTC (rev 545)
+++ branches/experimental/2.0.x/tools/plugins/org.savara.protocol.contract/.classpath	2011-01-07 17:14:20 UTC (rev 546)
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" path="src/java"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>

Deleted: branches/experimental/2.0.x/tools/plugins/org.savara.protocol.contract/.project
===================================================================
--- branches/experimental/2.0.x/tools/plugins/org.savara.protocol.contract/.project	2011-01-07 16:53:40 UTC (rev 545)
+++ branches/experimental/2.0.x/tools/plugins/org.savara.protocol.contract/.project	2011-01-07 17:14:20 UTC (rev 546)
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.savara.protocol.contract</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>

Deleted: branches/experimental/2.0.x/tools/plugins/org.savara.protocol.contract/Copyright.txt
===================================================================
--- branches/experimental/2.0.x/tools/plugins/org.savara.protocol.contract/Copyright.txt	2011-01-07 16:53:40 UTC (rev 545)
+++ branches/experimental/2.0.x/tools/plugins/org.savara.protocol.contract/Copyright.txt	2011-01-07 17:14:20 UTC (rev 546)
@@ -1,17 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and others contributors as indicated
- * by the @authors tag. All rights reserved.
- * See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- * This copyrighted material is made available to anyone wishing to use,
- * modify, copy, or redistribute it subject to the terms and conditions
- * of the GNU Lesser General Public License, v. 2.1.
- * This program is distributed in the hope that it will be useful, but WITHOUT A
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
- * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
- * You should have received a copy of the GNU Lesser General Public License,
- * v.2.1 along with this distribution; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA  02110-1301, USA.
- */

Deleted: branches/experimental/2.0.x/tools/plugins/org.savara.protocol.contract/build.properties
===================================================================
--- branches/experimental/2.0.x/tools/plugins/org.savara.protocol.contract/build.properties	2011-01-07 16:53:40 UTC (rev 545)
+++ branches/experimental/2.0.x/tools/plugins/org.savara.protocol.contract/build.properties	2011-01-07 17:14:20 UTC (rev 546)
@@ -1,4 +0,0 @@
-source.. = src/java/
-output.. = bin/
-bin.includes = META-INF/,\
-               .

Deleted: branches/experimental/2.0.x/tools/plugins/org.savara.protocol.contract/pom.xml
===================================================================
--- branches/experimental/2.0.x/tools/plugins/org.savara.protocol.contract/pom.xml	2011-01-07 16:53:40 UTC (rev 545)
+++ branches/experimental/2.0.x/tools/plugins/org.savara.protocol.contract/pom.xml	2011-01-07 17:14:20 UTC (rev 546)
@@ -1,33 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.savara.tools</groupId>
-	<artifactId>org.savara.protocol.contract</artifactId> 
-	<version>2.0.0-SNAPSHOT</version>
-	<packaging>eclipse-plugin</packaging>
-	<name>Savara::Tools::Plugins::ProtocolContract</name>
-
-	<parent>
-		<groupId>org.savara.tools</groupId>
-		<artifactId>plugins</artifactId>
-		<version>2.0.0-SNAPSHOT</version>
-	</parent>
-  
-   	<dependencies>
- 		<dependency>
- 			<groupId>org.scribble.bundles</groupId>
-			<artifactId>org.scribble.common</artifactId> 
-			<version>${scribble.version}</version>
- 		</dependency>
- 		<dependency>
- 			<groupId>org.scribble.bundles</groupId>
-			<artifactId>org.scribble.protocol</artifactId> 
-			<version>${scribble.version}</version>
- 		</dependency>
- 		<dependency>
- 			<groupId>org.savara.bundles</groupId>
-			<artifactId>org.savara.contract</artifactId> 
-			<version>${savara.version}</version>
- 		</dependency>
- 	</dependencies>
- </project>



More information about the savara-commits mailing list