-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #87 from lhein/7.2.x
upgrade to build 379
- Loading branch information
Showing
32 changed files
with
67 additions
and
67 deletions.
There are no files selected for viewing
34 changes: 17 additions & 17 deletions
34
plugins/org.fusesource.ide.branding/archetypes/archetypes.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<archetypes> | ||
<archetype groupId='org.apache.camel.archetypes' artifactId='camel-archetype-activemq' version='2.12.0.redhat-610376'>Creates a new Camel project that configures and interacts with ActiveMQ.</archetype> | ||
<archetype groupId='org.apache.camel.archetypes' artifactId='camel-archetype-blueprint' version='2.12.0.redhat-610376'>Creates a new Camel project with OSGi blueprint support. Ready to be deployed in OSGi.</archetype> | ||
<archetype groupId='org.apache.camel.archetypes' artifactId='camel-archetype-component' version='2.12.0.redhat-610376'>Creates a new Camel component.</archetype> | ||
<archetype groupId='org.apache.camel.archetypes' artifactId='camel-archetype-cxf-code-first-blueprint' version='2.12.0.redhat-610376'>Creates a new Camel project with Apache CXF code-first example using OSGi blueprint.</archetype> | ||
<archetype groupId='org.apache.camel.archetypes' artifactId='camel-archetype-cxf-contract-first-blueprint' version='2.12.0.redhat-610376'>Creates a new Camel project with Apache CXF contract-first example using OSGi blueprint.</archetype> | ||
<archetype groupId='org.apache.camel.archetypes' artifactId='camel-archetype-dataformat' version='2.12.0.redhat-610376'>Creates a new Camel data format.</archetype> | ||
<archetype groupId='org.apache.camel.archetypes' artifactId='camel-archetype-java' version='2.12.0.redhat-610376'>Creates a new Camel project using Java DSL.</archetype> | ||
<archetype groupId='org.apache.camel.archetypes' artifactId='camel-archetype-spring' version='2.12.0.redhat-610376'>Creates a new Camel project with added Spring DSL support.</archetype> | ||
<archetype groupId='org.apache.camel.archetypes' artifactId='camel-archetype-spring-dm' version='2.12.0.redhat-610376'>Creates a new Camel project with added Spring DSL support. Ready to be deployed in OSGi.</archetype> | ||
<archetype groupId='org.apache.camel.archetypes' artifactId='camel-archetype-web' version='2.12.0.redhat-610376'>Creates a new Camel web project that deploys the Camel routes as a WAR</archetype> | ||
<archetype groupId='org.apache.camel.archetypes' artifactId='camel-archetype-webconsole' version='2.12.0.redhat-610376'>Creates a new Camel project that deploys the Camel Web Console, REST API, and your routes as a WAR</archetype> | ||
<archetype groupId='org.apache.cxf.archetype' artifactId='cxf-jaxrs-service' version='2.7.0.redhat-610376'>Simple CXF JAX-RS webapp service using Spring configuration</archetype> | ||
<archetype groupId='org.apache.cxf.archetype' artifactId='cxf-jaxws-javafirst' version='2.7.0.redhat-610376'>null</archetype> | ||
<archetype groupId='io.fabric8' artifactId='camel-cxf-code-first-archetype' version='1.0.0.redhat-376'>Creates a new Camel project using CXF in code (Java) first.</archetype> | ||
<archetype groupId='io.fabric8' artifactId='camel-cxf-contract-first-archetype' version='1.0.0.redhat-376'>Creates a new Camel project using CXF in contract (WSDL) first.</archetype> | ||
<archetype groupId='io.fabric8' artifactId='camel-drools-archetype' version='1.0.0.redhat-376'>Creates a new Camel project using the Drools rule engine.</archetype> | ||
<archetype groupId='io.fabric8' artifactId='camel-webservice-archetype' version='1.0.0.redhat-376'>Creates a new Camel web services project</archetype> | ||
<archetype groupId='org.apache.camel.archetypes' artifactId='camel-archetype-activemq' version='2.12.0.redhat-610379'>Creates a new Camel project that configures and interacts with ActiveMQ.</archetype> | ||
<archetype groupId='org.apache.camel.archetypes' artifactId='camel-archetype-blueprint' version='2.12.0.redhat-610379'>Creates a new Camel project with OSGi blueprint support. Ready to be deployed in OSGi.</archetype> | ||
<archetype groupId='org.apache.camel.archetypes' artifactId='camel-archetype-component' version='2.12.0.redhat-610379'>Creates a new Camel component.</archetype> | ||
<archetype groupId='org.apache.camel.archetypes' artifactId='camel-archetype-cxf-code-first-blueprint' version='2.12.0.redhat-610379'>Creates a new Camel project with Apache CXF code-first example using OSGi blueprint.</archetype> | ||
<archetype groupId='org.apache.camel.archetypes' artifactId='camel-archetype-cxf-contract-first-blueprint' version='2.12.0.redhat-610379'>Creates a new Camel project with Apache CXF contract-first example using OSGi blueprint.</archetype> | ||
<archetype groupId='org.apache.camel.archetypes' artifactId='camel-archetype-dataformat' version='2.12.0.redhat-610379'>Creates a new Camel data format.</archetype> | ||
<archetype groupId='org.apache.camel.archetypes' artifactId='camel-archetype-java' version='2.12.0.redhat-610379'>Creates a new Camel project using Java DSL.</archetype> | ||
<archetype groupId='org.apache.camel.archetypes' artifactId='camel-archetype-spring' version='2.12.0.redhat-610379'>Creates a new Camel project with added Spring DSL support.</archetype> | ||
<archetype groupId='org.apache.camel.archetypes' artifactId='camel-archetype-spring-dm' version='2.12.0.redhat-610379'>Creates a new Camel project with added Spring DSL support. Ready to be deployed in OSGi.</archetype> | ||
<archetype groupId='org.apache.camel.archetypes' artifactId='camel-archetype-web' version='2.12.0.redhat-610379'>Creates a new Camel web project that deploys the Camel routes as a WAR</archetype> | ||
<archetype groupId='org.apache.camel.archetypes' artifactId='camel-archetype-webconsole' version='2.12.0.redhat-610379'>Creates a new Camel project that deploys the Camel Web Console, REST API, and your routes as a WAR</archetype> | ||
<archetype groupId='org.apache.cxf.archetype' artifactId='cxf-jaxrs-service' version='2.7.0.redhat-610379'>Simple CXF JAX-RS webapp service using Spring configuration</archetype> | ||
<archetype groupId='org.apache.cxf.archetype' artifactId='cxf-jaxws-javafirst' version='2.7.0.redhat-610379'>null</archetype> | ||
<archetype groupId='io.fabric8' artifactId='camel-cxf-code-first-archetype' version='1.0.0.redhat-379'>Creates a new Camel project using CXF in code (Java) first.</archetype> | ||
<archetype groupId='io.fabric8' artifactId='camel-cxf-contract-first-archetype' version='1.0.0.redhat-379'>Creates a new Camel project using CXF in contract (WSDL) first.</archetype> | ||
<archetype groupId='io.fabric8' artifactId='camel-drools-archetype' version='1.0.0.redhat-379'>Creates a new Camel project using the Drools rule engine.</archetype> | ||
<archetype groupId='io.fabric8' artifactId='camel-webservice-archetype' version='1.0.0.redhat-379'>Creates a new Camel web services project</archetype> | ||
</archetypes> |
Binary file renamed
BIN
+16.5 KB
...chetype-activemq-2.12.0.redhat-610376.jar → ...chetype-activemq-2.12.0.redhat-610379.jar
Binary file not shown.
Binary file renamed
BIN
+16.6 KB
...hetype-blueprint-2.12.0.redhat-610376.jar → ...hetype-blueprint-2.12.0.redhat-610379.jar
Binary file not shown.
Binary file renamed
BIN
+18.3 KB
...hetype-component-2.12.0.redhat-610376.jar → ...hetype-component-2.12.0.redhat-610379.jar
Binary file not shown.
Binary file renamed
BIN
+19.3 KB
...-first-blueprint-2.12.0.redhat-610376.jar → ...-first-blueprint-2.12.0.redhat-610379.jar
Binary file not shown.
Binary file renamed
BIN
+15.4 KB
...-first-blueprint-2.12.0.redhat-610376.jar → ...-first-blueprint-2.12.0.redhat-610379.jar
Binary file not shown.
Binary file renamed
BIN
+15.6 KB
...etype-dataformat-2.12.0.redhat-610376.jar → ...etype-dataformat-2.12.0.redhat-610379.jar
Binary file not shown.
Binary file renamed
BIN
+16 KB
...l-archetype-java-2.12.0.redhat-610376.jar → ...l-archetype-java-2.12.0.redhat-610379.jar
Binary file not shown.
Binary file renamed
BIN
+15.3 KB
...archetype-spring-2.12.0.redhat-610376.jar → ...archetype-spring-2.12.0.redhat-610379.jar
Binary file not shown.
Binary file renamed
BIN
+15.6 KB
...hetype-spring-dm-2.12.0.redhat-610376.jar → ...hetype-spring-dm-2.12.0.redhat-610379.jar
Binary file not shown.
Binary file renamed
BIN
+15.1 KB
...el-archetype-web-2.12.0.redhat-610376.jar → ...el-archetype-web-2.12.0.redhat-610379.jar
Binary file not shown.
Binary file renamed
BIN
+17 KB
...etype-webconsole-2.12.0.redhat-610376.jar → ...etype-webconsole-2.12.0.redhat-610379.jar
Binary file not shown.
Binary file removed
BIN
-5.99 KB
...rg.fusesource.ide.branding/archetypes/camel-cxf-code-first-archetype-1.0.0.redhat-376.jar
Binary file not shown.
Binary file added
BIN
+5.99 KB
...rg.fusesource.ide.branding/archetypes/camel-cxf-code-first-archetype-1.0.0.redhat-379.jar
Binary file not shown.
Binary file renamed
BIN
+6.14 KB
...ract-first-archetype-1.0.0.redhat-376.jar → ...ract-first-archetype-1.0.0.redhat-379.jar
Binary file not shown.
Binary file renamed
BIN
+29.5 KB
...mel-drools-archetype-1.0.0.redhat-376.jar → ...mel-drools-archetype-1.0.0.redhat-379.jar
Binary file not shown.
Binary file removed
BIN
-11.6 KB
...ns/org.fusesource.ide.branding/archetypes/camel-webservice-archetype-1.0.0.redhat-376.jar
Binary file not shown.
Binary file added
BIN
+11.6 KB
...ns/org.fusesource.ide.branding/archetypes/camel-webservice-archetype-1.0.0.redhat-379.jar
Binary file not shown.
Binary file removed
BIN
-10.4 KB
plugins/org.fusesource.ide.branding/archetypes/cxf-jaxrs-service-2.7.0.redhat-610376.jar
Binary file not shown.
Binary file added
BIN
+10.4 KB
plugins/org.fusesource.ide.branding/archetypes/cxf-jaxrs-service-2.7.0.redhat-610379.jar
Binary file not shown.
Binary file renamed
BIN
+11.6 KB
...f-jaxws-javafirst-2.7.0.redhat-610376.jar → ...f-jaxws-javafirst-2.7.0.redhat-610379.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters