Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frascati
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
114
Issues
114
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
frascati
frascati
Commits
5026ba2d
Commit
5026ba2d
authored
Jun 19, 2009
by
Nicolas Dolet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch version to 1.0.
Replace tuscany sca-api artifact by the osoa one for Ivy.
parent
5ebb7980
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
25 additions
and
25 deletions
+25
-25
examples/calculator/client/pom.xml
examples/calculator/client/pom.xml
+2
-2
examples/calculator/pom.xml
examples/calculator/pom.xml
+2
-2
examples/calculator/server/pom.xml
examples/calculator/server/pom.xml
+2
-2
examples/dictionary/pom.xml
examples/dictionary/pom.xml
+2
-2
examples/helloworld-annotated/build.xml
examples/helloworld-annotated/build.xml
+2
-2
examples/helloworld-annotated/ivy.xml
examples/helloworld-annotated/ivy.xml
+2
-2
examples/helloworld-annotated/pom.xml
examples/helloworld-annotated/pom.xml
+2
-2
examples/helloworld-pojo/pom.xml
examples/helloworld-pojo/pom.xml
+2
-2
examples/isbn-test/pom.xml
examples/isbn-test/pom.xml
+2
-2
examples/pom.xml
examples/pom.xml
+1
-1
examples/verify-mail/pom.xml
examples/verify-mail/pom.xml
+2
-2
examples/weather/pom.xml
examples/weather/pom.xml
+2
-2
examples/ws-parent/pom.xml
examples/ws-parent/pom.xml
+2
-2
No files found.
examples/calculator/client/pom.xml
View file @
5026ba2d
...
...
@@ -32,7 +32,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
calculator-client
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: Calculator Client
</name>
...
...
@@ -40,7 +40,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
calculator-parent
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
</parent>
<properties>
...
...
examples/calculator/pom.xml
View file @
5026ba2d
...
...
@@ -32,7 +32,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
calculator-parent
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
<packaging>
pom
</packaging>
<name>
OW2 FraSCAti Examples: Calculator
</name>
...
...
@@ -40,7 +40,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
ws-parent
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
</parent>
<modules>
...
...
examples/calculator/server/pom.xml
View file @
5026ba2d
...
...
@@ -32,7 +32,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
calculator-server
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: Calculator Server
</name>
...
...
@@ -40,7 +40,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
calculator-parent
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
</parent>
<properties>
...
...
examples/dictionary/pom.xml
View file @
5026ba2d
...
...
@@ -32,7 +32,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
dictionary
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: Dictionary
</name>
...
...
@@ -40,7 +40,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
ws-parent
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
</parent>
<properties>
...
...
examples/helloworld-annotated/build.xml
View file @
5026ba2d
...
...
@@ -44,7 +44,7 @@
<!-- target: compile -->
<!-- ================================= -->
<target
name=
"compile"
depends=
"clean, resolve"
description=
"--> compile the helloworld with SCA annotations example"
>
<ivy:cachepath
organisation=
"org.
apache.tuscany.sca"
module=
"tuscany-sca-api"
revision=
"1.2.1-incubating
"
inline=
"true"
pathid=
"classpath"
/>
<ivy:cachepath
organisation=
"org.
eclipse.stp.sca.osoa.java"
module=
"osoa-java-api"
revision=
"1.0
"
inline=
"true"
pathid=
"classpath"
/>
<mkdir
dir=
"${build.dir}"
/>
<javac
srcdir=
"${src.dir}"
destdir=
"${build.dir}"
classpathref=
"classpath"
/>
</target>
...
...
@@ -55,7 +55,7 @@
<target
name=
"jar"
depends=
"compile"
description=
"--> create the jar for the example"
>
<copy
todir=
"${build.dir}"
file=
"${composite.annotations.file}"
/>
<copy
todir=
"${build.dir}"
file=
"${composite.ws.file}"
/>
<jar
jarfile=
"${build.dir}/helloworld-annotations-
0.6-SNAPSHOT
.jar"
>
<jar
jarfile=
"${build.dir}/helloworld-annotations-
1.0
.jar"
>
<fileset
dir=
"${build.dir}"
/>
</jar>
</target>
...
...
examples/helloworld-annotated/ivy.xml
View file @
5026ba2d
...
...
@@ -23,8 +23,8 @@
<info
organisation=
"org.ow2.frascati.examples.helloworld.annotated"
module=
"hello"
/>
<dependencies>
<dependency
org=
"org.
apache.tuscany.sca"
name=
"tuscany-sca-api"
rev=
"1.2.1-incubating
"
>
<artifact
name=
"
tuscany-sca-api"
type=
"jar"
url=
"http://people.apache.org/repo/m2-incubating-repository/org/apache/tuscany/sca/tuscany-sca-api/1.2.1-incubating/tuscany-sca-api-1.2.1-incubating
.jar"
/>
<dependency
org=
"org.
eclipse.stp.sca.osoa.java"
name=
"osoa-java-api"
rev=
"1.0
"
>
<artifact
name=
"
osoa-java-api"
type=
"jar"
url=
"http://maven.ow2.org/maven2/org/eclipse/stp/sca/osoa/java/osoa-java-api/1.0/osoa-java-api-1.0
.jar"
/>
</dependency>
</dependencies>
</ivy-module>
examples/helloworld-annotated/pom.xml
View file @
5026ba2d
...
...
@@ -31,7 +31,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-annotations
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: Helloworld annotated
</name>
...
...
@@ -39,7 +39,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
</parent>
<properties>
...
...
examples/helloworld-pojo/pom.xml
View file @
5026ba2d
...
...
@@ -31,7 +31,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-pojo
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: Helloworld POJO
</name>
...
...
@@ -39,7 +39,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
</parent>
<properties>
...
...
examples/isbn-test/pom.xml
View file @
5026ba2d
...
...
@@ -32,7 +32,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
isbntest
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: ISBN test
</name>
...
...
@@ -40,7 +40,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
ws-parent
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
</parent>
<properties>
...
...
examples/pom.xml
View file @
5026ba2d
...
...
@@ -32,7 +32,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
<packaging>
pom
</packaging>
<name>
OW2 FraSCAti examples
</name>
...
...
examples/verify-mail/pom.xml
View file @
5026ba2d
...
...
@@ -31,7 +31,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
verifymail
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: Verify Mail
</name>
...
...
@@ -39,7 +39,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
ws-parent
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
</parent>
<properties>
...
...
examples/weather/pom.xml
View file @
5026ba2d
...
...
@@ -32,7 +32,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
weather
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: Weather
</name>
...
...
@@ -40,7 +40,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
ws-parent
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
</parent>
<properties>
...
...
examples/ws-parent/pom.xml
View file @
5026ba2d
...
...
@@ -31,7 +31,7 @@
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
ws-parent
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
<packaging>
pom
</packaging>
<name>
Web Service Examples
</name>
...
...
@@ -39,7 +39,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
</parent>
<properties>
...
...
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