Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Index: maven/org.friendularity.anim.loader/pom.xml
- ===================================================================
- --- maven/org.friendularity.anim.loader/pom.xml (revision 577)
- +++ maven/org.friendularity.anim.loader/pom.xml (working copy)
- @@ -4,13 +4,13 @@
- <groupId>org.friendularity</groupId>
- <artifactId>org.friendularity.anim.loader</artifactId>
- - <version>1.0-SNAPSHOT</version>
- + <version>1.0.2-SNAPSHOT</version>
- <packaging>bundle</packaging>
- <name>${project.artifactId} - OSGi Bundle</name>
- <properties>
- - <cogchar.version>1.0.7.0-SNAPSHOT</cogchar.version>
- + <cogchar.version>1.0.8.0-SNAPSHOT</cogchar.version>
- </properties>
- <dependencies>
- @@ -47,7 +47,7 @@
- <dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.main</artifactId>
- - <version>4.0.3</version>
- + <version>4.2.1</version>
- <scope>provided</scope>
- </dependency>
- <!-- To include a shell:
- @@ -125,7 +125,7 @@
- <dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.main</artifactId>
- - <version>4.0.3</version>
- + <version>4.2.1</version>
- <scope>provided</scope>
- </dependency>
- <!-- org.apache.felix:org.apache.felix.gogo.shell:0.6.1 useless from Maven since stdin is swallowed -->
- Index: maven/org.friendularity.bundle.bento/pom.xml
- ===================================================================
- --- maven/org.friendularity.bundle.bento/pom.xml (revision 577)
- +++ maven/org.friendularity.bundle.bento/pom.xml (working copy)
- @@ -17,7 +17,7 @@
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.core</artifactId>
- - <version>4.3.0</version>
- + <version>${osgi.core.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- @@ -63,7 +63,7 @@
- <dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.main</artifactId>
- - <version>4.0.3</version>
- + <version>4.2.1</version>
- <scope>provided</scope>
- </dependency>
- <!-- To include a shell:
- @@ -141,7 +141,7 @@
- <dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.main</artifactId>
- - <version>4.0.3</version>
- + <version>4.2.1</version>
- <scope>provided</scope>
- </dependency>
- <!-- org.apache.felix:org.apache.felix.gogo.shell:0.6.1 useless from Maven since stdin is swallowed -->
- Index: maven/org.friendularity.bundle.blockflow/pom.xml
- ===================================================================
- --- maven/org.friendularity.bundle.blockflow/pom.xml (revision 577)
- +++ maven/org.friendularity.bundle.blockflow/pom.xml (working copy)
- @@ -30,7 +30,7 @@
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.core</artifactId>
- - <version>4.3.0</version>
- + <version>${osgi.core.version}</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
- Index: maven/org.friendularity.bundle.demo.convo.dictation/pom.xml
- ===================================================================
- --- maven/org.friendularity.bundle.demo.convo.dictation/pom.xml (revision 577)
- +++ maven/org.friendularity.bundle.demo.convo.dictation/pom.xml (working copy)
- @@ -17,7 +17,7 @@
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.core</artifactId>
- - <version>4.3.0</version>
- + <version>${osgi.core.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- @@ -43,132 +43,4 @@
- </plugin>
- </plugins>
- </build>
- -
- - <profiles>
- - <profile>
- - <id>build-for-felix</id>
- - <dependencies>
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.main</artifactId>
- - <version>4.0.3</version>
- - <scope>provided</scope>
- - </dependency>
- - <!-- To include a shell:
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.gogo.shell</artifactId>
- - <version>0.10.0</version>
- - </dependency>
- - -->
- - </dependencies>
- - <build>
- - <plugins>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-antrun-plugin</artifactId>
- - <version>1.7</version>
- - <executions>
- - <execution>
- - <id>compile</id>
- - <phase>package</phase>
- - <goals>
- - <goal>run</goal>
- - </goals>
- - <configuration>
- - <target>
- - <pathconvert property="plugins.jars" pathsep="${path.separator}">
- - <path refid="maven.runtime.classpath" />
- - <map from="${project.build.directory}${file.separator}classes" to="" />
- - </pathconvert>
- - <pathconvert pathsep=" " property="bundles">
- - <path path="${plugins.jars}" />
- - <mapper>
- - <chainedmapper>
- - <flattenmapper />
- - <globmapper from="*" to="file:modules/*" casesensitive="no" />
- - </chainedmapper>
- - </mapper>
- - </pathconvert>
- - <propertyfile file="${project.build.directory}/config.properties">
- - <entry key="felix.auto.start" value="${bundles} file:modules/${project.build.finalName}.jar" />
- - <entry key="org.osgi.framework.bootdelegation" value="*" />
- - </propertyfile>
- - <copy file="${maven.dependency.org.apache.felix.org.apache.felix.main.jar.path}" tofile="${project.build.directory}/felix.jar" />
- - </target>
- - </configuration>
- - </execution>
- - </executions>
- - </plugin>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-assembly-plugin</artifactId>
- - <version>2.3</version>
- - <executions>
- - <execution>
- - <id>create-executable-jar</id>
- - <phase>package</phase>
- - <goals>
- - <goal>single</goal>
- - </goals>
- - <configuration>
- - <descriptors>
- - <descriptor>${basedir}/src/main/assembly/felix.xml</descriptor>
- - </descriptors>
- - <finalName>${project.build.finalName}</finalName>
- - </configuration>
- - </execution>
- - </executions>
- - </plugin>
- - </plugins>
- - </build>
- - </profile>
- - <profile>
- - <id>run-on-felix</id>
- - <dependencies>
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.main</artifactId>
- - <version>4.0.3</version>
- - <scope>provided</scope>
- - </dependency>
- - <!-- org.apache.felix:org.apache.felix.gogo.shell:0.6.1 useless from Maven since stdin is swallowed -->
- - </dependencies>
- - <build>
- - <plugins>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-antrun-plugin</artifactId>
- - <version>1.7</version>
- - <configuration>
- - <target>
- - <property name="vm.args" value="" />
- - <pathconvert property="plugins.jars" pathsep="${path.separator}">
- - <path refid="maven.runtime.classpath" />
- - <map from="${project.build.directory}${file.separator}classes" to="" />
- - </pathconvert>
- - <makeurl property="urls" separator=" ">
- - <path path="${plugins.jars}" />
- - <path location="${project.build.directory}/${project.build.finalName}.jar" />
- - </makeurl>
- - <propertyfile file="${project.build.directory}/run.properties">
- - <entry key="felix.auto.start" value="${urls}" />
- - <entry key="felix.auto.deploy.action" value="uninstall,install,update,start" />
- - <entry key="org.osgi.framework.storage" value="${project.build.directory}${file.separator}felix-cache" />
- - <entry key="org.osgi.framework.bootdelegation" value="*" />
- - <!-- org.w3c.dom.* are missing from default.properties in felix 4.2.1, they are present in 3.0.7 -->
- - <entry key="org.osgi.framework.system.packages.extra" value="org.w3c.dom.css, org.w3c.dom.html, org.w3c.dom.stylesheets, org.w3c.dom.traversal, org.w3c.dom.ranges, org.w3c.dom.views, org.w3c.dom.xpath" />
- - </propertyfile>
- - <makeurl property="run.properties.url" file="${project.build.directory}/run.properties" />
- - <java fork="true" jar="${maven.dependency.org.apache.felix.org.apache.felix.main.jar.path}">
- - <sysproperty key="felix.config.properties" value="${run.properties.url}" />
- - <jvmarg line="${vm.args}" />
- - </java>
- - </target>
- - </configuration>
- - </plugin>
- - </plugins>
- - </build>
- - </profile>
- - </profiles>
- </project>
- Index: maven/org.friendularity.bundle.demo.convo.response/pom.xml
- ===================================================================
- --- maven/org.friendularity.bundle.demo.convo.response/pom.xml (revision 577)
- +++ maven/org.friendularity.bundle.demo.convo.response/pom.xml (working copy)
- @@ -18,7 +18,7 @@
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.core</artifactId>
- - <version>4.3.0</version>
- + <version>${osgi.core.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- @@ -54,132 +54,4 @@
- </plugin>
- </plugins>
- </build>
- -
- - <profiles>
- - <profile>
- - <id>build-for-felix</id>
- - <dependencies>
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.main</artifactId>
- - <version>4.0.3</version>
- - <scope>provided</scope>
- - </dependency>
- - <!-- To include a shell:
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.gogo.shell</artifactId>
- - <version>0.10.0</version>
- - </dependency>
- - -->
- - </dependencies>
- - <build>
- - <plugins>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-antrun-plugin</artifactId>
- - <version>1.7</version>
- - <executions>
- - <execution>
- - <id>compile</id>
- - <phase>package</phase>
- - <goals>
- - <goal>run</goal>
- - </goals>
- - <configuration>
- - <target>
- - <pathconvert property="plugins.jars" pathsep="${path.separator}">
- - <path refid="maven.runtime.classpath" />
- - <map from="${project.build.directory}${file.separator}classes" to="" />
- - </pathconvert>
- - <pathconvert pathsep=" " property="bundles">
- - <path path="${plugins.jars}" />
- - <mapper>
- - <chainedmapper>
- - <flattenmapper />
- - <globmapper from="*" to="file:modules/*" casesensitive="no" />
- - </chainedmapper>
- - </mapper>
- - </pathconvert>
- - <propertyfile file="${project.build.directory}/config.properties">
- - <entry key="felix.auto.start" value="${bundles} file:modules/${project.build.finalName}.jar" />
- - <entry key="org.osgi.framework.bootdelegation" value="*" />
- - </propertyfile>
- - <copy file="${maven.dependency.org.apache.felix.org.apache.felix.main.jar.path}" tofile="${project.build.directory}/felix.jar" />
- - </target>
- - </configuration>
- - </execution>
- - </executions>
- - </plugin>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-assembly-plugin</artifactId>
- - <version>2.3</version>
- - <executions>
- - <execution>
- - <id>create-executable-jar</id>
- - <phase>package</phase>
- - <goals>
- - <goal>single</goal>
- - </goals>
- - <configuration>
- - <descriptors>
- - <descriptor>${basedir}/src/main/assembly/felix.xml</descriptor>
- - </descriptors>
- - <finalName>${project.build.finalName}</finalName>
- - </configuration>
- - </execution>
- - </executions>
- - </plugin>
- - </plugins>
- - </build>
- - </profile>
- - <profile>
- - <id>run-on-felix</id>
- - <dependencies>
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.main</artifactId>
- - <version>4.0.3</version>
- - <scope>provided</scope>
- - </dependency>
- - <!-- org.apache.felix:org.apache.felix.gogo.shell:0.6.1 useless from Maven since stdin is swallowed -->
- - </dependencies>
- - <build>
- - <plugins>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-antrun-plugin</artifactId>
- - <version>1.7</version>
- - <configuration>
- - <target>
- - <property name="vm.args" value="" />
- - <pathconvert property="plugins.jars" pathsep="${path.separator}">
- - <path refid="maven.runtime.classpath" />
- - <map from="${project.build.directory}${file.separator}classes" to="" />
- - </pathconvert>
- - <makeurl property="urls" separator=" ">
- - <path path="${plugins.jars}" />
- - <path location="${project.build.directory}/${project.build.finalName}.jar" />
- - </makeurl>
- - <propertyfile file="${project.build.directory}/run.properties">
- - <entry key="felix.auto.start" value="${urls}" />
- - <entry key="felix.auto.deploy.action" value="uninstall,install,update,start" />
- - <entry key="org.osgi.framework.storage" value="${project.build.directory}${file.separator}felix-cache" />
- - <entry key="org.osgi.framework.bootdelegation" value="*" />
- - <!-- org.w3c.dom.* are missing from default.properties in felix 4.2.1, they are present in 3.0.7 -->
- - <entry key="org.osgi.framework.system.packages.extra" value="org.w3c.dom.css, org.w3c.dom.html, org.w3c.dom.stylesheets, org.w3c.dom.traversal, org.w3c.dom.ranges, org.w3c.dom.views, org.w3c.dom.xpath" />
- - </propertyfile>
- - <makeurl property="run.properties.url" file="${project.build.directory}/run.properties" />
- - <java fork="true" jar="${maven.dependency.org.apache.felix.org.apache.felix.main.jar.path}">
- - <sysproperty key="felix.config.properties" value="${run.properties.url}" />
- - <jvmarg line="${vm.args}" />
- - </java>
- - </target>
- - </configuration>
- - </plugin>
- - </plugins>
- - </build>
- - </profile>
- - </profiles>
- </project>
- Index: maven/org.friendularity.bundle.demo.liftoff/pom.xml
- ===================================================================
- --- maven/org.friendularity.bundle.demo.liftoff/pom.xml (revision 577)
- +++ maven/org.friendularity.bundle.demo.liftoff/pom.xml (working copy)
- @@ -26,6 +26,7 @@
- <groupId>org.cogchar</groupId>
- <artifactId>org.cogchar.bundle.bind.joseki</artifactId>
- <version>${cogchar.version}</version>
- + <scope>provided</scope>
- </dependency>
- @@ -33,7 +34,7 @@
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.core</artifactId>
- - <version>4.2.0</version>
- + <version>${osgi.core.version}</version>
- <scope>provided</scope>
- </dependency>
- @@ -64,47 +65,14 @@
- <version>${project.version}</version>
- </dependency>
- - <dependency>
- - <!-- This is a big honking hunk of code, but so far is working better than trying
- - to mix-and-match our own version of Jetty + PAX.
- - -->
- - <groupId>org.ops4j.pax.web</groupId>
- - <artifactId>pax-web-jetty-bundle</artifactId>
- - <version>1.1.2</version>
- - <scope>runtime</scope>
- - </dependency>
- - <dependency>
- - <!-- http://team.ops4j.org/wiki/display/paxweb/WAR+Extender
- - "Once installed the war extender will watch over the bundles that get started / stopped.
- - Once your war bundle gets deployed and started, the war extender will parse your web.xml
- - and registers all elements with http service."
- - -->
- - <groupId>org.ops4j.pax.web</groupId>
- - <artifactId>pax-web-extender-war</artifactId>
- - <version>1.1.2</version>
- + <dependency><!-- Our PAX-JETTY service -->
- + <groupId>org.appdapter</groupId>
- + <artifactId>ext.bundle.jetty_osgi</artifactId>
- + <version>${appdapter.version}</version>
- <scope>runtime</scope>
- </dependency>
- - <dependency>
- - <!-- We do not use JSP technology, but apparently pax-web-jsp is needed, to resolve:
- - org.ops4j.pax.web.pax-web-jetty-bundle imports (package=org.eclipse.jdt.core.compiler)
- - -->
- - <groupId>org.ops4j.pax.web</groupId>
- - <artifactId>pax-web-jsp</artifactId>
- - <version>1.1.2</version>
- - <scope>runtime</scope>
- - </dependency>
- -
- - <dependency>
- - <!-- What exactly is this one doing for us? -->
- - <groupId>org.ops4j.pax.web</groupId>
- - <artifactId>pax-web-extender-whiteboard</artifactId>
- - <version>1.1.2</version>
- - <scope>runtime</scope>
- - </dependency>
- -
- -
- </dependencies>
- <!-- Only one edit from archetype boilerplate below this point, so far, to allow sun.misc. -->
- Index: maven/org.friendularity.bundle.demoserv.semrepo/pom.xml
- ===================================================================
- --- maven/org.friendularity.bundle.demoserv.semrepo/pom.xml (revision 577)
- +++ maven/org.friendularity.bundle.demoserv.semrepo/pom.xml (working copy)
- @@ -17,6 +17,33 @@
- <name>${project.artifactId} - OSGi</name>
- <properties>
- +
- + <com.hrkind.robot.connections>
- + robot01; 127.0.0.1,
- + robot02; 127.0.0.1,
- + avatar01; 127.0.0.1
- + </com.hrkind.robot.connections>
- +
- + <com.hrkind.demo.behavior.master.source>
- + sheetKey;0AmvzRRq-Hhz7dFVpSDFaaHhMWmVPRFl4RllXSHVxb2c,
- + namespaceSheetNumber;9,
- + directorySheetNumber;8,
- + workBookPath;GluePuma_HRKR25_TestFull_OnDisk.xlsx,
- + workBookNamespaceSheet;Nspc.csv,
- + workBookDirectorySheet;Dir.csv
- + </com.hrkind.demo.behavior.master.source>
- +
- + <com.hrkind.demo.behavior.master.source2>
- + sheetKey;0AlpQRNQ-L8QUdFh5YWswSzdYZFJMb1N6aEhJVWwtR3c,
- + namespaceSheetNumber;4,
- + directorySheetNumber;3,
- + workBookPath;GluePuma_BehavMasterDemo.xlsx,
- + workBookNamespaceSheet;Nspc.csv,
- + workBookDirectorySheet;Dir.csv
- + <!-- comment -->
- + </com.hrkind.demo.behavior.master.source2>
- +
- + <puma.boot.config.local></puma.boot.config.local>
- <!-- Important: Establish the Web URL, which is used in OSGi spec
- Web-ContextPath instruction far below, in maven-bundle-plugin.instructions
- @@ -25,11 +52,11 @@
- highly-visible web.contextPath variable.
- -->
- <web.contextPath>friendu_semrepo</web.contextPath>
- -
- <force-imports>
- org.joseki.servlets, org.joseki.http, org.joseki.validation, org.joseki, org.joseki.module, org.joseki.vocabulary, javax.servlet, javax.servlet.http,
- org.cogchar.app.puma.boot, org.cogchar.app.puma.config, org.cogchar.app.puma.web, org.cogchar.joswrap,org.cogchar.name.dir
- </force-imports>
- +
- </properties>
- <dependencies>
- @@ -39,38 +66,33 @@
- <version>1.4.0</version>
- <scope>provided</scope>
- </dependency>
- - <dependency>
- - <!-- This is a big honking hunk of code, but so far is working better than trying
- - to mix-and-match our own version of Jetty + PAX.
- - -->
- - <groupId>org.ops4j.pax.web</groupId>
- - <artifactId>pax-web-jetty-bundle</artifactId>
- - <version>1.1.2</version>
- - <scope>runtime</scope>
- - </dependency>
- - <dependency>
- - <!-- http://team.ops4j.org/wiki/display/paxweb/WAR+Extender
- - "Once installed the war extender will watch over the bundles that get started / stopped.
- - Once your war bundle gets deployed and started, the war extender will parse your web.xml
- - and registers all elements with http service."
- - -->
- +
- - <groupId>org.ops4j.pax.web</groupId>
- - <artifactId>pax-web-extender-war</artifactId>
- - <version>1.1.2</version>
- - <scope>runtime</scope>
- - </dependency>
- + <!--
- - <dependency>
- - <!-- We do not use JSP technology, but apparently pax-web-jsp is needed, to resolve:
- - org.ops4j.pax.web.pax-web-jetty-bundle imports (package=org.eclipse.jdt.core.compiler)
- - -->
- - <groupId>org.ops4j.pax.web</groupId>
- - <artifactId>pax-web-jsp</artifactId>
- - <version>1.1.2</version>
- - <scope>runtime</scope>
- - </dependency>
- +
- + <dependency>
- + <groupId>${project.groupId}</groupId>
- + <artifactId>org.friendularity.bundle.vworld.semrepo</artifactId>
- + <version>${project.version}</version>
- + </dependency>
- +
- + <dependency>
- + <groupId>com.hrkind</groupId>
- + <artifactId>com.hrkind.bundle.opengl.R50</artifactId>
- + <version>${tools.version}</version>
- + </dependency>
- +
- + -->
- +
- +
- + <dependency><!-- Our PAX-JETTY service -->
- + <groupId>org.appdapter</groupId>
- + <artifactId>ext.bundle.jetty_osgi</artifactId>
- + <version>${appdapter.version}</version>
- + <scope>runtime</scope>
- + </dependency>
- <!-- Our Lift-based webapp, which we expect PAX services above to find and launch to HTTP for us -->
- <dependency>
- @@ -77,15 +99,8 @@
- <groupId>${project.groupId}</groupId>
- <artifactId>org.friendularity.bundle.webapp.semrepo</artifactId>
- <version>${project.version}</version>
- - <scope>runtime</scope>
- </dependency>
- - <dependency>
- - <groupId>org.cogchar</groupId>
- - <artifactId>org.cogchar.bundle.bind.joseki</artifactId>
- - <version>${cogchar.version}</version>
- - <scope>compile</scope>
- - </dependency>
- <dependency>
- <groupId>org.cogchar</groupId>
- <artifactId>org.cogchar.bundle.bind.lift</artifactId>
- @@ -93,19 +108,24 @@
- <scope>provided</scope> <!-- *is* "provided" above by org.friendularity.bundle.webapp.semrepo at "runtime"-->
- </dependency>
- + <dependency>
- + <groupId>org.cogchar</groupId>
- + <artifactId>org.cogchar.bundle.bind.joseki</artifactId>
- + <version>${cogchar.version}</version>
- + <scope>compile</scope>
- + </dependency>
- - <!-- We want the same deps as CCRK, but not the full PUMA boot peformed by CCRK activator.
- - -->
- + <!--
- +
- <dependency>
- - <groupId>org.cogchar</groupId>
- - <artifactId>org.cogchar.bundle.app.puma</artifactId>
- - <version>${cogchar.version}</version>
- + <groupId>com.hrkind</groupId>
- + <artifactId>com.hrkind.demo.behavior.master</artifactId>
- + <version>${tools.version}</version>
- </dependency>
- - <!--
- <dependency>
- - <groupId>org.cogchar</groupId>
- - <artifactId>org.cogchar.bundle.render.resources</artifactId>
- - <version>${cogchar.version}</version>
- + <groupId>org.friendularity</groupId>
- + <artifactId>org.friendularity.bundle.demoapp.semrepo</artifactId>
- + <version>${friendularity.version}</version>
- </dependency>
- -->
- <!-- Note that o.f.project.root and o.f.modules.main must also have been built and avail in local repo,
- @@ -112,7 +132,7 @@
- in order for variables like "robokind.version" to resolve when applied *transitively*
- (The built main+root is not required to resolve the variables used directly in this pom;
- those are allowed to come from the source-tree poms).
- - -->
- +
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>org.friendularity.bundle.netconfig</artifactId>
- @@ -119,6 +139,7 @@
- <version>${project.version}</version>
- <scope>runtime</scope>
- </dependency>
- + -->
- </dependencies>
- <build>
- @@ -157,4 +178,69 @@
- </plugins>
- </build>
- + <profiles>
- + <profile>
- + <id>run-on-felix</id>
- + <dependencies>
- + <dependency>
- + <groupId>org.apache.felix</groupId>
- + <artifactId>org.apache.felix.main</artifactId>
- + <version>4.2.1</version>
- + <scope>provided</scope>
- + </dependency>
- + <!-- org.apache.felix:org.apache.felix.gogo.shell:0.6.1 useless from Maven since stdin is swallowed -->
- + </dependencies>
- + <build>
- + <plugins>
- + <plugin>
- + <groupId>org.apache.maven.plugins</groupId>
- + <artifactId>maven-antrun-plugin</artifactId>
- + <version>1.6</version>
- + <configuration>
- + <target>
- + <!-- HRK custom : Note the log4j.debug flag -->
- + <property name="vm.args" value="-Dlog4j.debug -XX:MaxPermSize=1G" />
- + <property name="vm.localargs" value="" />
- + <pathconvert property="plugins.jars" pathsep="${path.separator}">
- + <path refid="maven.runtime.classpath" />
- + <map from="${project.build.directory}${file.separator}classes" to="" />
- + </pathconvert>
- + <makeurl property="urls" separator=" ">
- + <path path="${plugins.jars}" />
- + <path location="${project.build.directory}/${project.build.finalName}.jar" />
- + </makeurl>
- + <propertyfile file="${project.build.directory}/run.properties">
- + <entry key="felix.auto.start" value="${urls}" />
- + <entry key="felix.auto.deploy.action" value="uninstall,install,update,start" />
- + <entry key="org.osgi.framework.storage" value="${project.build.directory}${file.separator}felix-cache" />
- + <entry key="org.osgi.framework.bootdelegation" value="*" />
- + <!-- HRK Customization: Allow sun.misc package to be used by LWJGL under OSGi -->
- + <!-- org.w3c.dom.* are missing from default.properties in felix 4.2.1, they are present in 3.0.7 -->
- + <entry key="org.osgi.framework.system.packages.extra"
- + value="sun.misc,
- + org.w3c.dom.css,
- + org.w3c.dom.html,
- + org.w3c.dom.stylesheets,
- + org.w3c.dom.traversal,
- + org.w3c.dom.ranges,
- + org.w3c.dom.views,
- + org.w3c.dom.xpath" />
- + </propertyfile>
- + <makeurl property="run.properties.url" file="${project.build.directory}/run.properties" />
- + <java fork="true" jar="${maven.dependency.org.apache.felix.org.apache.felix.main.jar.path}">
- + <sysproperty key="felix.config.properties" value="${run.properties.url}" />
- + <sysproperty key="puma.boot.config.local" value="${puma.boot.config.local}" />
- + <sysproperty key="behavior.master.type" value="${behavior.master.type}" />
- + <jvmarg line="${vm.args} ${vm.localargs}" />
- + </java>
- + </target>
- + </configuration>
- + </plugin>
- + </plugins>
- + </build>
- + </profile>
- + </profiles>
- </project>
- Index: maven/org.friendularity.bundle.demoserv.semrepo/src/main/java/org/friendularity/bundle/demoserv/semrepo/Activator.java
- ===================================================================
- --- maven/org.friendularity.bundle.demoserv.semrepo/src/main/java/org/friendularity/bundle/demoserv/semrepo/Activator.java (revision 577)
- +++ maven/org.friendularity.bundle.demoserv.semrepo/src/main/java/org/friendularity/bundle/demoserv/semrepo/Activator.java (working copy)
- @@ -1,20 +1,19 @@
- package org.friendularity.bundle.demoserv.semrepo;
- +import org.appdapter.core.matdat.OnlineSheetRepoSpec;
- +import org.appdapter.core.matdat.RepoSpec;
- import org.appdapter.core.name.FreeIdent;
- import org.appdapter.core.name.Ident;
- import org.appdapter.osgi.core.BundleActivatorBase;
- -import org.appdapter.core.matdat.OnlineSheetRepoSpec;
- -import org.appdapter.core.matdat.RepoSpec;
- import org.cogchar.app.puma.boot.PumaAppContext;
- +import org.cogchar.app.puma.config.PumaContextMediator;
- import org.cogchar.app.puma.web.PumaWebMapper;
- -import org.cogchar.app.puma.config.PumaContextMediator;
- +import org.cogchar.joswrap.RepoUpdateCallbackAdapter;
- +import org.cogchar.name.dir.NamespaceDir;
- import org.osgi.framework.BundleContext;
- +
- import com.hp.hpl.jena.query.Dataset;
- -import org.cogchar.joswrap.RepoUpdateCallbackAdapter;
- -import org.cogchar.name.dir.NamespaceDir;
- -import org.joseki.processors.ProcessorBase;
- -
- public class Activator extends BundleActivatorBase {
- public static Dataset theMainConfigDataset;
- Index: maven/org.friendularity.bundle.gaze/pom.xml
- ===================================================================
- --- maven/org.friendularity.bundle.gaze/pom.xml (revision 577)
- +++ maven/org.friendularity.bundle.gaze/pom.xml (working copy)
- @@ -39,7 +39,7 @@
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.core</artifactId>
- - <version>4.3.0</version>
- + <version>${osgi.core.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- Index: maven/org.friendularity.bundle.lifter/pom.xml
- ===================================================================
- --- maven/org.friendularity.bundle.lifter/pom.xml (revision 577)
- +++ maven/org.friendularity.bundle.lifter/pom.xml (working copy)
- @@ -1,4 +1,3 @@
- -
- <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- @@ -22,35 +21,14 @@
- <version>1.4.0</version>
- <scope>provided</scope>
- </dependency>
- - <dependency>
- - <!-- This is a big honking hunk of code, but so far is working better than trying
- - to mix-and-match our own version of Jetty + PAX.
- - -->
- - <groupId>org.ops4j.pax.web</groupId>
- - <artifactId>pax-web-jetty-bundle</artifactId>
- - <version>1.1.2</version>
- - </dependency>
- + <!-- Our PAX-JETTY service -->
- <dependency>
- - <!-- http://team.ops4j.org/wiki/display/paxweb/WAR+Extender
- - "Once installed the war extender will watch over the bundles that get started / stopped.
- - Once your war bundle gets deployed and started, the war extender will parse your web.xml
- - and registers all elements with http service."
- - -->
- - <groupId>org.ops4j.pax.web</groupId>
- - <artifactId>pax-web-extender-war</artifactId>
- - <version>1.1.2</version>
- + <groupId>org.appdapter</groupId>
- + <artifactId>ext.bundle.jetty_osgi</artifactId>
- + <version>${appdapter.version}</version>
- + <scope>runtime</scope>
- </dependency>
- -
- - <dependency>
- - <!-- We do not use JSP technology, but apparently pax-web-jsp is needed, to resolve:
- - org.ops4j.pax.web.pax-web-jetty-bundle imports (package=org.eclipse.jdt.core.compiler)
- - -->
- - <groupId>org.ops4j.pax.web</groupId>
- - <artifactId>pax-web-jsp</artifactId>
- - <version>1.1.2</version>
- - </dependency>
- -
- <dependency>
- <!-- Our Lift-based webapp, which we expect PAX services above to find and launch to HTTP for us -->
- @@ -147,169 +125,6 @@
- </executions>
- </plugin>
- </plugins>
- - <pluginManagement>
- - <plugins>
- - <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
- - <plugin>
- - <groupId>org.eclipse.m2e</groupId>
- - <artifactId>lifecycle-mapping</artifactId>
- - <version>1.0.0</version>
- - <configuration>
- - <lifecycleMappingMetadata>
- - <pluginExecutions>
- - <pluginExecution>
- - <pluginExecutionFilter>
- - <groupId>
- - org.apache.maven.plugins
- - </groupId>
- - <artifactId>
- - maven-antrun-plugin
- - </artifactId>
- - <versionRange>
- - [1.3,)
- - </versionRange>
- - <goals>
- - <goal>run</goal>
- - </goals>
- - </pluginExecutionFilter>
- - <action>
- - <ignore />
- - </action>
- - </pluginExecution>
- - </pluginExecutions>
- - </lifecycleMappingMetadata>
- - </configuration>
- - </plugin>
- - </plugins>
- - </pluginManagement>
- </build>
- - <profiles>
- - <profile>
- - <id>build-for-felix</id>
- - <dependencies>
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.main</artifactId>
- - <version>4.2.1</version>
- - <scope>provided</scope>
- - </dependency>
- - <!-- To include a shell:
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.gogo.shell</artifactId>
- - <version>0.6.1</version>
- - </dependency>
- - -->
- - </dependencies>
- - <build>
- - <plugins>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-antrun-plugin</artifactId>
- - <version>1.6</version>
- - <executions>
- - <execution>
- - <id>compile</id>
- - <phase>package</phase>
- - <goals>
- - <goal>run</goal>
- - </goals>
- - <configuration>
- - <target>
- - <pathconvert property="plugins.jars" pathsep="${path.separator}">
- - <path refid="maven.runtime.classpath" />
- - <map from="${project.build.directory}${file.separator}classes" to="" />
- - </pathconvert>
- - <pathconvert pathsep=" " property="bundles">
- - <path path="${plugins.jars}" />
- - <mapper>
- - <chainedmapper>
- - <flattenmapper />
- - <globmapper from="*" to="file:modules/*" casesensitive="no" />
- - </chainedmapper>
- - </mapper>
- - </pathconvert>
- - <propertyfile file="${project.build.directory}/config.properties">
- - <entry key="felix.auto.start" value="${bundles} file:modules/${project.build.finalName}.jar" />
- - <entry key="org.osgi.framework.bootdelegation" value="*" />
- - </propertyfile>
- - <copy file="${maven.dependency.org.apache.felix.org.apache.felix.main.jar.path}" tofile="${project.build.directory}/felix.jar" />
- - </target>
- - </configuration>
- - </execution>
- - </executions>
- - </plugin>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-assembly-plugin</artifactId>
- - <version>2.2</version>
- - <executions>
- - <execution>
- - <id>create-executable-jar</id>
- - <phase>package</phase>
- - <goals>
- - <goal>single</goal>
- - </goals>
- - <configuration>
- - <descriptors>
- - <descriptor>${basedir}/src/main/assembly/felix.xml</descriptor>
- - </descriptors>
- - <finalName>${project.build.finalName}</finalName>
- - </configuration>
- - </execution>
- - </executions>
- - </plugin>
- - </plugins>
- - </build>
- - </profile>
- - <profile>
- - <id>run-on-felix</id>
- - <dependencies>
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.main</artifactId>
- - <version>4.2.1</version>
- - <scope>provided</scope>
- - </dependency>
- - <!-- org.apache.felix:org.apache.felix.gogo.shell:0.6.1 useless from Maven since stdin is swallowed -->
- - </dependencies>
- - <build>
- - <plugins>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-antrun-plugin</artifactId>
- - <version>1.6</version>
- - <configuration>
- - <target>
- - <property name="vm.args" value="" />
- - <pathconvert property="plugins.jars" pathsep="${path.separator}">
- - <path refid="maven.runtime.classpath" />
- - <map from="${project.build.directory}${file.separator}classes" to="" />
- - </pathconvert>
- - <makeurl property="urls" separator=" ">
- - <path path="${plugins.jars}" />
- - <path location="${project.build.directory}/${project.build.finalName}.jar" />
- - </makeurl>
- - <propertyfile file="${project.build.directory}/run.properties">
- - <entry key="felix.auto.start" value="${urls}" />
- - <entry key="felix.auto.deploy.action" value="uninstall,install,update,start" />
- - <entry key="org.osgi.framework.storage" value="${project.build.directory}${file.separator}felix-cache" />
- - <entry key="org.osgi.framework.bootdelegation" value="*" />
- - <!-- Allow sun.misc package to be used by LWJGL -->
- - <!-- org.w3c.dom.* are missing from default.properties in felix 4.2.1, they are present in 3.0.7 -->
- - <entry key="org.osgi.framework.system.packages.extra" value="sun.misc, org.w3c.dom.css, org.w3c.dom.html, org.w3c.dom.stylesheets, org.w3c.dom.traversal, org.w3c.dom.ranges, org.w3c.dom.views, org.w3c.dom.xpath" />
- - </propertyfile>
- - <makeurl property="run.properties.url" file="${project.build.directory}/run.properties" />
- - <java fork="true" jar="${maven.dependency.org.apache.felix.org.apache.felix.main.jar.path}">
- - <sysproperty key="felix.config.properties" value="${run.properties.url}" />
- - <jvmarg line="${vm.args}" />
- - </java>
- - </target>
- - </configuration>
- - </plugin>
- - </plugins>
- - </build>
- - </profile>
- - </profiles>
- </project>
- Index: maven/org.friendularity.bundle.messagemonitor/pom.xml
- ===================================================================
- --- maven/org.friendularity.bundle.messagemonitor/pom.xml (revision 577)
- +++ maven/org.friendularity.bundle.messagemonitor/pom.xml (working copy)
- @@ -16,7 +16,7 @@
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.core</artifactId>
- - <version>4.3.1</version>
- + <version>${osgi.core.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- @@ -97,130 +97,4 @@
- </plugin>
- </plugins>
- </build>
- -
- - <profiles>
- - <profile>
- - <id>build-for-felix</id>
- - <dependencies>
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.main</artifactId>
- - <version>4.0.3</version>
- - <scope>provided</scope>
- - </dependency>
- - <!-- To include a shell:
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.gogo.shell</artifactId>
- - <version>0.10.0</version>
- - </dependency>
- - -->
- - </dependencies>
- - <build>
- - <plugins>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-antrun-plugin</artifactId>
- - <version>1.7</version>
- - <executions>
- - <execution>
- - <id>compile</id>
- - <phase>package</phase>
- - <goals>
- - <goal>run</goal>
- - </goals>
- - <configuration>
- - <target>
- - <pathconvert property="plugins.jars" pathsep="${path.separator}">
- - <path refid="maven.runtime.classpath" />
- - <map from="${project.build.directory}${file.separator}classes" to="" />
- - </pathconvert>
- - <pathconvert pathsep=" " property="bundles">
- - <path path="${plugins.jars}" />
- - <mapper>
- - <chainedmapper>
- - <flattenmapper />
- - <globmapper from="*" to="file:modules/*" casesensitive="no" />
- - </chainedmapper>
- - </mapper>
- - </pathconvert>
- - <propertyfile file="${project.build.directory}/config.properties">
- - <entry key="felix.auto.start" value="${bundles} file:modules/${project.build.finalName}.jar" />
- - <entry key="org.osgi.framework.bootdelegation" value="*" />
- - </propertyfile>
- - <copy file="${maven.dependency.org.apache.felix.org.apache.felix.main.jar.path}" tofile="${project.build.directory}/felix.jar" />
- - </target>
- - </configuration>
- - </execution>
- - </executions>
- - </plugin>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-assembly-plugin</artifactId>
- - <version>2.3</version>
- - <executions>
- - <execution>
- - <id>create-executable-jar</id>
- - <phase>package</phase>
- - <goals>
- - <goal>single</goal>
- - </goals>
- - <configuration>
- - <descriptors>
- - <descriptor>${basedir}/src/main/assembly/felix.xml</descriptor>
- - </descriptors>
- - <finalName>${project.build.finalName}</finalName>
- - </configuration>
- - </execution>
- - </executions>
- - </plugin>
- - </plugins>
- - </build>
- - </profile>
- - <profile>
- - <id>run-on-felix</id>
- - <dependencies>
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.main</artifactId>
- - <version>4.0.3</version>
- - <scope>provided</scope>
- - </dependency>
- - <!-- org.apache.felix:org.apache.felix.gogo.shell:0.6.1 useless from Maven since stdin is swallowed -->
- - </dependencies>
- - <build>
- - <plugins>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-antrun-plugin</artifactId>
- - <version>1.7</version>
- - <configuration>
- - <target>
- - <property name="vm.args" value="" />
- - <pathconvert property="plugins.jars" pathsep="${path.separator}">
- - <path refid="maven.runtime.classpath" />
- - <map from="${project.build.directory}${file.separator}classes" to="" />
- - </pathconvert>
- - <makeurl property="urls" separator=" ">
- - <path path="${plugins.jars}" />
- - <path location="${project.build.directory}/${project.build.finalName}.jar" />
- - </makeurl>
- - <propertyfile file="${project.build.directory}/run.properties">
- - <entry key="felix.auto.start" value="${urls}" />
- - <entry key="felix.auto.deploy.action" value="uninstall,install,update,start" />
- - <entry key="org.osgi.framework.storage" value="${project.build.directory}${file.separator}felix-cache" />
- - <entry key="org.osgi.framework.bootdelegation" value="*" />
- - </propertyfile>
- - <makeurl property="run.properties.url" file="${project.build.directory}/run.properties" />
- - <java fork="true" jar="${maven.dependency.org.apache.felix.org.apache.felix.main.jar.path}">
- - <sysproperty key="felix.config.properties" value="${run.properties.url}" />
- - <jvmarg line="${vm.args}" />
- - </java>
- - </target>
- - </configuration>
- - </plugin>
- - </plugins>
- - </build>
- - </profile>
- - </profiles>
- </project>
- Index: maven/org.friendularity.bundle.messageplayer/pom.xml
- ===================================================================
- --- maven/org.friendularity.bundle.messageplayer/pom.xml (revision 577)
- +++ maven/org.friendularity.bundle.messageplayer/pom.xml (working copy)
- @@ -16,7 +16,7 @@
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.core</artifactId>
- - <version>4.3.0</version>
- + <version>${osgi.core.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- @@ -98,129 +98,4 @@
- </plugins>
- </build>
- - <profiles>
- - <profile>
- - <id>build-for-felix</id>
- - <dependencies>
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.main</artifactId>
- - <version>4.0.3</version>
- - <scope>provided</scope>
- - </dependency>
- - <!-- To include a shell:
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.gogo.shell</artifactId>
- - <version>0.10.0</version>
- - </dependency>
- - -->
- - </dependencies>
- - <build>
- - <plugins>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-antrun-plugin</artifactId>
- - <version>1.7</version>
- - <executions>
- - <execution>
- - <id>compile</id>
- - <phase>package</phase>
- - <goals>
- - <goal>run</goal>
- - </goals>
- - <configuration>
- - <target>
- - <pathconvert property="plugins.jars" pathsep="${path.separator}">
- - <path refid="maven.runtime.classpath" />
- - <map from="${project.build.directory}${file.separator}classes" to="" />
- - </pathconvert>
- - <pathconvert pathsep=" " property="bundles">
- - <path path="${plugins.jars}" />
- - <mapper>
- - <chainedmapper>
- - <flattenmapper />
- - <globmapper from="*" to="file:modules/*" casesensitive="no" />
- - </chainedmapper>
- - </mapper>
- - </pathconvert>
- - <propertyfile file="${project.build.directory}/config.properties">
- - <entry key="felix.auto.start" value="${bundles} file:modules/${project.build.finalName}.jar" />
- - <entry key="org.osgi.framework.bootdelegation" value="*" />
- - </propertyfile>
- - <copy file="${maven.dependency.org.apache.felix.org.apache.felix.main.jar.path}" tofile="${project.build.directory}/felix.jar" />
- - </target>
- - </configuration>
- - </execution>
- - </executions>
- - </plugin>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-assembly-plugin</artifactId>
- - <version>2.3</version>
- - <executions>
- - <execution>
- - <id>create-executable-jar</id>
- - <phase>package</phase>
- - <goals>
- - <goal>single</goal>
- - </goals>
- - <configuration>
- - <descriptors>
- - <descriptor>${basedir}/src/main/assembly/felix.xml</descriptor>
- - </descriptors>
- - <finalName>${project.build.finalName}</finalName>
- - </configuration>
- - </execution>
- - </executions>
- - </plugin>
- - </plugins>
- - </build>
- - </profile>
- - <profile>
- - <id>run-on-felix</id>
- - <dependencies>
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.main</artifactId>
- - <version>4.0.3</version>
- - <scope>provided</scope>
- - </dependency>
- - <!-- org.apache.felix:org.apache.felix.gogo.shell:0.6.1 useless from Maven since stdin is swallowed -->
- - </dependencies>
- - <build>
- - <plugins>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-antrun-plugin</artifactId>
- - <version>1.7</version>
- - <configuration>
- - <target>
- - <property name="vm.args" value="" />
- - <pathconvert property="plugins.jars" pathsep="${path.separator}">
- - <path refid="maven.runtime.classpath" />
- - <map from="${project.build.directory}${file.separator}classes" to="" />
- - </pathconvert>
- - <makeurl property="urls" separator=" ">
- - <path path="${plugins.jars}" />
- - <path location="${project.build.directory}/${project.build.finalName}.jar" />
- - </makeurl>
- - <propertyfile file="${project.build.directory}/run.properties">
- - <entry key="felix.auto.start" value="${urls}" />
- - <entry key="felix.auto.deploy.action" value="uninstall,install,update,start" />
- - <entry key="org.osgi.framework.storage" value="${project.build.directory}${file.separator}felix-cache" />
- - <entry key="org.osgi.framework.bootdelegation" value="*" />
- - </propertyfile>
- - <makeurl property="run.properties.url" file="${project.build.directory}/run.properties" />
- - <java fork="true" jar="${maven.dependency.org.apache.felix.org.apache.felix.main.jar.path}">
- - <sysproperty key="felix.config.properties" value="${run.properties.url}" />
- - <jvmarg line="${vm.args}" />
- - </java>
- - </target>
- - </configuration>
- - </plugin>
- - </plugins>
- - </build>
- - </profile>
- - </profiles>
- </project>
- Index: maven/org.friendularity.bundle.repo/pom.xml
- ===================================================================
- --- maven/org.friendularity.bundle.repo/pom.xml (revision 577)
- +++ maven/org.friendularity.bundle.repo/pom.xml (working copy)
- @@ -38,35 +38,13 @@
- <version>1.4.0</version>
- <scope>provided</scope>
- </dependency>
- - <dependency>
- - <!-- This is a big honking hunk of code, but so far is working better than trying
- - to mix-and-match our own version of Jetty + PAX.
- - -->
- - <groupId>org.ops4j.pax.web</groupId>
- - <artifactId>pax-web-jetty-bundle</artifactId>
- - <version>1.1.2</version>
- - <scope>runtime</scope>
- - </dependency>
- - <dependency>
- - <!-- http://team.ops4j.org/wiki/display/paxweb/WAR+Extender
- - "Once installed the war extender will watch over the bundles that get started / stopped.
- - Once your war bundle gets deployed and started, the war extender will parse your web.xml
- - and registers all elements with http service."
- - -->
- - <groupId>org.ops4j.pax.web</groupId>
- - <artifactId>pax-web-extender-war</artifactId>
- - <version>1.1.2</version>
- - <scope>runtime</scope>
- - </dependency>
- + <!-- Our PAX-JETTY service -->
- <dependency>
- - <!-- We do not use JSP technology, but apparently pax-web-jsp is needed, to resolve:
- - org.ops4j.pax.web.pax-web-jetty-bundle imports (package=org.eclipse.jdt.core.compiler)
- - -->
- - <groupId>org.ops4j.pax.web</groupId>
- - <artifactId>pax-web-jsp</artifactId>
- - <version>1.1.2</version>
- + <groupId>org.appdapter</groupId>
- + <artifactId>ext.bundle.jetty_osgi</artifactId>
- + <version>${appdapter.version}</version>
- <scope>runtime</scope>
- </dependency>
- Index: maven/org.friendularity.bundle.speechtiming/pom.xml
- ===================================================================
- --- maven/org.friendularity.bundle.speechtiming/pom.xml (revision 577)
- +++ maven/org.friendularity.bundle.speechtiming/pom.xml (working copy)
- @@ -11,7 +11,7 @@
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- - <robokind.version>0.9.0</robokind.version>
- + <robokind.version>0.9.4-SNAPSHOT</robokind.version>
- </properties>
- <dependencies>
- Index: maven/org.friendularity.bundle.test.facedetect.r50/pom.xml
- ===================================================================
- --- maven/org.friendularity.bundle.test.facedetect.r50/pom.xml (revision 577)
- +++ maven/org.friendularity.bundle.test.facedetect.r50/pom.xml (working copy)
- @@ -24,7 +24,7 @@
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.core</artifactId>
- - <version>4.3.0</version>
- + <version>${osgi.core.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- @@ -58,90 +58,12 @@
- <profiles>
- <profile>
- - <id>build-for-felix</id>
- - <dependencies>
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.main</artifactId>
- - <version>4.0.3</version>
- - <scope>provided</scope>
- - </dependency>
- - <!-- To include a shell:
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.gogo.shell</artifactId>
- - <version>0.10.0</version>
- - </dependency>
- - -->
- - </dependencies>
- - <build>
- - <plugins>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-antrun-plugin</artifactId>
- - <version>1.7</version>
- - <executions>
- - <execution>
- - <id>compile</id>
- - <phase>package</phase>
- - <goals>
- - <goal>run</goal>
- - </goals>
- - <configuration>
- - <target>
- - <pathconvert property="plugins.jars" pathsep="${path.separator}">
- - <path refid="maven.runtime.classpath" />
- - <map from="${project.build.directory}${file.separator}classes" to="" />
- - </pathconvert>
- - <pathconvert pathsep=" " property="bundles">
- - <path path="${plugins.jars}" />
- - <mapper>
- - <chainedmapper>
- - <flattenmapper />
- - <globmapper from="*" to="file:modules/*" casesensitive="no" />
- - </chainedmapper>
- - </mapper>
- - </pathconvert>
- - <propertyfile file="${project.build.directory}/config.properties">
- - <entry key="felix.auto.start" value="${bundles} file:modules/${project.build.finalName}.jar" />
- - <entry key="org.osgi.framework.bootdelegation" value="*" />
- - </propertyfile>
- - <copy file="${maven.dependency.org.apache.felix.org.apache.felix.main.jar.path}" tofile="${project.build.directory}/felix.jar" />
- - </target>
- - </configuration>
- - </execution>
- - </executions>
- - </plugin>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-assembly-plugin</artifactId>
- - <version>2.3</version>
- - <executions>
- - <execution>
- - <id>create-executable-jar</id>
- - <phase>package</phase>
- - <goals>
- - <goal>single</goal>
- - </goals>
- - <configuration>
- - <descriptors>
- - <descriptor>${basedir}/src/main/assembly/felix.xml</descriptor>
- - </descriptors>
- - <finalName>${project.build.finalName}</finalName>
- - </configuration>
- - </execution>
- - </executions>
- - </plugin>
- - </plugins>
- - </build>
- - </profile>
- - <profile>
- <id>run-on-felix</id>
- <dependencies>
- <dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.main</artifactId>
- - <version>4.0.3</version>
- + <version>4.2.1</version>
- <scope>provided</scope>
- </dependency>
- <!-- org.apache.felix:org.apache.felix.gogo.shell:0.6.1 useless from Maven since stdin is swallowed -->
- Index: maven/org.friendularity.bundle.test.felix/pom.xml
- ===================================================================
- --- maven/org.friendularity.bundle.test.felix/pom.xml (revision 577)
- +++ maven/org.friendularity.bundle.test.felix/pom.xml (working copy)
- @@ -18,7 +18,7 @@
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.core</artifactId>
- - <version>4.3.0</version>
- + <version>${osgi.core.version}</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
- @@ -39,130 +39,4 @@
- </plugin>
- </plugins>
- </build>
- -
- - <profiles>
- - <profile>
- - <id>build-for-felix</id>
- - <dependencies>
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.main</artifactId>
- - <version>4.0.3</version>
- - <scope>provided</scope>
- - </dependency>
- - <!-- To include a shell:
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.gogo.shell</artifactId>
- - <version>0.10.0</version>
- - </dependency>
- - -->
- - </dependencies>
- - <build>
- - <plugins>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-antrun-plugin</artifactId>
- - <version>1.7</version>
- - <executions>
- - <execution>
- - <id>compile</id>
- - <phase>package</phase>
- - <goals>
- - <goal>run</goal>
- - </goals>
- - <configuration>
- - <target>
- - <pathconvert property="plugins.jars" pathsep="${path.separator}">
- - <path refid="maven.runtime.classpath"/>
- - <map from="${project.build.directory}${file.separator}classes" to=""/>
- - </pathconvert>
- - <pathconvert pathsep=" " property="bundles">
- - <path path="${plugins.jars}"/>
- - <mapper>
- - <chainedmapper>
- - <flattenmapper/>
- - <globmapper from="*" to="file:modules/*" casesensitive="no"/>
- - </chainedmapper>
- - </mapper>
- - </pathconvert>
- - <propertyfile file="${project.build.directory}/config.properties">
- - <entry key="felix.auto.start" value="${bundles} file:modules/${project.build.finalName}.jar"/>
- - <entry key="org.osgi.framework.bootdelegation" value="*"/>
- - </propertyfile>
- - <copy file="${maven.dependency.org.apache.felix.org.apache.felix.main.jar.path}" tofile="${project.build.directory}/felix.jar"/>
- - </target>
- - </configuration>
- - </execution>
- - </executions>
- - </plugin>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-assembly-plugin</artifactId>
- - <version>2.3</version>
- - <executions>
- - <execution>
- - <id>create-executable-jar</id>
- - <phase>package</phase>
- - <goals>
- - <goal>single</goal>
- - </goals>
- - <configuration>
- - <descriptors>
- - <descriptor>${basedir}/src/main/assembly/felix.xml</descriptor>
- - </descriptors>
- - <finalName>${project.build.finalName}</finalName>
- - </configuration>
- - </execution>
- - </executions>
- - </plugin>
- - </plugins>
- - </build>
- - </profile>
- - <profile>
- - <id>run-on-felix</id>
- - <dependencies>
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.main</artifactId>
- - <version>4.0.3</version>
- - <scope>provided</scope>
- - </dependency>
- - <!-- org.apache.felix:org.apache.felix.gogo.shell:0.6.1 useless from Maven since stdin is swallowed -->
- - </dependencies>
- - <build>
- - <plugins>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-antrun-plugin</artifactId>
- - <version>1.7</version>
- - <configuration>
- - <target>
- - <property name="vm.args" value=""/>
- - <pathconvert property="plugins.jars" pathsep="${path.separator}">
- - <path refid="maven.runtime.classpath"/>
- - <map from="${project.build.directory}${file.separator}classes" to=""/>
- - </pathconvert>
- - <makeurl property="urls" separator=" ">
- - <path path="${plugins.jars}"/>
- - <path location="${project.build.directory}/${project.build.finalName}.jar"/>
- - </makeurl>
- - <propertyfile file="${project.build.directory}/run.properties">
- - <entry key="felix.auto.start" value="${urls}"/>
- - <entry key="felix.auto.deploy.action" value="uninstall,install,update,start"/>
- - <entry key="org.osgi.framework.storage" value="${project.build.directory}${file.separator}felix-cache"/>
- - <entry key="org.osgi.framework.bootdelegation" value="*"/>
- - </propertyfile>
- - <makeurl property="run.properties.url" file="${project.build.directory}/run.properties"/>
- - <java fork="true" jar="${maven.dependency.org.apache.felix.org.apache.felix.main.jar.path}">
- - <sysproperty key="felix.config.properties" value="${run.properties.url}"/>
- - <jvmarg line="${vm.args}"/>
- - </java>
- - </target>
- - </configuration>
- - </plugin>
- - </plugins>
- - </build>
- - </profile>
- - </profiles>
- </project>
- Index: maven/org.friendularity.connection/pom.xml
- ===================================================================
- --- maven/org.friendularity.connection/pom.xml (revision 577)
- +++ maven/org.friendularity.connection/pom.xml (working copy)
- @@ -33,6 +33,12 @@
- <artifactId>org.friendularity.spec.connection</artifactId>
- <groupId>org.friendularity</groupId>
- <version>${project.version}</version>
- + <exclusions>
- + <exclusion>
- + <artifactId>servlet-api</artifactId>
- + <groupId>org.mortbay.jetty</groupId>
- + </exclusion>
- + </exclusions>
- </dependency>
- <dependency>
- <groupId>org.rwshop</groupId>
- Index: maven/org.friendularity.demo.lifecycles/pom.xml
- ===================================================================
- --- maven/org.friendularity.demo.lifecycles/pom.xml (revision 577)
- +++ maven/org.friendularity.demo.lifecycles/pom.xml (working copy)
- @@ -13,33 +13,6 @@
- <name>${project.artifactId} - OSGi Bundle</name>
- - <properties>
- - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- -<!--
- -
- - If this fails....
- -
- - <robokind.version>0.9.2</robokind.version>
- - <rwshop.version>0.9.2</rwshop.version>
- - <jflux.version>0.1.6</jflux.version>
- -
- -or
- -
- - try this once... (Then switch back to the above for daily use)
- -
- - <robokind.version>0.9.0</robokind.version>
- - <rwshop.version>0.9.0</rwshop.version>
- - <jflux.version>0.1.5</jflux.version>
- -
- -
- -
- --->
- - <robokind.version>0.9.3</robokind.version>
- - <rwshop.version>0.9.3</rwshop.version>
- - <jflux.version>0.1.7</jflux.version>
- -
- - </properties>
- -
- <repositories>
- <repository>
- <id>sonatype-public</id>
- @@ -80,11 +53,23 @@
- <groupId>org.jflux</groupId>
- <artifactId>org.jflux.api.services</artifactId>
- <version>${jflux.version}</version>
- + <exclusions>
- + <exclusion>
- + <artifactId>servlet-api</artifactId>
- + <groupId>org.mortbay.jetty</groupId>
- + </exclusion>
- + </exclusions>
- </dependency>
- <dependency>
- <groupId>org.jflux</groupId>
- <artifactId>org.jflux.impl.registry.osgi</artifactId>
- <version>${jflux.version}</version>
- + <exclusions>
- + <exclusion>
- + <artifactId>servlet-api</artifactId>
- + <groupId>org.mortbay.jetty</groupId>
- + </exclusion>
- + </exclusions>
- </dependency>
- </dependencies>
- @@ -112,7 +97,7 @@
- <dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.main</artifactId>
- - <version>4.0.3</version>
- + <version>4.2.1</version>
- <scope>provided</scope>
- </dependency>
- <!-- To include a shell:
- @@ -190,7 +175,7 @@
- <dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.main</artifactId>
- - <version>4.0.3</version>
- + <version>4.2.1</version>
- <scope>provided</scope>
- </dependency>
- <!-- org.apache.felix:org.apache.felix.gogo.shell:0.6.1 useless from Maven since stdin is swallowed -->
- Index: maven/org.friendularity.demo.lifter/pom.xml
- ===================================================================
- --- maven/org.friendularity.demo.lifter/pom.xml (revision 577)
- +++ maven/org.friendularity.demo.lifter/pom.xml (working copy)
- @@ -6,7 +6,7 @@
- <parent>
- <groupId>org.friendularity</groupId>
- <artifactId>org.friendularity.modules.main</artifactId>
- - <version>1.0.0-SNAPSHOT</version>
- + <version>1.0.2-SNAPSHOT</version>
- <relativePath>../org.friendularity.modules.main/pom.xml</relativePath>
- </parent>
- @@ -22,6 +22,36 @@
- <groupId>net.liftweb</groupId>
- <artifactId>lift-mapper_2.10</artifactId>
- <version>2.5.1</version>
- + <exclusions>
- + <exclusion>
- + <groupId>org.specs2</groupId>
- + <artifactId>specs2_2.10</artifactId>
- + </exclusion>
- + <exclusion>
- + <groupId>org.scalacheck</groupId>
- + <artifactId>scalacheck_2.10</artifactId>
- + </exclusion>
- + <exclusion>
- + <groupId>org.scala-lang</groupId>
- + <artifactId>scala-library</artifactId>
- + </exclusion>
- + <exclusion>
- + <groupId>org.scala-lang</groupId>
- + <artifactId>scalap</artifactId>
- + </exclusion>
- + <exclusion>
- + <groupId>org.scala-lang</groupId>
- + <artifactId>scala-compiler</artifactId>
- + </exclusion>
- + <exclusion>
- + <groupId>org.scala-lang</groupId>
- + <artifactId>scala-actors</artifactId>
- + </exclusion>
- + <exclusion>
- + <groupId>org.slf4j</groupId>
- + <artifactId>slf4j-api</artifactId>
- + </exclusion>
- + </exclusions>
- </dependency>
- <dependency>
- <groupId>ch.qos.logback</groupId>
- @@ -51,6 +81,36 @@
- <artifactId>specs_2.10</artifactId>
- <version>1.6.9</version>
- <scope>test</scope>
- + <exclusions>
- + <exclusion>
- + <groupId>org.specs2</groupId>
- + <artifactId>specs2_2.10</artifactId>
- + </exclusion>
- + <exclusion>
- + <groupId>org.scalacheck</groupId>
- + <artifactId>scalacheck_2.10</artifactId>
- + </exclusion>
- + <exclusion>
- + <groupId>org.scala-lang</groupId>
- + <artifactId>scala-library</artifactId>
- + </exclusion>
- + <exclusion>
- + <groupId>org.scala-lang</groupId>
- + <artifactId>scalap</artifactId>
- + </exclusion>
- + <exclusion>
- + <groupId>org.scala-lang</groupId>
- + <artifactId>scala-compiler</artifactId>
- + </exclusion>
- + <exclusion>
- + <groupId>org.scala-lang</groupId>
- + <artifactId>scala-actors</artifactId>
- + </exclusion>
- + <exclusion>
- + <groupId>org.slf4j</groupId>
- + <artifactId>slf4j-api</artifactId>
- + </exclusion>
- + </exclusions>
- </dependency>
- <dependency>
- <groupId>org.mortbay.jetty</groupId>
- @@ -167,24 +227,6 @@
- <downloadSources>true</downloadSources>
- </configuration>
- </plugin>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-eclipse-plugin</artifactId>
- - <version>2.7</version>
- - <configuration>
- - <downloadSources>true</downloadSources>
- - <additionalProjectnatures>
- - <projectnature>ch.epfl.lamp.sdt.core.scalanature</projectnature>
- - </additionalProjectnatures>
- - <additionalBuildcommands>
- - <buildcommand>ch.epfl.lamp.sdt.core.scalabuilder</buildcommand>
- - </additionalBuildcommands>
- - <classpathContainers>
- - <classpathContainer>ch.epfl.lamp.sdt.launching.SCALA_CONTAINER</classpathContainer>
- - <classpathContainer>org.eclipse.jdt.launching.JRE_CONTAINER</classpathContainer>
- - </classpathContainers>
- - </configuration>
- - </plugin>
- </plugins>
- </build>
- <reporting>
- Index: maven/org.friendularity.demo.repo/pom.xml
- ===================================================================
- --- maven/org.friendularity.demo.repo/pom.xml (revision 577)
- +++ maven/org.friendularity.demo.repo/pom.xml (working copy)
- @@ -6,7 +6,7 @@
- <parent>
- <groupId>org.friendularity</groupId>
- <artifactId>org.friendularity.modules.main</artifactId>
- - <version>1.0.0-SNAPSHOT</version>
- + <version>1.0.2-SNAPSHOT</version>
- <relativePath>../org.friendularity.modules.main/pom.xml</relativePath>
- </parent>
- @@ -34,38 +34,16 @@
- <version>1.4.0</version>
- <scope>provided</scope>
- </dependency>
- - <dependency>
- - <!-- This is a big honking hunk of code, but so far is working better than trying
- - to mix-and-match our own version of Jetty + PAX.
- - -->
- - <groupId>org.ops4j.pax.web</groupId>
- - <artifactId>pax-web-jetty-bundle</artifactId>
- - <version>3.0.2</version>
- - </dependency>
- <dependency>
- - <!-- http://team.ops4j.org/wiki/display/paxweb/WAR+Extender
- - "Once installed the war extender will watch over the bundles that get started / stopped.
- - Once your war bundle gets deployed and started, the war extender will parse your web.xml
- - and registers all elements with http service."
- - -->
- - <groupId>org.ops4j.pax.web</groupId>
- - <artifactId>pax-web-extender-war</artifactId>
- - <version>3.0.2</version>
- + <!-- Our PAX-JETTY service -->
- + <groupId>org.appdapter</groupId>
- + <artifactId>ext.bundle.jetty_osgi</artifactId>
- + <version>${appdapter.version}</version>
- + <scope>runtime</scope>
- </dependency>
- - <dependency>
- - <!-- We do not use JSP technology, but apparently pax-web-jsp is needed, to resolve:
- - org.ops4j.pax.web.pax-web-jetty-bundle imports (package=org.eclipse.jdt.core.compiler)
- - -->
- - <groupId>org.ops4j.pax.web</groupId>
- - <artifactId>pax-web-jsp</artifactId>
- - <version>3.0.2</version>
- - </dependency>
- -
- -
- -
- <dependency>
- <!-- Our Lift-based webapp, which we expect PAX services above to find and launch to HTTP for us -->
- <groupId>org.cogchar</groupId>
- @@ -154,176 +132,6 @@
- </executions>
- </plugin>
- </plugins>
- - <pluginManagement>
- - <plugins>
- - <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
- - <plugin>
- - <groupId>org.eclipse.m2e</groupId>
- - <artifactId>lifecycle-mapping</artifactId>
- - <version>1.0.0</version>
- - <configuration>
- - <lifecycleMappingMetadata>
- - <pluginExecutions>
- - <pluginExecution>
- - <pluginExecutionFilter>
- - <groupId>
- - org.apache.maven.plugins
- - </groupId>
- - <artifactId>
- - maven-antrun-plugin
- - </artifactId>
- - <versionRange>
- - [1.3,)
- - </versionRange>
- - <goals>
- - <goal>run</goal>
- - </goals>
- - </pluginExecutionFilter>
- - <action>
- - <ignore></ignore>
- - </action>
- - </pluginExecution>
- - </pluginExecutions>
- - </lifecycleMappingMetadata>
- - </configuration>
- - </plugin>
- - </plugins>
- - </pluginManagement>
- </build>
- - <profiles>
- - <profile>
- - <id>build-for-felix</id>
- - <dependencies>
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.main</artifactId>
- - <version>4.2.1</version>
- - <scope>provided</scope>
- - </dependency>
- - <!-- To include a shell:
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.gogo.shell</artifactId>
- - <version>0.6.1</version>
- - </dependency>
- - -->
- - </dependencies>
- - <build>
- - <plugins>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-antrun-plugin</artifactId>
- - <version>1.6</version>
- - <executions>
- - <execution>
- - <id>compile</id>
- - <phase>package</phase>
- - <goals>
- - <goal>run</goal>
- - </goals>
- - <configuration>
- - <target>
- - <pathconvert property="plugins.jars" pathsep="${path.separator}">
- - <path refid="maven.runtime.classpath"/>
- - <map from="${project.build.directory}${file.separator}classes" to=""/>
- - </pathconvert>
- - <pathconvert pathsep=" " property="bundles">
- - <path path="${plugins.jars}"/>
- - <mapper>
- - <chainedmapper>
- - <flattenmapper/>
- - <globmapper from="*" to="file:modules/*" casesensitive="no"/>
- - </chainedmapper>
- - </mapper>
- - </pathconvert>
- - <propertyfile file="${project.build.directory}/config.properties">
- - <entry key="felix.auto.start" value="${bundles} file:modules/${project.build.finalName}.jar"/>
- - <entry key="org.osgi.framework.bootdelegation" value="*"/>
- - </propertyfile>
- - <copy file="${maven.dependency.org.apache.felix.org.apache.felix.main.jar.path}" tofile="${project.build.directory}/felix.jar"/>
- - </target>
- - </configuration>
- - </execution>
- - </executions>
- - </plugin>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-assembly-plugin</artifactId>
- - <version>2.2</version>
- - <executions>
- - <execution>
- - <id>create-executable-jar</id>
- - <phase>package</phase>
- - <goals>
- - <goal>single</goal>
- - </goals>
- - <configuration>
- - <descriptors>
- - <descriptor>${basedir}/src/main/assembly/felix.xml</descriptor>
- - </descriptors>
- - <finalName>${project.build.finalName}</finalName>
- - </configuration>
- - </execution>
- - </executions>
- - </plugin>
- - </plugins>
- - </build>
- - </profile>
- - <profile>
- - <id>run-on-felix</id>
- - <dependencies>
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.main</artifactId>
- - <version>4.2.1</version>
- - <scope>provided</scope>
- - </dependency>
- - <!-- org.apache.felix:org.apache.felix.gogo.shell:0.6.1 useless from Maven since stdin is swallowed -->
- - </dependencies>
- - <build>
- - <plugins>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-antrun-plugin</artifactId>
- - <version>1.6</version>
- - <configuration>
- - <target>
- - <property name="vm.args" value=""/>
- - <pathconvert property="plugins.jars" pathsep="${path.separator}">
- - <path refid="maven.runtime.classpath"/>
- - <map from="${project.build.directory}${file.separator}classes" to=""/>
- - </pathconvert>
- - <makeurl property="urls" separator=" ">
- - <path path="${plugins.jars}"/>
- - <path location="${project.build.directory}/${project.build.finalName}.jar"/>
- - </makeurl>
- - <propertyfile file="${project.build.directory}/run.properties">
- - <entry key="felix.auto.start" value="${urls}"/>
- - <entry key="felix.auto.deploy.action" value="uninstall,install,update,start"/>
- - <entry key="org.osgi.framework.storage" value="${project.build.directory}${file.separator}felix-cache"/>
- - <entry key="org.osgi.framework.bootdelegation" value="*"/>
- - <!-- Allow sun.misc package to be used by LWJGL -->
- - <!-- org.w3c.dom.* are missing from default.properties in felix 4.2.1, they are present in 3.0.7 -->
- - <entry key="org.osgi.framework.system.packages.extra"
- - value="org.w3c.dom.css,
- - org.w3c.dom.html,
- - org.w3c.dom.stylesheets,
- - org.w3c.dom.traversal,
- - org.w3c.dom.ranges,
- - org.w3c.dom.views,
- - org.w3c.dom.xpath" />
- - </propertyfile>
- - <makeurl property="run.properties.url" file="${project.build.directory}/run.properties"/>
- - <java fork="true" jar="${maven.dependency.org.apache.felix.org.apache.felix.main.jar.path}">
- - <sysproperty key="felix.config.properties" value="${run.properties.url}"/>
- - <jvmarg line="${vm.args}"/>
- - </java>
- - </target>
- - </configuration>
- - </plugin>
- - </plugins>
- - </build>
- - </profile>
- - </profiles>
- </project>
- Index: maven/org.friendularity.demo.spec.connection/pom.xml
- ===================================================================
- --- maven/org.friendularity.demo.spec.connection/pom.xml (revision 577)
- +++ maven/org.friendularity.demo.spec.connection/pom.xml (working copy)
- @@ -23,12 +23,12 @@
- <dependency>
- <groupId>org.appdapter</groupId>
- <artifactId>ext.bundle.apache_qpid_010</artifactId>
- - <version>1.0.5</version>
- + <version>${appdapter.msg.version}</version>
- </dependency>
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.core</artifactId>
- - <version>4.3.0</version>
- + <version>${osgi.core.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- @@ -50,16 +50,34 @@
- <groupId>org.jflux</groupId>
- <artifactId>org.jflux.api.core</artifactId>
- <version>${jflux.version}</version>
- + <exclusions>
- + <exclusion>
- + <artifactId>servlet-api</artifactId>
- + <groupId>org.mortbay.jetty</groupId>
- + </exclusion>
- + </exclusions>
- </dependency>
- <dependency>
- <groupId>org.jflux</groupId>
- <artifactId>org.jflux.api.services</artifactId>
- <version>${jflux.version}</version>
- + <exclusions>
- + <exclusion>
- + <artifactId>servlet-api</artifactId>
- + <groupId>org.mortbay.jetty</groupId>
- + </exclusion>
- + </exclusions>
- </dependency>
- <dependency>
- <groupId>org.jflux</groupId>
- <artifactId>org.jflux.impl.registry.osgi</artifactId>
- <version>${jflux.version}</version>
- + <exclusions>
- + <exclusion>
- + <artifactId>servlet-api</artifactId>
- + <groupId>org.mortbay.jetty</groupId>
- + </exclusion>
- + </exclusions>
- </dependency>
- </dependencies>
- @@ -80,129 +98,4 @@
- </plugins>
- </build>
- - <profiles>
- - <profile>
- - <id>build-for-felix</id>
- - <dependencies>
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.main</artifactId>
- - <version>4.0.3</version>
- - <scope>provided</scope>
- - </dependency>
- - <!-- To include a shell:
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.gogo.shell</artifactId>
- - <version>0.10.0</version>
- - </dependency>
- - -->
- - </dependencies>
- - <build>
- - <plugins>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-antrun-plugin</artifactId>
- - <version>1.7</version>
- - <executions>
- - <execution>
- - <id>compile</id>
- - <phase>package</phase>
- - <goals>
- - <goal>run</goal>
- - </goals>
- - <configuration>
- - <target>
- - <pathconvert property="plugins.jars" pathsep="${path.separator}">
- - <path refid="maven.runtime.classpath" />
- - <map from="${project.build.directory}${file.separator}classes" to="" />
- - </pathconvert>
- - <pathconvert pathsep=" " property="bundles">
- - <path path="${plugins.jars}" />
- - <mapper>
- - <chainedmapper>
- - <flattenmapper />
- - <globmapper from="*" to="file:modules/*" casesensitive="no" />
- - </chainedmapper>
- - </mapper>
- - </pathconvert>
- - <propertyfile file="${project.build.directory}/config.properties">
- - <entry key="felix.auto.start" value="${bundles} file:modules/${project.build.finalName}.jar" />
- - <entry key="org.osgi.framework.bootdelegation" value="*" />
- - </propertyfile>
- - <copy file="${maven.dependency.org.apache.felix.org.apache.felix.main.jar.path}" tofile="${project.build.directory}/felix.jar" />
- - </target>
- - </configuration>
- - </execution>
- - </executions>
- - </plugin>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-assembly-plugin</artifactId>
- - <version>2.3</version>
- - <executions>
- - <execution>
- - <id>create-executable-jar</id>
- - <phase>package</phase>
- - <goals>
- - <goal>single</goal>
- - </goals>
- - <configuration>
- - <descriptors>
- - <descriptor>${basedir}/src/main/assembly/felix.xml</descriptor>
- - </descriptors>
- - <finalName>${project.build.finalName}</finalName>
- - </configuration>
- - </execution>
- - </executions>
- - </plugin>
- - </plugins>
- - </build>
- - </profile>
- - <profile>
- - <id>run-on-felix</id>
- - <dependencies>
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.main</artifactId>
- - <version>4.0.3</version>
- - <scope>provided</scope>
- - </dependency>
- - <!-- org.apache.felix:org.apache.felix.gogo.shell:0.6.1 useless from Maven since stdin is swallowed -->
- - </dependencies>
- - <build>
- - <plugins>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-antrun-plugin</artifactId>
- - <version>1.7</version>
- - <configuration>
- - <target>
- - <property name="vm.args" value="" />
- - <pathconvert property="plugins.jars" pathsep="${path.separator}">
- - <path refid="maven.runtime.classpath" />
- - <map from="${project.build.directory}${file.separator}classes" to="" />
- - </pathconvert>
- - <makeurl property="urls" separator=" ">
- - <path path="${plugins.jars}" />
- - <path location="${project.build.directory}/${project.build.finalName}.jar" />
- - </makeurl>
- - <propertyfile file="${project.build.directory}/run.properties">
- - <entry key="felix.auto.start" value="${urls}" />
- - <entry key="felix.auto.deploy.action" value="uninstall,install,update,start" />
- - <entry key="org.osgi.framework.storage" value="${project.build.directory}${file.separator}felix-cache" />
- - <entry key="org.osgi.framework.bootdelegation" value="*" />
- - </propertyfile>
- - <makeurl property="run.properties.url" file="${project.build.directory}/run.properties" />
- - <java fork="true" jar="${maven.dependency.org.apache.felix.org.apache.felix.main.jar.path}">
- - <sysproperty key="felix.config.properties" value="${run.properties.url}" />
- - <jvmarg line="${vm.args}" />
- - </java>
- - </target>
- - </configuration>
- - </plugin>
- - </plugins>
- - </build>
- - </profile>
- - </profiles>
- -</project>
- + </project>
- Index: maven/org.friendularity.gui.bootstrap/pom.xml
- ===================================================================
- --- maven/org.friendularity.gui.bootstrap/pom.xml (revision 577)
- +++ maven/org.friendularity.gui.bootstrap/pom.xml (working copy)
- @@ -21,7 +21,7 @@
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.core</artifactId>
- - <version>4.3.0</version>
- + <version>${osgi.core.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- @@ -64,129 +64,4 @@
- </plugins>
- </build>
- - <profiles>
- - <profile>
- - <id>build-for-felix</id>
- - <dependencies>
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.main</artifactId>
- - <version>4.0.3</version>
- - <scope>provided</scope>
- - </dependency>
- - <!-- To include a shell:
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.gogo.shell</artifactId>
- - <version>0.10.0</version>
- - </dependency>
- - -->
- - </dependencies>
- - <build>
- - <plugins>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-antrun-plugin</artifactId>
- - <version>1.7</version>
- - <executions>
- - <execution>
- - <id>compile</id>
- - <phase>package</phase>
- - <goals>
- - <goal>run</goal>
- - </goals>
- - <configuration>
- - <target>
- - <pathconvert property="plugins.jars" pathsep="${path.separator}">
- - <path refid="maven.runtime.classpath"/>
- - <map from="${project.build.directory}${file.separator}classes" to=""/>
- - </pathconvert>
- - <pathconvert pathsep=" " property="bundles">
- - <path path="${plugins.jars}"/>
- - <mapper>
- - <chainedmapper>
- - <flattenmapper/>
- - <globmapper from="*" to="file:modules/*" casesensitive="no"/>
- - </chainedmapper>
- - </mapper>
- - </pathconvert>
- - <propertyfile file="${project.build.directory}/config.properties">
- - <entry key="felix.auto.start" value="${bundles} file:modules/${project.build.finalName}.jar"/>
- - <entry key="org.osgi.framework.bootdelegation" value="*"/>
- - </propertyfile>
- - <copy file="${maven.dependency.org.apache.felix.org.apache.felix.main.jar.path}" tofile="${project.build.directory}/felix.jar"/>
- - </target>
- - </configuration>
- - </execution>
- - </executions>
- - </plugin>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-assembly-plugin</artifactId>
- - <version>2.3</version>
- - <executions>
- - <execution>
- - <id>create-executable-jar</id>
- - <phase>package</phase>
- - <goals>
- - <goal>single</goal>
- - </goals>
- - <configuration>
- - <descriptors>
- - <descriptor>${basedir}/src/main/assembly/felix.xml</descriptor>
- - </descriptors>
- - <finalName>${project.build.finalName}</finalName>
- - </configuration>
- - </execution>
- - </executions>
- - </plugin>
- - </plugins>
- - </build>
- - </profile>
- - <profile>
- - <id>run-on-felix</id>
- - <dependencies>
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.main</artifactId>
- - <version>4.0.3</version>
- - <scope>provided</scope>
- - </dependency>
- - <!-- org.apache.felix:org.apache.felix.gogo.shell:0.6.1 useless from Maven since stdin is swallowed -->
- - </dependencies>
- - <build>
- - <plugins>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-antrun-plugin</artifactId>
- - <version>1.7</version>
- - <configuration>
- - <target>
- - <property name="vm.args" value=""/>
- - <pathconvert property="plugins.jars" pathsep="${path.separator}">
- - <path refid="maven.runtime.classpath"/>
- - <map from="${project.build.directory}${file.separator}classes" to=""/>
- - </pathconvert>
- - <makeurl property="urls" separator=" ">
- - <path path="${plugins.jars}"/>
- - <path location="${project.build.directory}/${project.build.finalName}.jar"/>
- - </makeurl>
- - <propertyfile file="${project.build.directory}/run.properties">
- - <entry key="felix.auto.start" value="${urls}"/>
- - <entry key="felix.auto.deploy.action" value="uninstall,install,update,start"/>
- - <entry key="org.osgi.framework.storage" value="${project.build.directory}${file.separator}felix-cache"/>
- - <entry key="org.osgi.framework.bootdelegation" value="*"/>
- - </propertyfile>
- - <makeurl property="run.properties.url" file="${project.build.directory}/run.properties"/>
- - <java fork="true" jar="${maven.dependency.org.apache.felix.org.apache.felix.main.jar.path}">
- - <sysproperty key="felix.config.properties" value="${run.properties.url}"/>
- - <jvmarg line="${vm.args}"/>
- - </java>
- - </target>
- - </configuration>
- - </plugin>
- - </plugins>
- - </build>
- - </profile>
- - </profiles>
- </project>
- Index: maven/org.friendularity.model.test/pom.xml
- ===================================================================
- --- maven/org.friendularity.model.test/pom.xml (revision 577)
- +++ maven/org.friendularity.model.test/pom.xml (working copy)
- @@ -29,7 +29,7 @@
- <dependency>
- <groupId>org.cogchar</groupId>
- <artifactId>ext.bundle.opengl.jmonkey</artifactId>
- - <version>1.0.4</version>
- + <version>${cogchar.version}</version>
- </dependency>
- <dependency>
- <!-- This dep is used in addition to ext.bundle, to help NB. -->
- Index: maven/org.friendularity.modules.main/pom.xml
- ===================================================================
- --- maven/org.friendularity.modules.main/pom.xml (revision 577)
- +++ maven/org.friendularity.modules.main/pom.xml (working copy)
- @@ -13,7 +13,7 @@
- <packaging>pom</packaging>
- <name>${project.artifactId} - all modules</name>
- <description>All libraries and OSGi bundles</description>
- -
- +
- <repositories>
- <repository>
- @@ -31,7 +31,7 @@
- </repositories>
- <modules>
- - <module>../org.friendularity.bundle.demo.ccrk</module>
- + <module>../org.friendularity.bundle.demo.ccrk</module>
- <module>../org.friendularity.bundle.demo.convo.dictation</module>
- <module>../org.friendularity.bundle.demo.convo.response</module>
- <module>../org.friendularity.bundle.demo.liftoff</module>
- @@ -50,11 +50,12 @@
- <module>../org.friendularity.bundle.demoserv.semrepo</module>
- <module>../org.friendularity.bundle.webapp.semrepo</module>
- + <module>../org.friendularity.bundle.demo.gmteach</module>
- +
- <module>../org.friendularity.bundle.gaze</module>
- <module>../org.friendularity.demo.egosphere</module>
- -
- <module>../org.friendularity.demo.jme3.maven</module>
- <!-- <module>../org.friendularity.demo.weber</module>-->
- @@ -90,7 +91,6 @@
- </properties>
- -->
- <build>
- - <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- @@ -118,13 +118,48 @@
- <skipTests>true</skipTests>
- </configuration>
- </plugin>
- + <plugin>
- + <groupId>org.apache.maven.plugins</groupId>
- + <artifactId>maven-release-plugin</artifactId>
- + <configuration>
- + <autoVersionSubmodules>true</autoVersionSubmodules>
- + <!-- New in plugin version 2.2, but does not work correctly yet.
- + See: https://jira.codehaus.org/browse/MRELEASE-695
- + <tagNameFormat>v@{project.version}</tagNameFormat>
- + -->
- + </configuration>
- + </plugin>
- + <plugin>
- + <groupId>org.scala-tools</groupId>
- + <artifactId>maven-scala-plugin</artifactId>
- + <version>2.15.2</version>
- + <configuration>
- + <!-- On Frogbait this option drops Scala proj build time about 20% -->
- + <jvmArgs>
- + <jvmArg>-XX:+TieredCompilation</jvmArg>
- + </jvmArgs>
- + <displayCmd>true</displayCmd>
- + <!-- Compile ONLY the Scala code. The Java code is compiled by a previous goal.
- + This works OK as long as we don't refer to Scala classes from Java.
- +
- + Without this instruction, the Scala compiler is unable to handle our
- + Tao/Zen coreferent types. Don't know why these types are OK if
- + Java is compiled before Scala but not if everything is compiled together.
- + Will return to this issue later.
- + -->
- + <sendJavaToScalac>false</sendJavaToScalac>
- + <configuration>
- + <args>
- + <arg>-make:transitive</arg>
- + <arg>-dependencyfile</arg>
- + <arg>${project.build.directory}/.scala_dependencies</arg>
- + </args>
- + </configuration>
- + </configuration>
- + </plugin>
- </plugins>
- - </pluginManagement>
- - <plugins>
- -
- - </plugins>
- </build>
- <profiles>
- <profile>
- @@ -214,7 +249,18 @@
- <version>4.2.1</version>
- <scope>provided</scope>
- </dependency>
- - <!-- org.apache.felix:org.apache.felix.gogo.shell:0.6.1 useless from Maven since stdin is swallowed -->
- + <dependency>
- + <groupId>org.slf4j</groupId>
- + <artifactId>slf4j-api</artifactId>
- + <version>1.7.5</version>
- + </dependency>
- + <dependency>
- + <groupId>org.slf4j</groupId>
- + <artifactId>slf4j-log4j12</artifactId>
- + <version>1.7.5</version>
- + </dependency>
- +
- + <!-- org.apache.felix:org.apache.felix.gogo.shell:0.6.1 useless from Maven since stdin is swallowed -->
- </dependencies>
- <build>
- <plugins>
- Index: maven/org.friendularity.spec.connection/pom.xml
- ===================================================================
- --- maven/org.friendularity.spec.connection/pom.xml (revision 577)
- +++ maven/org.friendularity.spec.connection/pom.xml (working copy)
- @@ -27,7 +27,7 @@
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.core</artifactId>
- - <version>4.3.0</version>
- + <version>${osgi.core.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- @@ -64,11 +64,23 @@
- <groupId>org.jflux</groupId>
- <artifactId>org.jflux.api.services</artifactId>
- <version>${jflux.version}</version>
- + <exclusions>
- + <exclusion>
- + <artifactId>servlet-api</artifactId>
- + <groupId>org.mortbay.jetty</groupId>
- + </exclusion>
- + </exclusions>
- </dependency>
- <dependency>
- <groupId>org.jflux</groupId>
- <artifactId>org.jflux.impl.registry.osgi</artifactId>
- <version>${jflux.version}</version>
- + <exclusions>
- + <exclusion>
- + <artifactId>servlet-api</artifactId>
- + <groupId>org.mortbay.jetty</groupId>
- + </exclusion>
- + </exclusions>
- </dependency>
- <dependency>
- <groupId>org.robokind</groupId>
- @@ -113,130 +125,4 @@
- </plugin>
- </plugins>
- </build>
- -
- - <profiles>
- - <profile>
- - <id>build-for-felix</id>
- - <dependencies>
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.main</artifactId>
- - <version>4.0.3</version>
- - <scope>provided</scope>
- - </dependency>
- - <!-- To include a shell:
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.gogo.shell</artifactId>
- - <version>0.10.0</version>
- - </dependency>
- - -->
- - </dependencies>
- - <build>
- - <plugins>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-antrun-plugin</artifactId>
- - <version>1.7</version>
- - <executions>
- - <execution>
- - <id>compile</id>
- - <phase>package</phase>
- - <goals>
- - <goal>run</goal>
- - </goals>
- - <configuration>
- - <target>
- - <pathconvert property="plugins.jars" pathsep="${path.separator}">
- - <path refid="maven.runtime.classpath" />
- - <map from="${project.build.directory}${file.separator}classes" to="" />
- - </pathconvert>
- - <pathconvert pathsep=" " property="bundles">
- - <path path="${plugins.jars}" />
- - <mapper>
- - <chainedmapper>
- - <flattenmapper />
- - <globmapper from="*" to="file:modules/*" casesensitive="no" />
- - </chainedmapper>
- - </mapper>
- - </pathconvert>
- - <propertyfile file="${project.build.directory}/config.properties">
- - <entry key="felix.auto.start" value="${bundles} file:modules/${project.build.finalName}.jar" />
- - <entry key="org.osgi.framework.bootdelegation" value="*" />
- - </propertyfile>
- - <copy file="${maven.dependency.org.apache.felix.org.apache.felix.main.jar.path}" tofile="${project.build.directory}/felix.jar" />
- - </target>
- - </configuration>
- - </execution>
- - </executions>
- - </plugin>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-assembly-plugin</artifactId>
- - <version>2.3</version>
- - <executions>
- - <execution>
- - <id>create-executable-jar</id>
- - <phase>package</phase>
- - <goals>
- - <goal>single</goal>
- - </goals>
- - <configuration>
- - <descriptors>
- - <descriptor>${basedir}/src/main/assembly/felix.xml</descriptor>
- - </descriptors>
- - <finalName>${project.build.finalName}</finalName>
- - </configuration>
- - </execution>
- - </executions>
- - </plugin>
- - </plugins>
- - </build>
- - </profile>
- - <profile>
- - <id>run-on-felix</id>
- - <dependencies>
- - <dependency>
- - <groupId>org.apache.felix</groupId>
- - <artifactId>org.apache.felix.main</artifactId>
- - <version>4.0.3</version>
- - <scope>provided</scope>
- - </dependency>
- - <!-- org.apache.felix:org.apache.felix.gogo.shell:0.6.1 useless from Maven since stdin is swallowed -->
- - </dependencies>
- - <build>
- - <plugins>
- - <plugin>
- - <groupId>org.apache.maven.plugins</groupId>
- - <artifactId>maven-antrun-plugin</artifactId>
- - <version>1.7</version>
- - <configuration>
- - <target>
- - <property name="vm.args" value="" />
- - <pathconvert property="plugins.jars" pathsep="${path.separator}">
- - <path refid="maven.runtime.classpath" />
- - <map from="${project.build.directory}${file.separator}classes" to="" />
- - </pathconvert>
- - <makeurl property="urls" separator=" ">
- - <path path="${plugins.jars}" />
- - <path location="${project.build.directory}/${project.build.finalName}.jar" />
- - </makeurl>
- - <propertyfile file="${project.build.directory}/run.properties">
- - <entry key="felix.auto.start" value="${urls}" />
- - <entry key="felix.auto.deploy.action" value="uninstall,install,update,start" />
- - <entry key="org.osgi.framework.storage" value="${project.build.directory}${file.separator}felix-cache" />
- - <entry key="org.osgi.framework.bootdelegation" value="*" />
- - </propertyfile>
- - <makeurl property="run.properties.url" file="${project.build.directory}/run.properties" />
- - <java fork="true" jar="${maven.dependency.org.apache.felix.org.apache.felix.main.jar.path}">
- - <sysproperty key="felix.config.properties" value="${run.properties.url}" />
- - <jvmarg line="${vm.args}" />
- - </java>
- - </target>
- - </configuration>
- - </plugin>
- - </plugins>
- - </build>
- - </profile>
- - </profiles>
- </project>
- Index: pom.xml
- ===================================================================
- --- pom.xml (revision 577)
- +++ pom.xml (working copy)
- @@ -54,6 +54,8 @@
- <cogchar.version>1.0.8.0-SNAPSHOT</cogchar.version>
- <!-- o.f.b.demo.repo has a direct dependence on Appdapter. -->
- <appdapter.version>1.1.4-SNAPSHOT</appdapter.version>
- + <appdapter.msg.version>1.0.5</appdapter.msg.version>
- +
- <!-- We are directly using the "headless" part of Robokind-core. -->
- <robokind.version>0.9.4-SNAPSHOT</robokind.version>
- @@ -66,6 +68,7 @@
- <!-- JME3 is used directly in o.f.demo.jme3.maven -->
- <jmonkey.version>3.0.0.20121220-SNAPSHOT</jmonkey.version>
- + <osgi.core.version>4.2.0</osgi.core.version>
- <scala.version>2.10.2</scala.version>
- <netbeans.version>RELEASE721</netbeans.version>
- @@ -110,7 +113,7 @@
- <tagNameFormat>v@{project.version}</tagNameFormat>
- -->
- </configuration>
- - </plugin>
- + </plugin>
- <plugin>
- <groupId>org.scala-tools</groupId>
- <artifactId>maven-scala-plugin</artifactId>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement