Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Erwan BOUSSE
moclodash
Commits
ccf2c8d2
Commit
ccf2c8d2
authored
Apr 01, 2014
by
Erwan Bousse
Browse files
Mavenisation with tycho completed
parent
178b9440
Changes
122
Expand all
Hide whitespace changes
Inline
Side-by-side
fr.inria.diverse.cloning.benchmark.common/META-INF/MANIFEST.MF
View file @
ccf2c8d2
...
...
@@ -5,6 +5,6 @@ Bundle-SymbolicName: fr.inria.diverse.cloning.benchmark.common
Bundle-Version: 0.1.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: fr.inria.diverse.cloning.benchmark.common
Require-Bundle: org.eclipse.emf.ecore,
Require-Bundle: org.eclipse.emf.ecore
;bundle-version="2.9.1"
,
fr.inria.diverse.cloning.runtime;bundle-version="0.1.0"
Import-Package: fr.inria.diverse.cloning.runtime.common
fr.inria.diverse.cloning.benchmark.common/pom.xml
View file @
ccf2c8d2
...
...
@@ -7,32 +7,11 @@
<version>
0.1.0-SNAPSHOT
</version>
<packaging>
eclipse-plugin
</packaging>
<properties>
<tycho.version>
0.20.0
</tycho.version>
<!--<tycho-extras.version>[0.19.0,)</tycho-extras.version>-->
<kepler-repo.url>
http://download.eclipse.org/releases/kepler
</kepler-repo.url>
</properties>
<repositories>
<repository>
<id>
kepler
</id>
<url>
${kepler-repo.url}
</url>
<layout>
p2
</layout>
</repository>
</repositories>
<build>
<plugins>
<plugin>
<groupId>
org.eclipse.tycho
</groupId>
<artifactId>
tycho-maven-plugin
</artifactId>
<version>
${tycho.version}
</version>
<extensions>
true
</extensions>
</plugin>
</plugins>
</build>
<parent>
<groupId>
fr.inria.diverse.cloning
</groupId>
<artifactId>
parent
</artifactId>
<version>
0.1.0-SNAPSHOT
</version>
</parent>
</project>
fr.inria.diverse.cloning.benchmark.common/pom.xml~
View file @
ccf2c8d2
...
...
@@ -7,32 +7,11 @@
<version>
0.1.0-SNAPSHOT
</version>
<packaging>
eclipse-plugin
</packaging>
<properties>
<tycho.version>
0.20.0
</tycho.version>
<!--<tycho-extras.version>[0.19.0,)</tycho-extras.version>-->
<kepler-repo.url>
http://download.eclipse.org/releases/kepler
</kepler-repo.url>
</properties>
<repositories>
<repository>
<id>
kepler
</id>
<url>
${kepler-repo.url}
</url>
<layout>
p2
</layout>
</repository>
</repositories>
<build>
<plugins>
<plugin>
<groupId>
org.eclipse.tycho
</groupId>
<artifactId>
tycho-maven-plugin
</artifactId>
<version>
${tycho.version}
</version>
<extensions>
true
</extensions>
</plugin>
</plugins>
</build>
<parent>
<groupId>
fr.inria.diverse.cloning
</groupId>
<artifactId>
parent
</artifactId>
<version>
0.1.0-SNAPSHOT
</version>
</parent>
</project>
fr.inria.diverse.cloning.benchmark.materialgenerator.product/.project
0 → 100644
View file @
ccf2c8d2
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
fr.inria.diverse.cloning.benchmark.materialgenerator.product
</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
fr.inria.diverse.cloning.benchmark.materialgenerator.product/main.product
0 → 100644
View file @
ccf2c8d2
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>
<product
name=
"fr.inria.diverse.cloning.benchmark.materialgenerator"
uid=
"fr.inria.diverse.cloning.benchmark.materialgenerator.product"
id=
"fr.inria.diverse.cloning.benchmark.materialgenerator.product"
application=
"fr.inria.diverse.cloning.benchmark.materialgenerator.application"
version=
"1"
useFeatures=
"false"
includeLaunchers=
"true"
>
<configIni
use=
"default"
>
</configIni>
<launcherArgs>
<vmArgs>
-Xms128m -Xmx4096m
</vmArgs>
<vmArgsMac>
-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
</vmArgsMac>
</launcherArgs>
<windowImages/>
<launcher
name=
"cloning-benchmark-matgenerator"
>
<solaris/>
<win
useIco=
"false"
>
<bmp/>
</win>
</launcher>
<vm>
<linux
include=
"false"
>
org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7
</linux>
</vm>
<plugins>
<plugin
id=
"fr.inria.diverse.cloning.benchmark.materialgenerator"
version=
"0.1.0.qualifier"
/>
<plugin
id=
"org.eclipse.core.runtime"
/>
</plugins>
<configurations>
<plugin
id=
"org.eclipse.core.runtime"
autoStart=
"true"
startLevel=
"0"
/>
</configurations>
</product>
fr.inria.diverse.cloning.benchmark.materialgenerator.product/pom.xml
0 → 100644
View file @
ccf2c8d2
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
fr.inria.diverse.cloning.benchmark
</groupId>
<artifactId>
fr.inria.diverse.cloning.benchmark.materialgenerator.product
</artifactId>
<version>
0.1.0-SNAPSHOT
</version>
<packaging>
eclipse-repository
</packaging>
<parent>
<groupId>
fr.inria.diverse.cloning
</groupId>
<artifactId>
parent
</artifactId>
<version>
0.1.0-SNAPSHOT
</version>
</parent>
<build>
<plugins>
<plugin>
<groupId>
org.eclipse.tycho
</groupId>
<artifactId>
tycho-p2-director-plugin
</artifactId>
<version>
${tycho.version}
</version>
<executions>
<execution>
<id>
create-product-distributions
</id>
<goals>
<goal>
materialize-products
</goal>
<goal>
archive-products
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
fr.inria.diverse.cloning.benchmark.materialgenerator.product/pom.xml~
0 → 100644
View file @
ccf2c8d2
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
fr.inria.diverse.cloning.benchmark
</groupId>
<artifactId>
fr.inria.diverse.cloning.benchmark.metamodelsgenerator.product
</artifactId>
<version>
0.1.0-SNAPSHOT
</version>
<packaging>
eclipse-repository
</packaging>
<parent>
<groupId>
fr.inria.diverse.cloning
</groupId>
<artifactId>
parent
</artifactId>
<version>
0.1.0-SNAPSHOT
</version>
</parent>
<build>
<plugins>
<plugin>
<groupId>
org.eclipse.tycho
</groupId>
<artifactId>
tycho-p2-director-plugin
</artifactId>
<version>
${tycho.version}
</version>
<executions>
<execution>
<id>
create-product-distributions
</id>
<goals>
<goal>
materialize-products
</goal>
<goal>
archive-products
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
fr.inria.diverse.cloning.benchmark.materialgenerator/META-INF/MANIFEST.MF
View file @
ccf2c8d2
...
...
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: BenchmarkGenerator
Bundle-SymbolicName: fr.inria.diverse.cloning.benchmark.materialgenerator;singleton:=true
Bundle-Version:
1.0
.0.qualifier
Bundle-Version:
0.1
.0.qualifier
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.9.0",
org.eclipse.core.resources;bundle-version="3.8.101",
org.eclipse.emf.codegen.ecore;bundle-version="2.9.1",
...
...
fr.inria.diverse.cloning.benchmark.materialgenerator/ivy.xml
deleted
100644 → 0
View file @
178b9440
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<ivy-module
version=
"2.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"http://ant.apache.org/ivy/schemas/ivy.xsd"
>
<info
organisation=
"fr.inria.diverse"
module=
"cloning.benchmark.materialgenerator"
status=
"integration"
>
</info>
<dependencies>
<dependency
org=
"org.zeroturnaround"
name=
"zt-zip"
rev=
"1.7"
/>
<dependency
org=
"net.sf.jopt-simple"
name=
"jopt-simple"
rev=
"4.6"
/>
<dependency
org=
"org.slf4j"
name=
"slf4j-jdk14"
rev=
"1.6.6"
/>
</dependencies>
</ivy-module>
fr.inria.diverse.cloning.benchmark.materialgenerator/main.product
deleted
100644 → 0
View file @
178b9440
This diff is collapsed.
Click to expand it.
fr.inria.diverse.cloning.benchmark.materialgenerator/pom.xml
0 → 100644
View file @
ccf2c8d2
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
fr.inria.diverse.cloning.benchmark
</groupId>
<artifactId>
fr.inria.diverse.cloning.benchmark.materialgenerator
</artifactId>
<version>
0.1.0-SNAPSHOT
</version>
<packaging>
eclipse-plugin
</packaging>
<parent>
<groupId>
fr.inria.diverse.cloning
</groupId>
<artifactId>
parent
</artifactId>
<version>
0.1.0-SNAPSHOT
</version>
</parent>
</project>
fr.inria.diverse.cloning.benchmark.materialgenerator/target/.gitignore
deleted
100644 → 0
View file @
178b9440
/classes
fr.inria.diverse.cloning.benchmark.metamodelsgenerator.product/.project
0 → 100644
View file @
ccf2c8d2
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
fr.inria.diverse.cloning.benchmark.metamodelsgenerator.product
</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
fr.inria.diverse.cloning.benchmark.metamodelsgenerator.product/main.product
0 → 100644
View file @
ccf2c8d2
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>
<product
name=
"Metamodels generator"
uid=
"fr.inria.diverse.cloning.benchmark.metamodelsgenerator.product"
id=
"fr.inria.diverse.cloning.benchmark.metamodelsgenerator.product"
application=
"fr.inria.diverse.cloning.benchmark.metamodelsgenerator.application"
version=
"1"
useFeatures=
"false"
includeLaunchers=
"true"
>
<configIni
use=
"default"
>
</configIni>
<launcherArgs>
<vmArgsMac>
-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
</vmArgsMac>
</launcherArgs>
<windowImages/>
<launcher
name=
"cloning-benchmark-mmgenerator"
>
<solaris/>
<win
useIco=
"false"
>
<bmp/>
</win>
</launcher>
<vm>
</vm>
<plugins>
<plugin
id=
"fr.inria.diverse.cloning.benchmark.metamodelsgenerator"
version=
"0.1.0.qualifier"
/>
<plugin
id=
"org.eclipse.core.runtime"
/>
<plugin
id=
"org.eclipse.swt"
/>
<plugin
id=
"org.eclipse.swt.gtk.linux.x86_64"
fragment=
"true"
/>
</plugins>
<configurations>
<plugin
id=
"org.eclipse.core.runtime"
autoStart=
"true"
startLevel=
"0"
/>
<plugin
id=
"org.eclipse.swt"
autoStart=
"true"
startLevel=
"0"
/>
</configurations>
</product>
fr.inria.diverse.cloning.benchmark.metamodelsgenerator.product/pom.xml
0 → 100644
View file @
ccf2c8d2
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
fr.inria.diverse.cloning.benchmark
</groupId>
<artifactId>
fr.inria.diverse.cloning.benchmark.metamodelsgenerator.product
</artifactId>
<version>
0.1.0-SNAPSHOT
</version>
<packaging>
eclipse-repository
</packaging>
<parent>
<groupId>
fr.inria.diverse.cloning
</groupId>
<artifactId>
parent
</artifactId>
<version>
0.1.0-SNAPSHOT
</version>
</parent>
<build>
<plugins>
<plugin>
<groupId>
org.eclipse.tycho
</groupId>
<artifactId>
tycho-p2-director-plugin
</artifactId>
<version>
${tycho.version}
</version>
<executions>
<execution>
<id>
create-product-distributions
</id>
<goals>
<goal>
materialize-products
</goal>
<goal>
archive-products
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
fr.inria.diverse.cloning.benchmark.metamodelsgenerator.product/pom.xml~
0 → 100644
View file @
ccf2c8d2
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
fr.inria.diverse.cloning
</groupId>
<artifactId>
fr.inria.diverse.cloning.benchmark.metamodelsgenerator.product
</artifactId>
<version>
0.1.0-SNAPSHOT
</version>
<packaging>
eclipse-repository
</packaging>
<parent>
<groupId>
fr.inria.diverse.cloning
</groupId>
<artifactId>
parent
</artifactId>
<version>
0.1.0-SNAPSHOT
</version>
</parent>
<build>
<plugins>
<plugin>
<groupId>
org.eclipse.tycho
</groupId>
<artifactId>
tycho-p2-director-plugin
</artifactId>
<version>
${tycho.version}
</version>
<executions>
<execution>
<id>
create-product-distributions
</id>
<goals>
<goal>
materialize-products
</goal>
<goal>
archive-products
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
fr.inria.diverse.cloning.benchmark.metamodelsgenerator/META-INF/MANIFEST.MF
View file @
ccf2c8d2
...
...
@@ -2,15 +2,15 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: BenchmarkMetamodelsGenerator
Bundle-SymbolicName: fr.inria.diverse.cloning.benchmark.metamodelsgenerator;singleton:=true
Bundle-Version:
1.0
.0.qualifier
Require-Bundle: org.eclipse.core.runtime,
Bundle-Version:
0.1
.0.qualifier
Require-Bundle: org.eclipse.core.runtime
;bundle-version="3.9.0"
,
org.eclipse.emf.ecore;bundle-version="2.9.1",
org.eclipse.emf.ecoretools.diagram;bundle-version="1.2.0",
org.eclipse.gmf.runtime.diagram.ui.render;bundle-version="1.7.0",
org.eclipse.gmf.runtime.notation;bundle-version="1.7.0",
org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.7.0",
fr.inria.diverse.cloning.materialgenerator;bundle-version="0.1.0"
fr.inria.diverse.cloning.materialgenerator;bundle-version="0.1.0",
fr.inria.diverse.cloning.runtime;bundle-version="0.1.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Import-Package: fr.inria.diverse.cloning.runtime.util
Bundle-ClassPath: lib/jopt-simple-4.6.jar,
.
fr.inria.diverse.cloning.benchmark.metamodelsgenerator/main.product
deleted
100644 → 0
View file @
178b9440
This diff is collapsed.
Click to expand it.
fr.inria.diverse.cloning.benchmark.metamodelsgenerator/pom.xml
0 → 100644
View file @
ccf2c8d2
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
fr.inria.diverse.cloning.benchmark
</groupId>
<artifactId>
fr.inria.diverse.cloning.benchmark.metamodelsgenerator
</artifactId>
<version>
0.1.0-SNAPSHOT
</version>
<packaging>
eclipse-plugin
</packaging>
<parent>
<groupId>
fr.inria.diverse.cloning
</groupId>
<artifactId>
parent
</artifactId>
<version>
0.1.0-SNAPSHOT
</version>
</parent>
</project>
fr.inria.diverse.cloning.
material
generator/pom.xml~
→
fr.inria.diverse.cloning.
benchmark.metamodels
generator/pom.xml~
View file @
ccf2c8d2
...
...
@@ -3,16 +3,14 @@
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
fr.inria.diverse.cloning
</groupId>
<artifactId>
fr.inria.diverse.cloning.
material
generator
</artifactId>
<artifactId>
fr.inria.diverse.cloning.
benchmark.metamodels
generator
</artifactId>
<version>
0.1.0-SNAPSHOT
</version>
<packaging>
eclipse-plugin
</packaging>
<parent>
<groupId>
fr.inria.diverse.cloning
</groupId>
<artifactId>
parent
</artifactId>
<version>
0.1.0-SNAPSHOT
</version>
<relativePath>
../fr.inria.diverse.cloning.master/pom.xml
</relativePath>
</parent>
...
...
Prev
1
2
3
4
5
…
7
Next
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