Browse Source

Renamed themes-compiled -> themes (#9598)

tags/7.0.0.beta1
Artur Signell 11 years ago
parent
commit
0ce6f77ab3
6 changed files with 6 additions and 6 deletions
  1. 1
    1
      all/ivy.xml
  2. 1
    1
      common.xml
  3. 1
    1
      ivysettings.xml
  4. 1
    1
      themes/build.xml
  5. 1
    1
      themes/ivy.xml
  6. 1
    1
      uitest/ivy.xml

+ 1
- 1
all/ivy.xml View File

@@ -27,7 +27,7 @@
rev="${vaadin.version}"/>
<dependency org="com.vaadin" name="vaadin-theme-compiler"
rev="${vaadin.version}"/>
<dependency org="com.vaadin" name="vaadin-themes-compiled"
<dependency org="com.vaadin" name="vaadin-themes"
rev="${vaadin.version}"/>
<dependency org="com.vaadin" name="vaadin-client-compiled"
rev="${vaadin.version}"/>

+ 1
- 1
common.xml View File

@@ -8,7 +8,7 @@
<dirname property="vaadin.basedir" file="${ant.file.common}" />
<property file="${vaadin.basedir}/build.properties" />

<property name="modules.to.publish.to.maven" value="shared,server,client,client-compiler,client-compiled,theme-compiler,themes-compiled" />
<property name="modules.to.publish.to.maven" value="shared,server,client,client-compiler,client-compiled,theme-compiler,themes" />
<property name="modules.to.publish.to.download" value="${modules.to.publish.to.maven},all" />

<ivy:settings file="${vaadin.basedir}/ivysettings.xml" />

+ 1
- 1
ivysettings.xml View File

@@ -49,7 +49,7 @@
resolver="build-temp" />
<module organisation="com.vaadin" name="vaadin-theme-compiler"
resolver="build-temp" />
<module organisation="com.vaadin" name="vaadin-themes-compiled"
<module organisation="com.vaadin" name="vaadin-themes"
resolver="build-temp" />
</modules>


themes-compiled/build.xml → themes/build.xml View File

@@ -10,7 +10,7 @@
<include file="../gwt-files.xml" as="gwtfiles" />

<!-- global properties -->
<property name="module.name" value="vaadin-themes-compiled" />
<property name="module.name" value="vaadin-themes" />
<property name="result.dir" value="result" />
<property name="theme.result.dir" value="${result.dir}/VAADIN/themes" />


themes-compiled/ivy.xml → themes/ivy.xml View File

@@ -4,7 +4,7 @@
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd"
xmlns:m="http://ant.apache.org/ivy/maven">

<info organisation="com.vaadin" module="vaadin-themes-compiled"
<info organisation="com.vaadin" module="vaadin-themes"
revision="${vaadin.version}" />

<configurations>

+ 1
- 1
uitest/ivy.xml View File

@@ -38,7 +38,7 @@
rev="${vaadin.version}" conf="build->build"></dependency>
<dependency org="com.vaadin" name="vaadin-client-compiled"
rev="${vaadin.version}" conf="build->build"></dependency>
<dependency org="com.vaadin" name="vaadin-themes-compiled"
<dependency org="com.vaadin" name="vaadin-themes"
rev="${vaadin.version}" conf="build->build"></dependency>
<!-- For compiling TestingWidgetSet -->

Loading…
Cancel
Save