Skip to content

Commit

Permalink
project setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rogierc committed Feb 2, 2019
1 parent 702fcca commit 1ee13da
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 23 deletions.
42 changes: 20 additions & 22 deletions .project
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>mule-coap-server-examples</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.mule.tooling.core.muleBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.mule.tooling.core.muleNature</nature>
</natures>
</projectDescription>
<name>mule-coap-server-examples</name>
<comment/>
<projects/>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
</buildCommand>
<buildCommand>
<name>org.mule.tooling.core.muleBuilder</name>
</buildCommand>
<buildCommand>
<name>org.mule.tooling.maven.mavenBuilder</name>
</buildCommand>
</buildSpec>
<natures>
<nature>org.mule.tooling.maven.mavenNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.mule.tooling.core.muleNature</nature>
</natures>
</projectDescription>
1 change: 1 addition & 0 deletions mule-project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
<name>mule-coap-server-examples</name>
<description></description>
<muleExtension name="CoAP Server" qualifier="org.mule.tooling.ui.contribution.coap-server.3.5.0"/>
<muleExtension name="CoAP Server" qualifier="org.mule.tooling.ui.contribution.coap-server.3.8.0"/>
</mule-project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>nl.teslanet.mule.transport.coap</groupId>
<artifactId>mule-coap-server-connector</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.mule.transports</groupId>
Expand Down

0 comments on commit 1ee13da

Please sign in to comment.