Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
frascati
frascati
Commits
350d7ec3
Commit
350d7ec3
authored
Jun 06, 2012
by
Munilla Christophe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- use juliac 2.4.1
- comment some test using already used ports - cosmetic : define svn properties
parent
205f8642
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
39 additions
and
9 deletions
+39
-9
frascati/osgi/fractal/juliac/runtime-light/pom.xml
frascati/osgi/fractal/juliac/runtime-light/pom.xml
+1
-1
frascati/osgi/frascati-in-osgi/bundles/frascati-modules/binding-upnp-test/helloworld-upnp/pom.xml
...rascati-modules/binding-upnp-test/helloworld-upnp/pom.xml
+6
-6
frascati/osgi/frascati-in-osgi/bundles/frascati-modules/binding-ws-test/pom.xml
...-in-osgi/bundles/frascati-modules/binding-ws-test/pom.xml
+10
-1
frascati/osgi/frascati-in-osgi/bundles/frascati-modules/frascati-web-explorer-test/pom.xml
...ndles/frascati-modules/frascati-web-explorer-test/pom.xml
+9
-0
frascati/osgi/frascati-in-osgi/bundles/frascati-modules/implementation-bpel-test/pom.xml
...bundles/frascati-modules/implementation-bpel-test/pom.xml
+9
-0
frascati/osgi/frascati-in-osgi/bundles/frascati-modules/implementation-velocity-test/pom.xml
...les/frascati-modules/implementation-velocity-test/pom.xml
+3
-0
pom.xml
pom.xml
+1
-1
No files found.
frascati/osgi/fractal/juliac/runtime-light/pom.xml
View file @
350d7ec3
...
...
@@ -36,7 +36,7 @@
</parent>
<properties>
<juliac.version>
2.4
</juliac.version>
<juliac.version>
2.4
.1
</juliac.version>
</properties>
<artifactId>
juliac-osgi-runtime-light
</artifactId>
...
...
frascati/osgi/frascati-in-osgi/bundles/frascati-modules/binding-upnp-test/helloworld-upnp/pom.xml
View file @
350d7ec3
...
...
@@ -36,8 +36,8 @@
<name>
OW2 FraSCAti Examples: HelloWorld UPnP
</name>
<parent>
<groupId>
org.ow2.frascati.
exampl
es
</groupId>
<artifactId>
paren
t
</artifactId>
<groupId>
org.ow2.frascati.
osgi.fio.t
es
t
</groupId>
<artifactId>
frascati-binding-upnp-tes
t
</artifactId>
<version>
1.5-SNAPSHOT
</version>
</parent>
...
...
frascati/osgi/frascati-in-osgi/bundles/frascati-modules/binding-ws-test/pom.xml
View file @
350d7ec3
...
...
@@ -47,7 +47,7 @@
<modules>
<module>
framework
</module>
<module>
felix
</module>
<!--
<module>felix</module>
-->
<!-- test are made using Apache Felix -->
<!-- Uncomment to use another Framework -->
<!--
...
...
@@ -81,6 +81,15 @@
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<configuration>
<systemProperties>
<systemProperty>
org.ow2.frascati.binding.uri.base=http://localhost:8765/
</systemProperty>
</systemProperties>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-dependency-plugin
</artifactId>
...
...
frascati/osgi/frascati-in-osgi/bundles/frascati-modules/frascati-web-explorer-test/pom.xml
View file @
350d7ec3
...
...
@@ -81,6 +81,15 @@
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<configuration>
<systemProperties>
<systemProperty>
org.ow2.frascati.binding.uri.base=http://localhost:8765/
</systemProperty>
</systemProperties>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-dependency-plugin
</artifactId>
...
...
frascati/osgi/frascati-in-osgi/bundles/frascati-modules/implementation-bpel-test/pom.xml
View file @
350d7ec3
...
...
@@ -81,6 +81,15 @@
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<configuration>
<systemProperties>
<systemProperty>
org.ow2.frascati.binding.uri.base=http://localhost:8765/
</systemProperty>
</systemProperties>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-dependency-plugin
</artifactId>
...
...
frascati/osgi/frascati-in-osgi/bundles/frascati-modules/implementation-velocity-test/pom.xml
View file @
350d7ec3
...
...
@@ -90,6 +90,9 @@
<classpathDependencyExclude>
velocity:velocity
</classpathDependencyExclude>
<classpathDependencyExclude>
velocity:velocity-dep
</classpathDependencyExclude>
</classpathDependencyExcludes>
<systemProperties>
<systemProperty>
org.ow2.frascati.binding.uri.base=http://localhost:8765/
</systemProperty>
</systemProperties>
</configuration>
</plugin>
<plugin>
...
...
pom.xml
View file @
350d7ec3
...
...
@@ -236,7 +236,7 @@
<org.eclipse.stp.sca.version>
2.0.1.3
</org.eclipse.stp.sca.version>
<tinfi.version>
1.4.4
</tinfi.version>
<julia.version>
2.5.2
</julia.version>
<juliac.version>
2.4
</juliac.version>
<juliac.version>
2.4
.1
</juliac.version>
<fraclet.version>
3.3
</fraclet.version>
<fractal-adl.version>
2.3.1
</fractal-adl.version>
<fractal-util.version>
1.1.2
</fractal-util.version>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment