Author: objectiser
Date: 2010-07-07 10:23:56 -0400 (Wed, 07 Jul 2010)
New Revision: 309
Added:
trunk/tools/plugins/org.jboss.savara.protocol.contract/
trunk/tools/plugins/org.jboss.savara.protocol.contract/.classpath
trunk/tools/plugins/org.jboss.savara.protocol.contract/.project
trunk/tools/plugins/org.jboss.savara.protocol.contract/Copyright.txt
trunk/tools/plugins/org.jboss.savara.protocol.contract/build.properties
Removed:
trunk/tools/plugins/org.jboss.savara.contract.model/src/java/org/scribble/
Log:
Initial contract generation plugins.
Added: trunk/tools/plugins/org.jboss.savara.protocol.contract/.classpath
===================================================================
--- trunk/tools/plugins/org.jboss.savara.protocol.contract/.classpath
(rev 0)
+++ trunk/tools/plugins/org.jboss.savara.protocol.contract/.classpath 2010-07-07 14:23:56
UTC (rev 309)
@@ -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/JavaSE-1.6"/>
+ <classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src/java"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Added: trunk/tools/plugins/org.jboss.savara.protocol.contract/.project
===================================================================
--- trunk/tools/plugins/org.jboss.savara.protocol.contract/.project
(rev 0)
+++ trunk/tools/plugins/org.jboss.savara.protocol.contract/.project 2010-07-07 14:23:56
UTC (rev 309)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.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>
Added: trunk/tools/plugins/org.jboss.savara.protocol.contract/Copyright.txt
===================================================================
--- trunk/tools/plugins/org.jboss.savara.protocol.contract/Copyright.txt
(rev 0)
+++ trunk/tools/plugins/org.jboss.savara.protocol.contract/Copyright.txt 2010-07-07
14:23:56 UTC (rev 309)
@@ -0,0 +1,17 @@
+/*
+ * 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.
+ */
Added: trunk/tools/plugins/org.jboss.savara.protocol.contract/build.properties
===================================================================
--- trunk/tools/plugins/org.jboss.savara.protocol.contract/build.properties
(rev 0)
+++ trunk/tools/plugins/org.jboss.savara.protocol.contract/build.properties 2010-07-07
14:23:56 UTC (rev 309)
@@ -0,0 +1,4 @@
+source.. = src/java/
+output.. = bin/
+bin.includes = META-INF/,\
+ .
Show replies by date