Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
frascati
frascati
Commits
dd7d09d7
Commit
dd7d09d7
authored
Aug 17, 2010
by
Philippe Merle
Browse files
Removed dependency to swing-layout as already included into FraSCAti Explorer API.
parent
0d1eca0d
Changes
3
Hide whitespace changes
Inline
Side-by-side
examples/calculator/server/pom.xml
View file @
dd7d09d7
...
...
@@ -2,7 +2,7 @@
<!--
* OW2 FraSCAti Examples: Calculator Server
*
* Copyright (c) 2009 INRIA, U
STL
* Copyright (c) 2009
-2010
INRIA, U
niversity of Lille 1
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
@@ -45,11 +45,4 @@
<composite.file>
soap-calc
</composite.file>
</properties>
<dependencies>
<dependency>
<groupId>
org.swinglabs
</groupId>
<artifactId>
swing-layout
</artifactId>
<version>
1.0.3
</version>
</dependency>
</dependencies>
</project>
examples/chat/client/pom.xml
View file @
dd7d09d7
...
...
@@ -2,7 +2,7 @@
<!--
* OW2 FraSCAti Examples: Chat client.
*
* Copyright (c) 2009 INRIA
* Copyright (c) 2009
-2010
INRIA
, University of Lille 1
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
@@ -17,6 +17,13 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Contact: frascati@ow2.org
*
* Author: Christophe Demarey
*
* Contributor(s): Philippe Merle
*
-->
<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/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
...
...
@@ -38,11 +45,6 @@
<artifactId>
appframework
</artifactId>
<version>
1.0.3
</version>
</dependency>
<dependency>
<groupId>
org.swinglabs
</groupId>
<artifactId>
swing-layout
</artifactId>
<version>
1.0.3
</version>
</dependency>
</dependencies>
<profiles>
...
...
examples/isbn-test/pom.xml
View file @
dd7d09d7
...
...
@@ -2,7 +2,7 @@
<!--
* OW2 FraSCAti Examples: ISBN test
*
* Copyright (c) 2009 INRIA, U
STL
* Copyright (c) 2009
-2010
INRIA, U
niversity of Lille 1
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
@@ -65,12 +65,6 @@
<version>
${frascati.version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.swinglabs
</groupId>
<artifactId>
swing-layout
</artifactId>
<version>
1.0.3
</version>
</dependency>
</dependencies>
</project>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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