Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Use package instead of install phase
<?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"> <parent> <groupId>io.enmasse</groupId> <artifactId>artemis</ar...
<?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"> <parent> <groupId>io.enmasse</groupId> <artifactId>artemis</ar...
Revert Arquillian appDeployTimeout to 600 seconds
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <arquillian xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://jboss.org/schema/arquillian" xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian_1_0.xsd"> <engine> <property name="deploymentExpo...
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <arquillian xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://jboss.org/schema/arquillian" xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian_1_0.xsd"> <engine> <property name="deploymentExpo...
Add UTC timestamp to logs.
<!-- https://stackoverflow.com/questions/5731162/xml-schema-or-dtd-for-logback-xml --> <!--suppress ALL --> <configuration> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <pattern>%-5marker [%level] %msg%n</pattern> </encoder> </appender> <root l...
<!-- https://stackoverflow.com/questions/5731162/xml-schema-or-dtd-for-logback-xml --> <!--suppress ALL --> <configuration> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <pattern>%-5marker %date{"yyyy-MM-dd'T'HH:mm:ss,SSSXXX", UTC} [%level] %msg%n</pattern> ...
Create new testsuite for chess API
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="bootstrap/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" proce...
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="bootstrap/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" proce...
Change settings to use Java 8
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="EntryPointsManager"> <entry_points version="2.0" /> </component> <component name="ProjectKey"> <option name="state" value="project://e2804f05-5315-4fc6-a121-c522a6c26470" /> </component> <component name="ProjectRootManager" ...
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="EntryPointsManager"> <entry_points version="2.0" /> </component> <component name="ProjectKey"> <option name="state" value="project://e2804f05-5315-4fc6-a121-c522a6c26470" /> </component> <component name="ProjectRootManager" ...
Move settings to top, show if room & add icon
<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" tools:context="com.gmail.alexellingsen.g2theming.MainActivity"> <item android:id="@+id/action_reset_default" android:showAsAction="never" android:title="@string/action...
<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" tools:context="com.gmail.alexellingsen.g2theming.MainActivity"> <item android:id="@+id/action_settings" android:icon="@android:drawable/ic_menu_preferences" android:sh...
Disable suggestions for search input.
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res/com.peer1.internetmap" android:id="@+id/LinearLayout1" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <LinearLayout ...
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res/com.peer1.internetmap" android:id="@+id/LinearLayout1" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <LinearLayout ...
Update the cookie path for the sample Tomcat7 configuration file
<Context sessionCookiePath="/"> <!-- JDBC datasource --> <Resource name="jdbc/ontrack" auth="Container" type="javax.sql.DataSource" factory="org.apache.tomcat.jdbc.pool.DataSourceFactory" maxActive="20" minIdle="5" maxIdle="10"...
<Context sessionCookiePath="/ontrack"> <!-- JDBC datasource --> <Resource name="jdbc/ontrack" auth="Container" type="javax.sql.DataSource" factory="org.apache.tomcat.jdbc.pool.DataSourceFactory" maxActive="20" minIdle="5" maxId...
Revert "Migrated deprecated PHP Unit schema"
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processI...
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processI...
Update all versions to beta-1-SNAPSHOT
<?xml version="1.0" encoding="UTF-8"?> <project> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>maven-plugin-parent</artifactId> <groupId>org.apache.maven.plugins</groupId> <version>2.0-alpha-3</version> </parent> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plug...
<?xml version="1.0" encoding="UTF-8"?> <project> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>maven-plugin-parent</artifactId> <groupId>org.apache.maven.plugins</groupId> <version>2.0-beta-1-SNAPSHOT</version> </parent> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-ecli...
Use xinclude to import the vorbis-over-rtp internet draft text. This only works on xsltproc. Saxon and Xalan implement a different extension, which is given in a comment.
<?xml version="1.0" ?> <appendix id="vorbis-over-rtp"> <appendixinfo> <releaseinfo> <emphasis>$Id: a2-encapsulation_rtp.xml,v 1.1 2002/10/16 22:46:44 giles Exp $</emphasis> </releaseinfo> </appendixinfo> <title>Vorbis encapsulation in RTP</title> <screen> <!-- the draft-rtp entity must be declared in the enclosing...
<?xml version="1.0" ?> <appendix id="vorbis-over-rtp"> <appendixinfo> <releaseinfo> <emphasis>$Id: a2-encapsulation_rtp.xml,v 1.2 2002/10/26 13:21:35 giles Exp $</emphasis> </releaseinfo> </appendixinfo> <title>Vorbis encapsulation in RTP</title> <literallayout class="monospaced"> <!-- this works with extensions i...
Fix model name in l10n_nl_tax_statement
<?xml version="1.0" encoding="utf-8"?> <odoo> <report id="action_report_tax_statement" model="l10n.nl.vat.statement" string="NL Tax Statement" report_type="qweb-pdf" name="l10n_nl_tax_statement.report_tax_statement" file="l10n_nl_tax_statement.report_tax_statement" /> ...
<?xml version="1.0" encoding="utf-8"?> <odoo> <report id="action_report_tax_statement" model="l10n.nl.vat.statement" string="NL Tax Statement" report_type="qweb-pdf" name="l10n_nl_tax_statement.report_tax_statement" file="l10n_nl_tax_statement.report_tax_statement" /> ...
Add Eugene Semenov to the Jarvis Test Bot
<?xml version="1.0"?> <configuration> <account> <login>jarvis.systeme@gmail.com</login> <password>jarvispowered</password> </account> <whitelist> <id>nephilim.seraphin@gmail.com</id> <id>laurene.syx@gmail.com</id> <id>guillaume.lacouque@gmail.com</id> <id>clai...
<?xml version="1.0"?> <configuration> <account> <login>jarvis.systeme@gmail.com</login> <password>jarvispowered</password> </account> <whitelist> <id>nephilim.seraphin@gmail.com</id> <id>truestealth117@gmail.com</id> </whitelist> <botname>JARVIS</botname> </configurat...
Handle additional config changes to avoid activity restart
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.sonelli.juicessh.performancemonitor"> <uses-permission android:name="com.sonelli.juicessh.api.v1.permission.READ_CONNECTIONS" /> <uses-permission android:name="com.sonelli.juicessh.api.v...
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.sonelli.juicessh.performancemonitor"> <uses-permission android:name="com.sonelli.juicessh.api.v1.permission.READ_CONNECTIONS" /> <uses-permission android:name="com.sonelli.juicessh.api.v...
Use basic scaling with maximum of one instance.
<?xml version="1.0" encoding="utf-8"?> <appengine-web-app xmlns="http://appengine.google.com/ns/1.0"> <threadsafe>false</threadsafe> <sessions-enabled>true</sessions-enabled> <runtime>java8</runtime> <static-files> <!-- prevent unwanted caching when accessing via the web preview server --> <include path...
<?xml version="1.0" encoding="utf-8"?> <appengine-web-app xmlns="http://appengine.google.com/ns/1.0"> <threadsafe>false</threadsafe> <sessions-enabled>true</sessions-enabled> <runtime>java8</runtime> <static-files> <!-- prevent unwanted caching when accessing via the web preview server --> <include path...
Set storage minsdk to 14, to be consistent with rest of androidx
<?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright (C) 2020 The Android Open Source Project ~ ~ Licensed 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/lice...
<?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright (C) 2020 The Android Open Source Project ~ ~ Licensed 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/lice...
Add a new line at the end of the file.
<component name="CopyrightManager"> <copyright> <option name="allowReplaceKeyword" value="2000-" /> <option name="myName" value="TeamDev Open-Source" /> <option name="notice" value="Copyright 2016, TeamDev Ltd. All rights reserved.&#10;&#10;Redistribution and use in source and/or binary forms, with or wit...
<component name="CopyrightManager"> <copyright> <option name="allowReplaceKeyword" value="2000-" /> <option name="myName" value="TeamDev Open-Source" /> <option name="notice" value="Copyright 2016, TeamDev Ltd. All rights reserved.&#10;&#10;Redistribution and use in source and/or binary forms, with or wit...
Make search box text color white
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <EditText android:id="@+id/search_edit" android:layout_width="match_parent" androi...
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <EditText android:id="@+id/search_edit" android:layout_width="match_parent" androi...
Add switch menu thai or english
<?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"> <item android:id="@+id/short_by_latest" android:title="@string/short_by_latest" app:showAsAction="never" /> <item and...
<?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"> <item android:title="" android:id="@+id/setting" android:icon="@drawable/ic_setting" app:showAsAction="always"> <m...
Bump maven-profiler from 3.0 to 3.1.1
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2009-2020 the original author or authors. Licensed 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.apa...
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2009-2020 the original author or authors. Licensed 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.apa...
Update to Felix module related to recent artifactId, package, and other renaming: o org.osgi to org.osgi.core in dependency manager
<project> <parent> <groupId>org.apache.felix</groupId> <artifactId>felix</artifactId> <version>0.8.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>osgi-bundle</packaging> <name>Apache Felix Dependency Manager</name> <artifactId>org.apache.felix.dependencymanager</art...
<project> <parent> <groupId>org.apache.felix</groupId> <artifactId>felix</artifactId> <version>0.8.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>osgi-bundle</packaging> <name>Apache Felix Dependency Manager</name> <artifactId>org.apache.felix.dependencymanager</art...
Bring step 1 up to date.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE programlisting PUBLIC "-//OASIS//DTD DocBook V5.0//EN" "http://docbook.org/xml/5.0/dtd/docbook.dtd"> <programlisting id="ball-01-Makefile.am" xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en" xmlns:xi="http://www.w3.org/2001/XInclude"><!-- ...
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE programlisting PUBLIC "-//OASIS//DTD DocBook V5.0//EN" "http://docbook.org/xml/5.0/dtd/docbook.dtd"> <programlisting id="ball-01-Makefile.am" xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en" xmlns:xi="http://www.w3.org/2001/XInclude"><!-- ...
Fix formatting in xml fixtures
<?xml version="1.0" encoding="UTF-8"?> <issues format="3" by="lint 21.1"> <issue id="DefaultLocale" severity="Warning" message="Implicitly ..." category="Correctness" priority="6" summary="Finds ..." explanation="Calling ..." url="http://developer.android.c...
<?xml version="1.0" encoding="UTF-8"?> <issues format="3" by="lint 21.1"> <issue id="DefaultLocale" severity="Warning" message="Implicitly ..." category="Correctness" priority="6" summary="Finds ..." explanation="Calling ..." url="http://developer.android.com/reference/java/util/Locale.html#default_lo...
Add patch-management to "patch" feature as dependency
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2005-2015 Red Hat, Inc. Red Hat 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.apach...
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2005-2015 Red Hat, Inc. Red Hat 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.apach...
Update Google Maps API key
<?xml version="1.0" encoding="utf-8"?> <manifest package="mn.devfest" xmlns:android="http://schemas.android.com/apk/res/android"> <uses-permission android:name="android.permission.INTERNET"/> <application android:name=".DevFestApplication" android:allowBackup="true" android:f...
<?xml version="1.0" encoding="utf-8"?> <manifest package="mn.devfest" xmlns:android="http://schemas.android.com/apk/res/android"> <uses-permission android:name="android.permission.INTERNET"/> <application android:name=".DevFestApplication" android:allowBackup="true" android:f...
Add app color palette to wearable app
<?xml version="1.0" encoding="utf-8"?> <resources> <color name="background">#000000</color> <color name="background2">#000088</color> <color name="digital_text">#ffffff</color> </resources>
<?xml version="1.0" encoding="utf-8"?> <resources> <color name="background">#000000</color> <color name="background2">#000088</color> <color name="digital_text">#ffffff</color> <color name="white">#FFFFFF</color> <color name="grey">#cccccc</color> <color name="grey_700">#646464</color> <col...
Add PostgreSQL to .tar.gz assembly.
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> <id>dist</id> <b...
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> <id>dist</id> <b...
Add precicion and default value for shedlock liquibase script
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.10.xsd"> <changeSet author="schneider" id="add-shedlock"> <...
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.10.xsd"> <changeSet author="schneider" id="add-shedlock"> <...
Set a default app key to make tests pass
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="bootstrap/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" proce...
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="bootstrap/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" proce...
Print all failures when running PHPUnit
<?xml version="1.0" encoding="UTF-8"?> <phpunit colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnFailure="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocat...
<?xml version="1.0" encoding="UTF-8"?> <phpunit colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnFailure="false" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLoca...
Hide application in Play Store for devices running Android 4.4 or higher.
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.michalmazur.orphanedtexts" android:versionCode="16" android:versionName="1.4" > <uses-sdk android:minSdkVersion="7" android:targetSdkVersion="11"/> <uses-permission android:name...
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.michalmazur.orphanedtexts" android:versionCode="17" android:versionName="1.4.1" > <uses-sdk android:minSdkVersion="7" android:targetSdkVersion="11" android:maxSdkVersion="18"/> ...
Add intent-filter for app link
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.kaqui"> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> <application android:allow...
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.kaqui"> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> <application android:allow...
Fix mutation test plugin for build-tools module
<?xml version="1.0" encoding="UTF-8"?> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.j...
<?xml version="1.0" encoding="UTF-8"?> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.j...
Stop trying to read GTFS schedule or frequency when not available.
<?xml version="1.0" encoding="utf-8"?> <resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"> <integer name="gtfs_rts_db_version">20141027</integer> <string name="gtfs_rts_authority">org.mtransit.android.ca_lanaudiere_crtl_bus.gtfs</string> <string name="gtfs_status_for...
<?xml version="1.0" encoding="utf-8"?> <resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"> <integer name="gtfs_rts_db_version">20141027</integer> <string name="gtfs_rts_authority">org.mtransit.android.ca_lanaudiere_crtl_bus.gtfs</string> <string name="gtfs_status_for...
Reset log level for HikariCP
<?xml version="1.0" encoding="UTF-8"?> <configuration> <timestamp key="timestamp" datePattern="yyyy-MM-dd'T'HH_mm_ss"/> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern> </enc...
<?xml version="1.0" encoding="UTF-8"?> <configuration> <timestamp key="timestamp" datePattern="yyyy-MM-dd'T'HH_mm_ss"/> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern> </enc...
Package kotlinx.dom into Anko IDEA plugin
<component name="ArtifactManager"> <artifact name="Plugin"> <output-path>$PROJECT_DIR$/out/artifacts/Plugin</output-path> <root id="root"> <element id="directory" name="lib"> <element id="archive" name="dsl-preview-plugin.jar"> <element id="module-output" name="idea-plugin" /> ...
<component name="ArtifactManager"> <artifact name="Plugin"> <output-path>$PROJECT_DIR$/out/artifacts/Plugin</output-path> <root id="root"> <element id="directory" name="lib"> <element id="archive" name="dsl-preview-plugin.jar"> <element id="module-output" name="idea-plugin" /> ...
Reorder buttons in the button bar
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" style="?attr/buttonBarStyle" android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="@color/colorPrimary" android:orientation="horizontal" android:v...
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" style="?attr/buttonBarStyle" android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="@color/colorPrimary" android:orientation="horizontal" android:v...
Change port for database connection
<?xml version="1.0" encoding="UTF-8"?> <Context path="/courses"> <Resource name="jdbc/coursedb" auth="Container" type="javax.sql.DataSource" factory="org.apache.tomcat.jdbc.pool.DataSourceFactory" driverClassName="com.mysql.jdbc.Driver" url="jdbc:mysql://devproserv.com/coursedb" use...
<?xml version="1.0" encoding="UTF-8"?> <Context path="/courses"> <Resource name="jdbc/coursedb" auth="Container" type="javax.sql.DataSource" factory="org.apache.tomcat.jdbc.pool.DataSourceFactory" driverClassName="com.mysql.jdbc.Driver" url="jdbc:mysql://devproserv.com:54406/coursedb" ...
Revert production runtime configuration Secret has been changed in production
<component name="ProjectRunConfigurationManager"> <configuration default="false" name="FafApiApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true"> <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea"> <pattern> ...
<component name="ProjectRunConfigurationManager"> <configuration default="false" name="FafApiApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true"> <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea"> <pattern> ...
Bump jackson.version from 2.11.3 to 2.12.0
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>au.gov.qld.pub</grou...
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>au.gov.qld.pub</grou...
Fix the application name by escaping the single quotes
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">Para 'n' Droid</string> </resources>
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">Para \'n\' Droid</string> </resources>
Include sample build.properties in source distro.
<!-- 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 ...
<!-- 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 ...
Fix a few things to do with the RSS feed
<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule"> <channel> <title>{{ section.title|escape }} - chilts.org</title> <link>http://www.{{ "Naked Domain"|cfg }}/</link> <description>{{ section.description|escape }}</desc...
<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule"> <channel> <title>{{ section.title|escape }} - chilts.org</title> <link>http://www.{{ "Naked Domain"|cfg }}/</link> <description>{{ section.description|escape }}</desc...
Fix target version on sample
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.example.download_example"> <uses-sdk android:minSdkVersion="15" /> <!-- You have to add this permission when setting `PathNameForDownloaded...
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.example.download_example"> <uses-sdk android:minSdkVersion="15" android:targetSdkVersion="24" /> <!-- You have to add this permission when setting...
Add default threshold for VBASIC
<?xml version="1.0" encoding="utf-8" ?> <wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" ...
<?xml version="1.0" encoding="utf-8" ?> <wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" ...
Correct Surf/Aikau template type definition
<?xml version="1.0" encoding="UTF-8"?> <template-type> <title>Better Trash Management Full Page</title> <description>This template-type references the "full-page" WebScript to render a complete page of Dojo based widgets</description> <family>Better Trash Management</family> <processor mode="view"> ...
<?xml version="1.0" encoding="UTF-8"?> <template-type> <title>Better Trash Management Full Page</title> <description>This template-type references the "full-page" WebScript to render a complete page of Dojo based widgets</description> <family>Better Trash Management</family> <processor mode="view"> ...
Fix the LatinIME on devices with 240dpi.
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.inputmethod.latin" android:sharedUserId="android.uid.shared"> <uses-permission android:name="android.permission.VIBRATE"/> <uses-permission android:name="android.permission.READ_USER_DICTIONARY" /> <us...
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.inputmethod.latin" android:sharedUserId="android.uid.shared"> <uses-permission android:name="android.permission.VIBRATE"/> <uses-permission android:name="android.permission.READ_USER_DICTIONARY" /> <us...
Update changelog - PR batch 1
<?xml version="1.0" encoding="utf-8"?> <resources> <!-- changelog for the master branch --> <string name="changelog_master" translatable="false"> <b>Next feature release:</b>\n · New: Backup for app settings\n · New: Remember setting for distance circles on map\n · New: Move offline related settings...
<?xml version="1.0" encoding="utf-8"?> <resources> <!-- changelog for the master branch --> <string name="changelog_master" translatable="false"> <b>Next feature release:</b>\n · New: Backup for app settings\n · New: Remember setting for distance circles on map\n · New: Move offline related settings...
Use vector checked icon in add indicator.
<?xml version="1.0" encoding="utf-8"?> <merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"> <!-- tint XML attribute uses SRC_ATOP for compat, so make sure to use a white drawable. --> <ImageView android:id="@+id/imageViewAddIndicator...
<?xml version="1.0" encoding="utf-8"?> <merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"> <!-- tint XML attribute uses SRC_ATOP for compat, so make sure to use a white drawable. --> <ImageView android:id="@+id/imageViewAddIndicator...
Move a bunch of Ant junk into its own folder.
<!-- build.xml Ant build file for LOCI Checkstyle checks project. Download Apache Ant from http://ant.apache.org/. Type "ant -p" for a list of targets. --> <project name="checks" default="jar" basedir="."> <description>Build file for LOCI Checkstyle checks project</description> <property name="root.dir" location=...
<!-- build.xml Ant build file for LOCI Checkstyle checks project. Download Apache Ant from http://ant.apache.org/. Type "ant -p" for a list of targets. --> <project name="checks" default="jar" basedir="."> <description>Build file for LOCI Checkstyle checks project</description> <property name="root.dir" location=...
Change ok cancel button positions
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> <ListView android:id="@+id/settings_list" android:layout_weight="1" android:layout_wid...
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> <ListView android:id="@+id/settings_list" android:layout_weight="1" android:layout_wid...
Add a listview to the fragment
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="@dimen/activity_vertical_margin" android:paddingLeft="@dimen/activity_horizontal_m...
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="@dimen/activity_vertical_margin" android:paddingLeft="@dimen/activity_horizontal_marg...
Update IntelliJ run configuration to npm
<component name="ProjectRunConfigurationManager"> <configuration default="false" name="Artemis (Client)" type="js.build_tools.npm"> <package-json value="$PROJECT_DIR$/package.json" /> <command value="run" /> <scripts> <script value="webpack:dev" /> </scripts> <node-interpreter value="project...
<component name="ProjectRunConfigurationManager"> <configuration default="false" name="Artemis (Client)" type="js.build_tools.npm"> <package-json value="$PROJECT_DIR$/package.json" /> <command value="run" /> <scripts> <script value="webpack:dev" /> </scripts> <node-interpreter value="project...
Add group on cron field to avoid access error when user does not have the right to read crons.
<?xml version="1.0" encoding="utf-8"?> <odoo> <record id="sql_export_mail_view_form" model="ir.ui.view"> <field name="model">sql.export</field> <field name="inherit_id" ref="sql_export.sql_export_view_form" /> <field name="arch" type="xml"> <button name="export_sql_query" posit...
<?xml version="1.0" encoding="utf-8"?> <odoo> <record id="sql_export_mail_view_form" model="ir.ui.view"> <field name="model">sql.export</field> <field name="inherit_id" ref="sql_export.sql_export_view_form" /> <field name="arch" type="xml"> <button name="export_sql_query" posit...
Correct authentication format for Thunderbird
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="%EMAILDOMAIN%"> <domain>%EMAILDOMAIN%</domain> <displayName>%EMAILADDRESS%</displayName> <displayShortName>%EMAILLOCALPART%</displayShortName> <incomingServer type="imap"> <hostname>imap.%EMAILDOMAIN%</hostn...
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="%EMAILDOMAIN%"> <domain>%EMAILDOMAIN%</domain> <displayName>%EMAILADDRESS%</displayName> <displayShortName>%EMAILLOCALPART%</displayShortName> <incomingServer type="imap"> <hostname>imap.%EMAILDOMAIN%</hostn...
Add missing PHPUnit testsuite name
<?xml version="1.0" encoding="UTF-8"?> <phpunit colors="true" bootstrap="vendor/autoload.php"> <testsuites> <testsuite> <directory>tests</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".p...
<?xml version="1.0" encoding="UTF-8"?> <phpunit colors="true" bootstrap="vendor/autoload.php"> <testsuites> <testsuite name="DateTime tests"> <directory>tests</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> ...
Add the new transition type to the res.xml
<?xml version="1.0" encoding="utf-8"?> <resources> <!-- Trip tracking machine states and transitions --> <string name="state_start">local.state.start</string> <string name="state_waiting_for_trip_start">local.state.waiting_for_trip_start</string> <string name="state_ongoing_trip">local.state.ongoing_tr...
<?xml version="1.0" encoding="utf-8"?> <resources> <!-- Trip tracking machine states and transitions --> <string name="state_start">local.state.start</string> <string name="state_waiting_for_trip_start">local.state.waiting_for_trip_start</string> <string name="state_ongoing_trip">local.state.ongoing_tr...
Set log level to ERROR to rid of SpringBootTestContextBootstrapper logs
<?xml version="1.0" encoding="UTF-8"?> <configuration> <include resource="org/springframework/boot/logging/logback/base.xml"/> <logger name="org.springframework" level="INFO"/> </configuration>
<?xml version="1.0" encoding="UTF-8"?> <configuration> <include resource="org/springframework/boot/logging/logback/base.xml"/> <logger name="org.springframework" level="ERROR"/> <logger name="com.drumonii.loltrollbuild.test" level="ERROR"/> </configuration>
Upgrade the description of the `metrics-jetty` module
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <group...
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <group...
Fix name in type definition
<?xml version="1.0" encoding="UTF-8"?> <object xmlns:i18n="http://xml.zope.org/namespaces/i18n" name="tn.bulletino.html_page" meta_type="Dexterity FTI" > <property name="behaviors"> <element value="plone.app.content.interfaces.INameFromTitle" /> <element value="tn.plonemailing.behaviors.INews...
<?xml version="1.0" encoding="UTF-8"?> <object xmlns:i18n="http://xml.zope.org/namespaces/i18n" name="tn.plonehtmlpage.html_page" meta_type="Dexterity FTI" > <property name="behaviors"> <element value="plone.app.content.interfaces.INameFromTitle" /> <element value="tn.plonemailing.behaviors.I...
Remove the 'elytron' supplement from the Remoting subsystem template.
<?xml version='1.0' encoding='UTF-8'?> <!-- See src/resources/configuration/ReadMe.txt for how the configuration assembly works --> <config default-supplement="default"> <extension-module>org.jboss.as.remoting</extension-module> <subsystem xmlns="urn:jboss:domain:remoting:4.0"> <endpoint/> <?CONNEC...
<?xml version='1.0' encoding='UTF-8'?> <!-- See src/resources/configuration/ReadMe.txt for how the configuration assembly works --> <config> <extension-module>org.jboss.as.remoting</extension-module> <subsystem xmlns="urn:jboss:domain:remoting:4.0"> <endpoint/> <http-connector name="http-remoting-c...
Fix an oops in package depends
<package> <description brief="bugs"> bugs </description> <author>Ethan Miller</author> <license>BSD</license> <review status="unreviewed" notes=""/> <url>http://ros.org/wiki/bugs</url> <depend package="robot_mover"/> <depend package="geometry_msgs"/> <depend package="rospy"/> <depend package=...
<package> <description brief="bugs"> bugs </description> <author>Ethan Miller</author> <license>BSD</license> <review status="unreviewed" notes=""/> <url>http://ros.org/wiki/bugs</url> <depend package="geometry_msgs"/> <depend package="rospy"/> <depend package="roscpp"/> </package>
Make password preference text editor hide password
<?xml version="1.0" encoding="utf-8"?> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > <EditTextPreference android:key="host" android:title="Relay Host"/> <EditTextPreference android:key="port" android:title="Relay Port"/> <EditTextPreference android:key="password" android:tit...
<?xml version="1.0" encoding="utf-8"?> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > <EditTextPreference android:key="host" android:title="Relay Host"/> <EditTextPreference android:key="port" android:title="Relay Port"/> <EditTextPreference android:key="password" android:tit...
Remove minter bean from integration test configuration
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:util="http://www.springframework.org/schema/util" xsi:schemaLocation="http://www.springframe...
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:util="http://www.springframework.org/schema/util" xsi:schemaLocation="http://www.springframe...
Add Details menu to examples module section.
<?xml version="1.0" encoding="utf-8"?> <project> <body> <menu ref="parent" /> <menu ref="reports" /> </body> </project>
<?xml version="1.0" encoding="utf-8"?> <project> <body> <menu ref="parent" /> <menu name="Details"> <item name="Transformers" href="../transformers/transformers.html" /> <item name="JSON Transformers" href="../transformers/json-transformers.html" /> <item name="Tr...
Remove process isolution in tests
<?xml version="1.0" encoding="UTF-8"?> <phpunit convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" colors="true" processIsolation="true" stopOnFailure="false" backupGlobals="false" bootstrap="vendor/autolo...
<?xml version="1.0" encoding="UTF-8"?> <phpunit convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" colors="true" processIsolation="false" stopOnFailure="false" backupGlobals="false" bootstrap="vendor/autol...
Remove bootstrap file from tests
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="tests/bootstrap.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processI...
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnError="fa...
Revert "fix java compiler version. "
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>so-c.com.github.junit4.12-categories-configuration-sample</gro...
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>so-c.com.github.junit4.12-categories-configuration-sample</gro...
Use Clojure 1.0 as dependency
<ivy-module version="2.0"> <info organisation="de.kotka" module="vimclojure" status="integration"/> <configurations> <conf name="default"/> <conf name="dev" extends="default"/> <conf name="build" visibility="private"/> </configurations> <publications> <artifact name="v...
<ivy-module version="2.0"> <info organisation="de.kotka" module="vimclojure" status="integration"/> <configurations> <conf name="default"/> <conf name="dev" extends="default"/> <conf name="build" visibility="private"/> </configurations> <publications> <artifact name="v...
Use same opiwidget ID as original
<?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?> <plugin> <extension point="org.csstudio.opibuilder.widget"> <widget category="Monitors" description="Display a Data Browser 3 configuration" editpart_class="org.csstudio.trends.databrowser3.opiwidget.D...
<?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?> <plugin> <extension point="org.csstudio.opibuilder.widget"> <widget category="Monitors" description="Display a Data Browser configuration" editpart_class="org.csstudio.trends.databrowser3.opiwidget.Dat...
Add needed permission to GDK as of XE16. Update sdk version min/target to 19 in manifest.
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.luisdelarosa.helloglass" android:versionCode="1" android:versionName="1.0" > <uses-sdk android:minSdkVersion="15" android:targetSdkVersion="15" /> <application ...
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.luisdelarosa.helloglass" android:versionCode="1" android:versionName="1.0" > <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="19" /> <!-- Necessary...
Add INTERNET permission for uploading stuff
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.stackallocated.imageupload" android:versionCode="1" android:versionName="1.0" > <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19" /> <applicatio...
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.stackallocated.imageupload" android:versionCode="1" android:versionName="1.0" > <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19" /> <uses-permis...
Add server.xml file back in as it was missed.
<!-- Copyright (c) 2016,17 IBM Corp. Licensed 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 wr...
Add test case for Collection to schema validation
<?xml version="1.0"?> <Collection> <Link> <Name> <Component ccnbencoding="base64Binary">d2hhdCdjaHU=</Component> <Component ccnbencoding="base64Binary">bG9va2luJw==</Component> <Component ccnbencoding="base64Binary">YXQ=</Component> <Component ccnbencoding="base64Binary">V2lsbGlzPw==</Component> </N...
Allow any 1.6 revision of android.jar.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.jayway.android.robotium</groupId> <artifactId>robotium-solo</artifa...
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.jayway.android.robotium</groupId> <artifactId>robotium-solo</artifa...
Create a maven file used to obtain the libraries needed to compile this project.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.g...
Add Git info to IDEA.
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="VcsDirectoryMappings"> <mapping directory="$PROJECT_DIR$" vcs="Git" /> </component> </project>
Add a project code style
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ProjectCodeStyleSettingsManager"> <option name="PER_PROJECT_SETTINGS"> <value /> </option> <option name="USE_PER_PROJECT_SETTINGS" value="true" /> </component> </project>
Add default servlet handler to spring dispatcher to support index.jsp
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p" xmlns:tx="http://www.springframework.org/schema/tx" xmlns:context="http://www.springframework.org/schema/context" ...
Allow two lines of text on dialog buttons.
<?xml version="1.0" encoding="utf-8"?> <merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingLeft="@dimen/large_padding" ...
<?xml version="1.0" encoding="utf-8"?> <merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingLeft="@dimen/large_padding" ...
Add the Gump project definition of Tapestry into the Tapestry repository.
<module name="jakarta-tapestry"> <!-- $Id$ --> <url href="http://jakarta.apache.org/proposals/tapestry/index.html"/> <description> Component-based web application framework organized around insanely high levels of resuse. </description> <cvs repository="jakarta"/> <project name="jakarta-tapestry"> ...
Create library project and make it web application
<?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>slbedu</groupId> <arti...
Add app cast for v0.1
<?xml version="1.0"?> <rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"> <channel> <title>BibDeskWrapper Changelog</title> <link>http://zmdns.sourceforge.net/bibdeskwrapper/appcast.xml</link> <description>Most r...
Add Spanish translations to sample
<resources> <!-- Main Strings --> <string name="app_name">Ejemplos de AppIntro</string> <string name="drawer_header">Cabecera del Drawer</string> <string name="launch_demo">Iniciar Demo</string> <!-- 1st Tab Group --> <string name="default_intro">Este es el ejemplo más sencillo posible de la li...
Add initial empty override attribute xml file.
<!-- IBM_PROLOG_BEGIN_TAG --> <!-- This is an automatically generated prolog. --> <!-- --> <!-- $Source: src/import/chips/p9/procedures/xml/attribute_info/memory_override_...
Add light on button pressed
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:drawable="@color/ColorPrimaryLight" android:state_pressed="true" /> <item android:drawable="@color/colorPrimary" /> </selector>
Add a model config file for testing
<?xml version="1.0" encoding="UTF-8"?> <!-- Heat model parameter values --> <model> <nRows>10</nRows> <nCols>20</nCols> <dx>1.0</dx> <dy>1.0</dy> <xStart>0.0</xStart> <yStart>0.0</yStart> <alpha>1.0</alpha> </model>
Add maven support for bitcoinj.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.google</groupId> <artifactId>bitcoinj</artifactId> <versi...
Add list-item_forecast layout with textview
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_c...
Create a shadow pom file to allow for dependency downloads for start.sh
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.rhq.metrics.build</groupId...
Add Visual Studio code style
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ProjectCodeStyleSettingsManager"> <option name="PER_PROJECT_SETTINGS"> <value> <XML> <option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" /> </XML> </value> </option> <option name="PREFE...
Add R posts only RSS feed.
--- layout: none --- <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"> <title type="text">{{ site.title }}</title> <generator uri="https://github.com/mojombo/jekyll">Jekyll</generator> <link rel="self" type="application/atom+xml" href="{{ site.url }}/feed.xml" /> <link rel=...
Move error xml to the right place.
<!-- IBM_PROLOG_BEGIN_TAG --> <!-- This is an automatically generated prolog. --> <!-- --> <!-- $Source: chips/p9/procedures/ipl/hwp/p9_pm_ocb_init_errors.xml $ --> ...
Update App layer config files for Concept authority to fit the groupfield paradigm.
<record id="preferredCA" in-recordlist="no" separate-record="false"> <hassoftdelete>true</hassoftdelete> <section> <!-- List containing this item's preferred term and any non-preferred terms --> <repeat id="conceptTermGroupList/conceptTermGroup"> <!-- Fields common across all authori...
Add a standard config for a slave HC
<?xml version='1.0' encoding='UTF-8'?> <host xmlns="urn:jboss:domain:1.1"> <management> <security-realms> <security-realm name="ManagementRealm"> <authentication> <properties path="mgmt-users.properties" relative-to="jboss.domain.config.dir"/> ...
Add contentDescription attribute on image
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:gravity="center" android:orientation="vertical" android:padding="30dp"> <ImageView android:layou...
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:gravity="center" android:orientation="vertical" android:padding="30dp"> <ImageView android:layou...
Add a lifecycle mapping for m2e that disables plugin execution (for now)
<?xml version="1.0" encoding="UTF-8"?> <!-- * (C) Copyright Uwe Schindler (Generics Policeman) and others. * * Licensed 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/lic...
Add console config file for logger
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd"> <log4j:configuration debug="false" xmlns:log4j='http://jakarta.apache.org/log4j/'> <appender name="console" class="org.apache.log4j.ConsoleAppender"> <layout class="org.apache.log4j.PatternLayout"> ...
Add attribute to control the number of messages for Synopsys FW
<!-- IBM_PROLOG_BEGIN_TAG --> <!-- This is an automatically generated prolog. --> <!-- --> <!-- $Source: src/import/chips/ocmb/odyssey/procedures/xml/attribute_info/ody_at...
Add the french translation file
<?xml version="1.0" encoding="utf-8"?> <resources> <!-- general --> <string name="app_name">Geocar</string> <string name="action_settings">Paramètres</string> <!-- Home page --> <string name="hint_username">Pseudo</string> <string name="hint_password">Mot de passe</string> <string name="bu...