Modified: incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.locale/src/main/resources/locale/fr_FR/SettingsWindow.properties URL: http://svn.apache.org/viewvc/incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.locale/src/main/resources/locale/fr_FR/SettingsWindow.properties?rev=1418196&r1=1418195&r2=1418196&view=diff ============================================================================== --- incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.locale/src/main/resources/locale/fr_FR/SettingsWindow.properties (original) +++ incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.locale/src/main/resources/locale/fr_FR/SettingsWindow.properties Fri Dec 7 06:25:40 2012 @@ -14,3 +14,5 @@ BROWSE_MAVEN_HOME=Naviguez jusqu'au doss INDICATE_MAVEN_HOME=Indiquez le dossier racine de Maven 3.x. PLEASE_INDICATE_MAVEN_HOME=Merci d'indiquer le dossier racine de Maven 3.x ... MAVEN_HOME_ERROR_STRING=Vous devez entrer un dossier racine valide pour Maven 3.x +VCS=Système de contrôle de version +SHOULD_BE_IN_PATH=Doit être dans votre chemin d'accès
Modified: incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.standard-theme/pom.xml URL: http://svn.apache.org/viewvc/incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.standard-theme/pom.xml?rev=1418196&r1=1418195&r2=1418196&view=diff ============================================================================== --- incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.standard-theme/pom.xml (original) +++ incubator/flex/whiteboard/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.standard-theme/pom.xml Fri Dec 7 06:25:40 2012 @@ -28,21 +28,6 @@ limitations under the License. <artifactId>org.apache.flex.utilities.developerToolSuite.standard-theme</artifactId> <packaging>swc</packaging> - <dependencies> - <dependency> - <groupId>org.apache.flex.utilities</groupId> - <artifactId>org.apache.flex.utilities.developerToolSuite.locale</artifactId> - <version>1.0-SNAPSHOT</version> - <type>swc</type> - </dependency> - <dependency> - <groupId>org.apache.flex.utilities</groupId> - <artifactId>org.apache.flex.utilities.developerToolSuite.locale</artifactId> - <version>1.0-SNAPSHOT</version> - <type>rb.swc</type> - </dependency> - </dependencies> - <build> <plugins> <plugin> @@ -59,41 +44,5 @@ limitations under the License. </configuration> </plugin> </plugins> - <pluginManagement> - <plugins> - <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> - <plugin> - <groupId>org.eclipse.m2e</groupId> - <artifactId>lifecycle-mapping</artifactId> - <version>1.0.0</version> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - net.flexmojos.oss - </groupId> - <artifactId> - flexmojos-maven-plugin - </artifactId> - <versionRange> - [6.0-SNAPSHOT,) - </versionRange> - <goals> - <goal>compile-swc</goal> - <goal>test-compile</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore></ignore> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> - </plugins> - </pluginManagement> </build> </project>
