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
281bb4bd
Commit
281bb4bd
authored
Aug 13, 2010
by
Philippe Merle
Browse files
Updated to use frascati-sca-compiler-parent.
parent
fcff3165
Changes
2
Hide whitespace changes
Inline
Side-by-side
frascati/modules/frascati-assembly-factory-jdk6/pom.xml
View file @
281bb4bd
...
...
@@ -2,7 +2,7 @@
<!--
* OW2 FraSCAti: Assembly Factory with Juliac, JDK6 and Tinfi OO
*
* Copyright (c) 2010 INRIA
* Copyright (c) 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
...
...
@@ -30,7 +30,7 @@
<parent>
<groupId>
org.ow2.frascati
</groupId>
<artifactId>
frascati-
modules
</artifactId>
<artifactId>
frascati-
sca-compiler-parent
</artifactId>
<version>
1.3-SNAPSHOT
</version>
</parent>
...
...
@@ -65,23 +65,24 @@
<plugins>
<!--
Compile the Fractal architecture of the OW2 FraSCAti assembly factory wi
th Julia
C
. -->
<!--
Force to copy src/main/resources/* to target/classes/* before executing
th
e
Julia
c Tinfi SCA Parser plugin
. -->
<plugin>
<groupId>
org.objectweb.fractal.juliac
</groupId>
<artifactId>
maven-juliac-plugin
</artifactId>
<configuration>
<adls>
<adl>
org.ow2.frascati.bootstrap.FraSCAtiJDK6
</adl>
</adls>
<adlParser>
org.ow2.frascati.tinfi.FrascatiTinfiScaParser
</adlParser>
</configuration>
<dependencies>
<dependency>
<groupId>
org.ow2.frascati
</groupId>
<artifactId>
frascati-tinfi-sca-parser
</artifactId>
<version>
${frascati.version}
</version>
</dependency>
</dependencies>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-resources-plugin
</artifactId>
</plugin>
<!--
Compile the architecture of the OW2 FraSCAti assembly factory
with OW2 Fractal JuliaC.
-->
<plugin>
<groupId>
org.objectweb.fractal.juliac
</groupId>
<artifactId>
maven-juliac-plugin
</artifactId>
<configuration>
<adls>
<adl>
org.ow2.frascati.bootstrap.FraSCAtiJDK6
</adl>
</adls>
</configuration>
</plugin>
</plugins>
...
...
frascati/modules/frascati-component-factory-juliac-jdk6/pom.xml
View file @
281bb4bd
<?xml version="1.0"?>
<!--
* OW2 FraSCAti: Component Factory with Juliac and JD
T
* OW2 FraSCAti: Component Factory with Juliac and JD
K6
*
* Copyright (c) 2007-2010 INRIA
* Copyright (c) 2007-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
...
...
@@ -30,7 +30,7 @@
<parent>
<groupId>
org.ow2.frascati
</groupId>
<artifactId>
frascati-
modules
</artifactId>
<artifactId>
frascati-
sca-compiler-parent
</artifactId>
<version>
1.3-SNAPSHOT
</version>
</parent>
...
...
@@ -76,6 +76,11 @@
<defaultGoal>
install
</defaultGoal>
<plugins>
<!-- Force to copy src/main/resources/* to target/classes/* before executing the Juliac Tinfi SCA Parser plugin. -->
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-resources-plugin
</artifactId>
</plugin>
<!-- Compile the OW2 FraSCAti component factory Juliac SCA composite with OW2 Fractal JuliaC. -->
<plugin>
...
...
@@ -85,15 +90,7 @@
<adls>
<adl>
org.ow2.frascati.component.factory.juliac.Juliac
</adl>
</adls>
<adlParser>
org.ow2.frascati.tinfi.FrascatiTinfiScaParser
</adlParser>
</configuration>
<dependencies>
<dependency>
<groupId>
org.ow2.frascati
</groupId>
<artifactId>
frascati-tinfi-sca-parser
</artifactId>
<version>
${frascati.version}
</version>
</dependency>
</dependencies>
</plugin>
</plugins>
...
...
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