Skip to content

Commit

Permalink
Merge pull request #27 from openworm/development
Browse files Browse the repository at this point in the history
development -> master
  • Loading branch information
mlolson committed Nov 17, 2014
2 parents e4187f7 + bdeb545 commit 8b599db
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
target
/target
/bin
src/main/java/META-INF/MANIFEST.MF
*.DS_Store
/.externalToolBuilders/
/.settings/
/.project
/.classpath
.classpath
6 changes: 6 additions & 0 deletions .settings/org.eclipse.wst.common.project.facet.core.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<runtime name="Virgo Runtime"/>
<installed facet="com.springsource.server.bundle" version="1.0"/>
<installed facet="org.eclipse.virgo.server.bundle" version="1.0"/>
</faceted-project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<packaging>bundle</packaging>
<version>0.1.9</version>
<properties>
<spring.version>3.0.0.RELEASE</spring.version>
<spring.version>3.1.0.RELEASE</spring.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/META-INF/spring/app-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-2.5.xsd">
http://www.springframework.org/schema/context/spring-context-3.1.xsd">

<!-- <bean class="org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor"/>-->
<!-- Instructs Spring to scan for internal service components to instantiate and configure -->
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/META-INF/spring/module-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-2.5.xsd">
http://www.springframework.org/schema/context/spring-context-3.1.xsd">

<!-- <bean class="org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor"/>-->
<!-- Instructs Spring to scan for internal service components to instantiate and configure -->
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/META-INF/spring/osgi-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
xmlns:osgi="http://www.springframework.org/schema/osgi"
xmlns:aop="http://www.springframework.org/schema/aop"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
http://www.springframework.org/schema/osgi
http://www.springframework.org/schema/osgi/spring-osgi-1.1.xsd
http://www.springframework.org/schema/osgi/spring-osgi-1.2.xsd
http://www.springframework.org/schema/aop
http://www.springframework.org/schema/aop/spring-aop-3.0.xsd">
http://www.springframework.org/schema/aop/spring-aop-3.1.xsd">

<!-- Exports the service implementation to other bundles by its service interface -->
<osgi:service id="SPHSimulatorExporter" ref="sphSimulatorService" interface="org.geppetto.core.simulator.ISimulator">
Expand Down

0 comments on commit 8b599db

Please sign in to comment.