Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jwt-dev] Get JWT integrated into Galileo build

Hello Bjorn,

I've understood that you were the person to ask about Galileo builds. If it is not the case, I apologize for the spam.


Before contributing the Java Workflow Tooling feature to the Galileo build, I'd like to ensure that I'm doing it right. Indeed, I don't really know if I should add JWT to an existing category (such as Tooling) or if I should add it as a contribution in the galileo.build.

I attach a patch with what I think I should contribute to org.eclipse.galileo.build . Could you please tell me if it is OK for categories and co?

Thanks in advance
Regards

Mickael Istria
### Eclipse Workspace Patch 1.0
#P org.eclipse.galileo.build
Index: galileo.build
===================================================================
RCS file: /cvsroot/callisto/org.eclipse.galileo.build/galileo.build,v
retrieving revision 1.16
diff -u -r1.16 galileo.build
--- galileo.build	7 Dec 2008 13:05:38 -0000	1.16
+++ galileo.build	22 Dec 2008 09:09:44 -0000
@@ -80,6 +80,7 @@
   <contributions href="dsdp-mtj.build#/"/>
   <contributions href="mylyn.build#/"/>
   <contributions href="cdt.build#/"/>
+  <contributions href="jwt.build#/"/>
   <contributions label="Galileo">
     <features id="org.eclipse.galileo" version="1.0.0.qualifier"/>
   </contributions>
Index: jwt.build
===================================================================
RCS file: jwt.build
diff -N jwt.build
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ jwt.build	1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="ASCII"?>
+<build:Contribution xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI"; xmlns:build="http://www.eclipse.org/amalgam/2008/build"; label="Java Workflow Tooling">
+  <contacts name="JWT build team" email="jwt-dev@xxxxxxxxxxx"/>
+  <features id="org.eclipse.jwt_feature" version="0.6.0.S20081219-1024" repo="//@repositories.1">
+    <category href="galileo.build#//@categories.7"/>
+  </features>
+  <repositories location="http://download.eclipse.org/technology/jwt/update-site/"; label="JWT releases"/>
+  <repositories location="http://download.eclipse.org/technology/jwt/stable-update-site"; label="JWT stable builds"/>
+</build:Contribution>

Back to the top