Skip to content

Commit f62fdfd

Browse files
committed
Moved all upsate sites in one update site releng/org.gemoc.siriusanimation.repository.
1 parent 2cf045f commit f62fdfd

File tree

38 files changed

+112
-389
lines changed

38 files changed

+112
-389
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ script:
1515
# Build update-site
1616
- mvn -P use_CI_repositories,modelanimation,trace_and_framework,java_execution clean verify
1717
# Rename the zipped update site to nightly
18-
- mv simulationmodelanimation/releng/fr.obeo.dsl.debug.repository/target/fr.obeo.dsl.debug.repository-*-SNAPSHOT.zip
19-
simulationmodelanimation/releng/fr.obeo.dsl.debug.repository/target/fr.obeo.dsl.debug.repository-nightly.zip
18+
- mv releng/org.gemoc.siriusanimation.repository/target/org.gemoc.siriusanimation.repository-*-SNAPSHOT.zip
19+
releng/org.gemoc.siriusanimation.repository/target/org.gemoc.siriusanimation.repository-nightly.zip
2020
# Prepare local dirs to deploy: copy repository
2121
- chmod a+x prepare-deploy-local-dir.sh
2222
- ./prepare-deploy-local-dir.sh $TRAVIS_BUILD_DIR/simulationmodelanimation/nightly

framework/execution_framework/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@
1818
<module>plugins/org.gemoc.executionframework.ui</module>
1919
<module>plugins/org.gemoc.executionframework.extensions.sirius</module>
2020

21-
<!-- feature and update site -->
21+
<!-- feature -->
2222
<module>releng/org.gemoc.modeldebugging.executionframework.feature</module>
23-
<module>releng/org.gemoc.modeldebugging.executionframework.repository</module>
2423

2524
<!-- WORKAROUND !! these components are added because we have a build cycle ! there is no cycle in the plugin
2625
dependencies but these plugin are built in another build that depend in this one -->

framework/execution_framework/releng/org.gemoc.modeldebugging.executionframework.repository/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

framework/execution_framework/releng/org.gemoc.modeldebugging.executionframework.repository/category.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

framework/execution_framework/releng/org.gemoc.modeldebugging.executionframework.repository/pom.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

framework/framework_commons/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@
1818

1919
<module>plugins/org.gemoc.xdsmlframework.commons</module>
2020

21-
<!-- feature and update site -->
21+
<!-- feature -->
2222
<module>releng/org.gemoc.modeldebugging.framework.commons.feature</module>
23-
<module>releng/org.gemoc.modeldebugging.framework.commons.repository</module>
2423

2524
<!-- WORKAROUND !! these components are added because we have a build cycle ! there is no cycle in the plugin
2625
dependencies but these plugin are built in another build that depend in this one -->

framework/framework_commons/releng/org.gemoc.modeldebugging.framework.commons.repository/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

framework/framework_commons/releng/org.gemoc.modeldebugging.framework.commons.repository/category.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

framework/framework_commons/releng/org.gemoc.modeldebugging.framework.commons.repository/pom.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

framework/xdsml_framework/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@
1717
<module>plugins/org.gemoc.xdsmlframework.ide.ui</module>
1818
<module>plugins/org.gemoc.xdsmlframework.extensions.sirius</module>
1919

20-
<!-- feature and update site -->
20+
<!-- feature -->
2121
<module>releng/org.gemoc.modeldebugging.xdsmlframework.feature</module>
22-
<module>releng/org.gemoc.modeldebugging.xdsmlframework.repository</module>
2322

2423
<!-- WORKAROUND !! these components are added because we have a build cycle ! there is no cycle in the plugin
2524
dependencies but these plugin are built in another build that depend in this one -->

0 commit comments

Comments
 (0)