Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Add support for Maven builds. | <?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.prefuse.flare</groupId>... | |
Check is covered by an existing sniff, but short tag echo is allowed, so mute that error | <?xml version="1.0"?>
<ruleset name="PSR-1">
<description>The PSR-1 coding standard.</description>
<!-- 2. Files -->
<!-- 2.1. PHP Tags -->
<!-- PHP code MUST use the long <?php ?> tags or the short-echo <?= ?> tags; it MUST NOT use the other tag variations. -->
<!-- 2.2. Character Encoding -->
<!-- PHP code... | <?xml version="1.0"?>
<ruleset name="PSR-1">
<description>The PSR-1 coding standard.</description>
<!-- 2. Files -->
<!-- 2.1. PHP Tags -->
<!-- PHP code MUST use the long <?php ?> tags or the short-echo <?= ?> tags; it MUST NOT use the other tag variations. -->
<rule ref="Generic.PHP.DisallowShortOpenTag.EchoF... |
Configure versions plugin to ignore alpha, beta, and rc releases. | <!--
Copyright 2016 Google Inc. All Rights Reserved.
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... | |
Define test suite and exclude fund transfer as we really don't want to clog up statements with transfers back and forth. | <?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... |
Add xml template for OP get certificate application request | <?xml version="1.0" encoding="UTF-8"?>
<CertApplicationRequest xmlns="http://op.fi/mlp/xmldata/">
<CustomerId></CustomerId>
<Timestamp></Timestamp>
<Environment></Environment>
<SoftwareId></SoftwareId>
<Compression>false</Compression>
<Service></Service>
<Content></Content>
<TransferKey></TransferKey>
<... | |
Add Stroom Node 2 run configuration | <component name="ProjectRunConfigurationManager">
<configuration default="false" name="Stroom Node 2" type="Application" factoryName="Application">
<option name="ALTERNATIVE_JRE_PATH" value="12" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
<option name="MAIN_CLASS_NAME" value="stroom.app... | |
Add XML query to get information about an image | <query-mapping package='AWA.Images.Models'>
<description>
Information about an image
</description>
<class name="AWA.Images.Models.Image_Bean" bean="yes">
<comment>The information about an image.</comment>
<property type='Identifier' name="folder_id">
<comment>the image fo... | |
Revert "Removing Uneccessary build files" | <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
... | |
Add spelling distionary for GoLand | <component name="ProjectDictionaryState">
<dictionary name="project">
<words>
<w>abcdefghijklmnopqrstuvwxyz</w>
<w>cdrom</w>
<w>cdroms</w>
<w>datastore</w>
<w>datastores</w>
<w>esxi</w>
<w>hashicorp</w>
<w>mozilla</w>
<w>sata</w>
<w>scancode</w>
<w... | |
Add tool for manipulating the proper_pair tag | <tool id="allow_dovetailing" name="Allow dovetailing" version="0.1.3">
<description>modifies proper_pair flag in bam files</description>
<requirements>
<requirement type="package" version="0.1.3">tag_reads</requirement>
</requirements>
<command detect_errors="aggressive"><![CDATA[
allow_... | |
Add missing menu from source code. | <?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/action_settings"
android:title="@string/activity_settings"
android:showAsAction="never" />
</menu> | |
Add menu folder to allowed resources | <?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
<default>
<system>
<media_storage_configuration>
<allowed_resources>
<menu_images_folder>menu</... | |
Add layout for runtime permissions unsupported dialog | <?xml version="1.0" encoding="utf-8"?>
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height=... | |
Add a missing locale file for Admin Dashboard Notification | <?xml version="1.0" encoding="UTF-8"?>
<i18n baseKey="m.rbs.admin.dashboard" lcid="fr_FR">
<key id="notifications">notifications</key>
<key id="notification-new">nouvelles</key>
<key id="notification-read">lues</key>
</i18n> | |
Add an iiop-openjdk layer to make it easier to test in isolation. | <?xml version="1.0" ?>
<layer-spec xmlns="urn:jboss:galleon:layer-spec:1.0" name="iiop-openjdk">
<dependencies>
<layer name="base-server"/>
<layer name="naming"/>
</dependencies>
<feature spec="interface">
<param name="interface" value="unsecure"/>
<param name="inet-address... | |
Add debian package generation in line with existing openhab bindings | <?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">
<parent>
<groupId>org.openhab.bundles</groupId>
<artifactId>binding</art... | <?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">
<parent>
<groupId>org.openhab.bundles</groupId>
<artifactId>binding</art... |
Add new scope to ease code style runs. | <component name="DependencyValidationManager">
<scope name="All Code" pattern="file[JMPDCommAndroid]:*/||file[JMPDCommJava]:*/||file[MPDroid]:src/main/res//*||file[MPDroid]:src/main/java//*||file[MPDroid]:src/main//*||file[MPDroid]:src/foss/java//*||file[dmix]:settings.gradle||file[dmix]:build.gradle" />
</component> | |
Add cast context error layout | <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2018 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/license... | |
Add access security on product module | <?xml version="1.0"?>
<terp>
<data noupdate="1">
<record model="res.groups" id="group_product_manager">
<field name="name">Product Manager</field>
</record>
<!-- Purchase order security -->
<record model="ir.model.access" id="access_product">
<field name="name">Product</field>
<field name="model_... | |
Add Google Hangout XML configuration file | <?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs title="ViSH Viewer">
<Require feature="rpc" />
<Require feature="views" />
</ModulePrefs>
<Content type="html"><![CDATA[
<html>
<body>
<script src="//plus.google.com/hangouts/_/api/v1/hangout.js"></script>
<script src="//vishub.org/apis/iframe_api.js"... | |
Add example of an ant build using the Compiler task. | <project name="test">
<taskdef name="dubyc" classname="org.jruby.duby.ant.Compile"/>
<target name="blah">
<dubyc src="examples/fib.duby" target="build"/>
</target>
</project>
| |
Add generic osids for special devices. | <osid>
<attribute name="magic">
<value></value>
</attribute>
<attribute name="features">
<value>vlans</value>
</attribute>
<attribute name="version">
<value>1.1</value>
</attribute>
<attribute name="reboot_waittime">
<value>60</value>
</attribute>
<attribute name="description">
<va... | |
Add migration script for removing unused gmc_states. | <?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2015 Compassion (http://www.compassion.ch)
@author Emanuel Cino <ecino@compassion.ch>
The licence is in the file __openerp__.py
-->
<openerp>
<data noupdate='1'>
<function model="recurring.contract" name="migrate_contracts"/>
</... | |
Add in missing resources folder for iam-server. | <!--
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 no... | |
Add style unread message drawable. | <?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid
android:color="@color/colorAccent" />
<corners
android:radius="6dp" />
</shape> | |
Revert "Removing Uneccessary build files" | <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
<module fileurl="file://$PROJECT_DIR$/helloPush.iml" filepath="$PROJECT_DIR$/helloPush.iml" />
<... | |
Add xml file to execute the TestNGSimpleTest class | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="Suite1">
<test name="test1">
<classes>
<class name="TestNGSimpleTest" />
</classes>
</test>
</suite> | |
Add RSS feed for Mozilla related posts | ---
layout: none
---
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>{{ site.theme.name | xml_escape }} - Mozilla</title>
<description>Posts categorized as Mozilla'</description>
<link>{{ site.url }}</link>
<atom:li... | |
Add mediawords.sql as DDL data source | <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="SqlDataSourceStorage">
<option name="dataSources">
<list>
<State>
<option name="id" value="c523b731-cf4c-4c28-92b5-fc746b47430e" />
<option name="name" value="DDL data source" />
<option name=... | |
Add a test logging configuration that supports wire logging | <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<include resource="org/springframework/boot/logging/logback/base.xml"/>
<!-- uncomment the next two lines to enable wire logging -->
<!--<logger name="org.apache.http" level="DEBUG"/>-->
<!--<logger name="org.apache.http.wire" level="ERROR"/>-->
</... | |
Configure web.xml to support utf-8 | How to configure Web Application with SpringMVC supports UTF-8?
------------------------------------------------
Make sure you register Spring's CharacterEncodingFilter in your web.xml
<filter>
<filter-name>characterEncodingFilter</filter-name>
<filter-class>org.springframework.web.filter.CharacterEncodin... | |
Add custom lifecycle mappings to IzPack Maven plugin | <!--
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 us... | |
Use INFO logging in server tests to prevent Travis errors. | <!--
~ Copyright 2015 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.apache.org/licenses/LICENSE-2.0
~
~ Unless required by a... | <!--
~ Copyright 2015 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.apache.org/licenses/LICENSE-2.0
~
~ Unless required by a... |
Update incorrect file path causing error on rider solution load | <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/.idea.osu.Desktop/riderModule.iml" filepath="$PROJECT_DIR$/.idea/.idea.osu.Desktop/riderModule.iml" />
</modules>
</component>
</project> | <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/.idea.osu.Desktop/.idea/.idea.osu.Desktop.iml" filepath="$PROJECT_DIR$/.idea/.idea.osu.Desktop/.idea/.idea.osu.Desktop.iml" />
<module fileurl="fil... |
Revert "add inc enumerate signatures to signature box" | <?!= include("inc_dr_start", data, {
director_or_member:"Member",
article_pursuant:data.article_allowing_shareholders_resolution_in_writing,
r_num: 1,
chapter_header:"Authority to Issue Shares",
skip_resolved:true,
}) ?>
<?!= include("inc_resolved_mr", data) ?>
<a_left_sidehead>Ordinary Resolution -- Author... | <?!= include("inc_dr_start", data, {
director_or_member:"Member",
article_pursuant:data.article_allowing_shareholders_resolution_in_writing,
r_num: 1,
chapter_header:"Authority to Issue Shares",
skip_resolved:true,
}) ?>
<?!= include("inc_resolved_mr", data) ?>
<a_left_sidehead>Ordinary Resolution -- Author... |
Prepare for next development iteration | <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>
<groupId>com.kurento</groupId>
<artifactId>kmf-parent-pom</arti... | <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>
<groupId>com.kurento</groupId>
<artifactId>kmf-parent-pom</arti... |
Fix color for mood filter | <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
android:weightSum="1"
android:background="#333333">
<Spinner
android:... | <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
android:weightSum="1"
android:background="#333333">
<Spinner
android:... |
Add links to feed and entries | <?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<id>{{ baseUrl }}</id>
<title>{{ name }}</title>
<updated>{{ "now"|date('c') }}</updated>
<author>
{% if author.name is defined %}
<name>{{ author.name }}</name>
{% endif %}
{% if author.email is defined %}
<email>{{ autho... | <?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<link rel="self" type="application/atom+xml" href="{{ baseUrl }}/atom.xml"/>
<id>{{ baseUrl }}</id>
<title>{{ name }}</title>
<updated>{{ "now"|date('c') }}</updated>
<author>
{% if author.name is defined %}
<name>{{ author.... |
Set min sdk to 15 | <?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="info.korzeniowski.walletplus" >
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="19" />
<application
android:name=".WalletPlus_"
... | <?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="info.korzeniowski.walletplus" >
<uses-sdk
android:minSdkVersion="15"
android:targetSdkVersion="19" />
<application
android:name=".WalletPlus_"
... |
Add padding to spinner dropdown textview | <?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textSize="20sp"
/> | <?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:padding="5dp"
android:textSize="20sp"
/> |
Make sure the app is enabled by default | <?xml version="1.0"?>
<info>
<id>gallery</id>
<name>Gallery</name>
<description>Media gallery for ownCloud with the following features:
- Support for large selection of media types (depending on ownCloud setup)
- Large, zoomable previews
- Sort images by name or date
- Per album description and copyright... | <?xml version="1.0"?>
<info>
<id>gallery</id>
<name>Gallery</name>
<description>Media gallery for ownCloud with the following features:
- Support for large selection of media types (depending on ownCloud setup)
- Large, zoomable previews
- Sort images by name or date
- Per album description and copyright... |
Remove dependency on commons-build Switch to use maven-build.dtd via http | <?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE org.apache.commons.menus SYSTEM '../../commons-build/menus/menus.dtd'>
<project name="IO">
<title>IO</title>
<body>
<links>
<item name="Jakarta Commons" href="http://jakarta.apache.org/commons/"/>
</links>
<menu name="Commons IO">
<ite... | <?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE org.apache.commons.menus SYSTEM 'http://jakarta.apache.org/commons/build/maven-build.dtd'>
<project name="IO">
<title>IO</title>
<body>
<links>
<item name="Jakarta Commons" href="http://jakarta.apache.org/commons/"/>
</links>
<menu name="Com... |
Fix definition of sequence table | <?xml version="1.0" encoding="UTF-8"?>
<hibernate-mapping default-cascade="none">
<class name="ADO.Model.Sequence" table="sequence" dynamic-insert="true" dynamic-update="true"
model="">
<comment>Sequence generator</comment>
<id name="name" type="String" unsaved-value="0">
<com... | <?xml version="1.0" encoding="UTF-8"?>
<hibernate-mapping default-cascade="none">
<class name="ADO.Model.Sequence" table="sequence" dynamic-insert="true" dynamic-update="true"
model="">
<comment>Sequence generator</comment>
<id name="name" type="String" unsaved-value="0">
<com... |
Add focusableInTouchMode to widget labels | <?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright (C) 2010 Google Inc.
*
* 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
*
* Un... | <?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright (C) 2010 Google Inc.
*
* 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
*
* Un... |
Add password toggle on region move dialog | <?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"
android:padding="20dp">
<android.support.v7.widget.AppCompatEditText
android:id... | <?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.TextInputLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:padding="20dp"
app:hin... |
Address 'This application has no plugins' on PhoneGap build | <?xml version='1.0' encoding='utf-8'?>
<widget id="com.phonegap.helloworld" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:gap="http://phonegap.com/ns/1.0">
<feature name="Camera">
<param name="browser-package" value="Camera" />
</feature>
<fe... | <?xml version='1.0' encoding='utf-8'?>
<widget id="com.phonegap.helloworld" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:gap="http://phonegap.com/ns/1.0">
<feature name="Camera">
<param name="browser-package" value="Camera" />
</feature>
<fe... |
Add Spring Security step 1 | <?xml version="1.0" encoding="ISO-8859-1" ?>
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
version="2.4">
<display-name>HelloWorl... | <?xml version="1.0" encoding="ISO-8859-1" ?>
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
version="2.4">
<display-name>HelloWorl... |
Add automatic module name as a manifest entry | <?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>
<groupId>io.git... | <?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>
<groupId>io.git... |
Update composer.phar when it is older than 30 days | <?xml version="1.0" encoding="UTF-8"?>
<project name="PHPUnit_MockObjects">
<target name="clean" description="Cleanup build artifacts">
<delete dir="${basedir}/vendor"/>
<delete file="${basedir}/composer.lock"/>
<delete>
<fileset dir="${basedir}/build">
<include name="**/*.phar" />
</fileset>
</dele... | <?xml version="1.0" encoding="UTF-8"?>
<project name="PHPUnit_MockObjects">
<target name="clean" description="Cleanup build artifacts">
<delete dir="${basedir}/vendor"/>
<delete file="${basedir}/composer.lock"/>
<delete>
<fileset dir="${basedir}/build">
<include name="**/*.phar" />
</fileset>
</dele... |
Fix embedded media loading on BB10 | <?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets"
xmlns:rim="http://www.blackberry.com/ns/widgets"
version="0.0.1.0" id="BBLJ">
<name>BBLJ</name>
<author>LeoZ</author>
<description>BlackBerry LiveJournal Client</description>
<icon src="images/icon.png"/>
<content src="index.... | <?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets"
xmlns:rim="http://www.blackberry.com/ns/widgets"
version="0.0.1.0" id="BBLJ">
<name>BBLJ</name>
<author>LeoZ</author>
<description>BlackBerry LiveJournal Client</description>
<icon src="images/icon.png"/>
<content src="index.... |
Reduce header lines to better focus on content | <?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="header_max_lines">5</integer>
</resources> | <?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="header_max_lines">3</integer>
</resources> |
Revert setting navigation bar color | <?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="LightTheme" parent="Theme.AppCompat.Light">
<item name="android:actionButtonStyle">@style/NotificationNotesActionButtonStyle</item>
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item>
<item name="andro... | <?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="LightTheme" parent="Theme.AppCompat.Light">
<item name="android:actionButtonStyle">@style/NotificationNotesActionButtonStyle</item>
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item>
</style>
<style ... |
Decrease width of status indicator | <?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="widgetDimension">40dp</dimen>
<dimen name="statusIndicatorHeight">10dp</dimen>
<dimen name="statusIndicatorWidth">20dp</dimen>
</resources>
| <?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="widgetDimension">40dp</dimen>
<dimen name="statusIndicatorHeight">10dp</dimen>
<dimen name="statusIndicatorWidth">15dp</dimen>
</resources>
|
Adjust the namespace on the MainActivity | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.smbarne.lazyflickr"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="16" />
<application
... | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.smbarne.lazyflickr"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="16" />
<application
... |
Make options in drawer visible | <?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textSize="24sp">
</TextView> | <?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#fff"
android:textSize="24sp">
</TextView> |
Bump commons-io from 2.5 to 2.7 in /2016/primeirafase/competicao/I | <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>br.ucsal.maratona</groupId>
<artifactId>I</artifactId>
<version>1.... | <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>br.ucsal.maratona</groupId>
<artifactId>I</artifactId>
<version>1.... |
Increment version in preparation for release. | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="sh.jay.xposed.whatsapp"
android:versionCode="6"
android:versionName="1.2.3" >
<uses-sdk
android:minSdkVersion="15"
android:targetSdkVersion="19" />
<application
android:allowBackup="true"
... | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="sh.jay.xposed.whatsapp"
android:versionCode="130"
android:versionName="1.3.0-beta">
<uses-sdk
android:minSdkVersion="15"
android:targetSdkVersion="19" />
<application
android:allowBackup="true"
... |
Add string resurces for introActivity | <resources>
<string name="app_name">Shark</string>
<string name="option_one">Display your QR code</string>
<string name="option_two">Scan QR code</string>
<string name="share_activity_name">Share OR Code</string>
<string name="register_activity_name">Register</string>
<string name="scan_activity... | <resources>
<string name="app_name">Shark</string>
<string name="option_one">Display your QR code</string>
<string name="option_two">Scan QR code</string>
<string name="share_activity_name">Share OR Code</string>
<string name="register_activity_name">Register</string>
<string name="scan_activity... |
Put the TRACE level back to ERROR. | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false">
<appender name="TEST.CONSOLE" class="org.apache.log4j.ConsoleAppender">
<param name="Target" value="System.err"/>
<param name="Thres... | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false">
<appender name="TEST.CONSOLE" class="org.apache.log4j.ConsoleAppender">
<param name="Target" value="System.err"/>
<param name="Thres... |
Move settings to overflow menu. | <menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:id="@+id/action_refresh"
android:icon="@drawable/ic_refresh"
android:orderInCategory="100"
android:showAsAction="always"
android:title="@string/action_refresh"/>
<item
android:id="@+... | <menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:id="@+id/action_refresh"
android:icon="@drawable/ic_refresh"
android:orderInCategory="100"
android:showAsAction="always"
android:title="@string/action_refresh"/>
<item
android:id="@... |
Update URI of docbook 5.0 schema | <?xml version="1.0" encoding="UTF-8"?>
<!--
ex:ts=2:sw=42sts=2:et
-*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V5.0//EN"
"http://www.docbook.org/xml/5.0/dtd/docbook.dtd" [
<!ENTITY chapter-vty SYSTEM "../common/chapters/vty.xml" >
<!ENTITY... | <?xml version="1.0" encoding="UTF-8"?>
<!--
ex:ts=2:sw=42sts=2:et
-*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML 5.0//EN"
"http://docbook.org/xml/5.0/dtd/docbook.dtd" [
<!ENTITY chapter-vty SYSTEM "../common/chapters/vty.xml" >
<!ENTITY ... |
Add internet access to manifest. | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="eic.beike.projectx" >
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" ... | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="eic.beike.projectx" >
<uses-permission android:name="android.permission.INTERNET" />
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
androi... |
Fix inconsistent indentation in the FreeDesktop MIME type XML | <?xml version="1.0"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
<mime-type type="application/x-godot-project">
<comment>Godot Engine project</comment>
<icon name="godot" />
<glob pattern="*.godot" weight="100" />
</mime-type>
</mime-info>
| <?xml version="1.0"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-godot-project">
<comment>Godot Engine project</comment>
<icon name="godot" />
<glob pattern="*.godot" weight="100" />
</mime-type>
</mime-info>
|
Fix crash on tablet layout | <LinearLayout 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:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:baselineAligned="false"
... | <LinearLayout 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:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:baselineAligned="false"
... |
Add correct Android package name. | <?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="Joey.Joey">
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19" />
<application android:label="Joey" android:theme="@style/Theme.App">
... | <?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.toggl.android">
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19" />
<application android:label="Joey" android:theme="@style/Them... |
Increment version to 1.0.1 after bug fixes. | <?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://plugin.powerschool.pearson.com"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
description="Online Student Registration for PowerSchool"
name="Approve Enrollment"
version="1.0.0"
xsi:schemaLocation="http://plugin... | <?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://plugin.powerschool.pearson.com"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
description="Online Student Registration for PowerSchool"
name="Approve Enrollment"
version="1.0.1"
xsi:schemaLocation="http://plugin... |
Fix parent of Skip Heuristics Planner. | <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>
<artifactId>cloud-plugin-planner-skip-heuristics</artifactId>
... | <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>
<artifactId>cloud-plugin-planner-skip-heuristics</artifactId>
... |
Fix default USB permissions for T265 (Android) | <?xml version="1.0" encoding="utf-8"?>
<resources>
<usb-device vendor-id="0x08086" />
</resources> | <?xml version="1.0" encoding="utf-8"?>
<resources>
<usb-device vendor-id="0x08086" />
<usb-device vendor-id="0x08087" />
<usb-device vendor-id="0x003E7" />
</resources> |
Use tilde in plugin versions | <?xml version='1.0' encoding='utf-8'?>
<widget id="net.appdevdesigns.phonegap-demo" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>PhoneGap Demo</name>
<description>A prototype Apache Cordova application that demos saving CanJS models to a local SQLite d... | <?xml version='1.0' encoding='utf-8'?>
<widget id="net.appdevdesigns.phonegap-demo" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>PhoneGap Demo</name>
<description>A prototype Apache Cordova application that demos saving CanJS models to a local SQLite d... |
Fix PreferenceActivity entry in manifest file. | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.apps.picview"
android:versionCode="1" android:versionName="0.1">
<uses-sdk android:minSdkVersion="4" />
<uses-permission android:name="android.permission.INTERNET" />
<us... | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.apps.picview"
android:versionCode="1" android:versionName="0.1">
<uses-sdk android:minSdkVersion="4" />
<uses-permission android:name="android.permission.INTERNET" />
<us... |
Change logging from stdout to stderr for importers | <?xml version="1.0" encoding="UTF-8"?>
<Configuration>
<Properties>
<Property name="catalina.base">.</Property>
</Properties>
<Appenders>
<Console name="STDOUT" target="SYSTEM_OUT">
<PatternLayout pattern="%d{ISO8601} [%t] %-5level %logger{36} - %msg%n"/>
</Console>
... | <?xml version="1.0" encoding="UTF-8"?>
<Configuration>
<Properties>
<Property name="catalina.base">.</Property>
</Properties>
<Appenders>
<Console name="STDERR" target="SYSTEM_ERR">
<PatternLayout pattern="%d{ISO8601} [%t] %-5level %logger{36} - %msg%n"/>
</Console>
... |
FIX : Prevent auto-opening keyboard at sample startup | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.matpag.sample">
<application
android:name=".AppApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:supportsRtl="true"
a... | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.matpag.sample">
<application
android:name=".AppApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_lau... |
Remove the entry for hibernate which is not used in the project. | <!--
Copyright 2016 SEARCH-The National Consortium for Justice Information and Statistics
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/LICE... | <!--
Copyright 2016 SEARCH-The National Consortium for Justice Information and Statistics
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/LICE... |
Improve settings picker item layout | <?xml version="1.0" encoding="utf-8"?>
<layout xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android">
<data>
<variable name="textId" type="int"/>
<variable name="isChecked" type="boolean" />
</data>
<RadioButton
android:id="... | <?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<data>
<variable name="textId" type="int"/>
<variable name="isChecked" type="boolean" />
</data>
<RadioButton
android:id=... |
Remove appender-ref CONSOLE. Can cause shitty log when the application is run as a war in tomcat | <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<include resource="org/springframework/boot/logging/logback/defaults.xml" />
<include resource="org/springframework/boot/logging/logback/console-appender.xml" />
<appender name="LOGFILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
... | <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<include resource="org/springframework/boot/logging/logback/defaults.xml" />
<include resource="org/springframework/boot/logging/logback/console-appender.xml" />
<appender name="LOGFILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
... |
Remove version ranges on artifact dependencies | <?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">
<parent>
<artifactId>heroku-sdk-parent</artifactId>
<groupId>com.h... | <?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">
<parent>
<artifactId>heroku-sdk-parent</artifactId>
<groupId>com.h... |
Set default log level for tests to DEBUG | <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n</pattern>
</encoder>
</appender>
<logger name="io.github.bonigarcia" lev... | <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n</pattern>
</encoder>
</appender>
<logger name="io.github.bonigarcia" lev... |
Make tab fill screen width | <LinearLayout 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:orientation="vertical"
tools:context=".ui.base.TabFragment">
<android.support.design.widget.Ta... | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context=".ui.b... |
Remove spring-boot-starter dependency in spring-data-mongodb project | <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>io.github.web</groupId>
<artifactId>spring-data-mongodb... | <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>io.github.web</groupId>
<artifactId>spring-data-mongodb... |
Use GoldenRod for NS Accent color | <?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ns_primary">#7FFF00</color>
<color name="ns_primaryDark">#00FFFF</color>
<color name="ns_accent">#33B5E5</color>
</resources> | <?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ns_primary">#7FFF00</color>
<color name="ns_primaryDark">#00FFFF</color>
<color name="ns_accent">#DAA520</color>
</resources> |
Remove log config for non boot things | <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<include resource="org/springframework/boot/logging/logback/base.xml"/>
<logger name="org.springframework.cloud.zookeeper" level="DEBUG"/>
</configuration> | <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<include resource="org/springframework/boot/logging/logback/base.xml"/>
</configuration> |
Prepare for new development cycle | <?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.... | <?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.... |
Remove inherit that comes from WebPoller | <module>
<inherits name='replicant.Replicant'/>
<inherits name='org.realityforge.gwt.webpoller.WebPoller'/>
<inherits name='com.google.gwt.http.HTTP'/>
<inherits name='com.google.gwt.user.RemoteService'/>
<source path='client' includes='*.java'/>
<source path='client/gwt'/>
<source path='client/transport... | <module>
<inherits name='replicant.Replicant'/>
<inherits name='org.realityforge.gwt.webpoller.WebPoller'/>
<inherits name='com.google.gwt.user.RemoteService'/>
<source path='client' includes='*.java'/>
<source path='client/gwt'/>
<source path='client/transport'/>
<source path='shared'/>
</module>
|
Update button domain to allow create partner. | <?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record id="view_partner_form" model="ir.ui.view">
<field name="name">res.partner.vat.inherit</field>
<field name="model">res.partner</field>
<field name="inherit_id" ref="base_vat.view_partner_form"/>
<... | <?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record id="view_partner_form" model="ir.ui.view">
<field name="name">res.partner.vat.inherit</field>
<field name="model">res.partner</field>
<field name="inherit_id" ref="base_vat.view_partner_form"/>
<... |
Revert "The project is registered as "xrl", not "XRL" on GH." | <?xml version="1.0"?>
<project name="xrl" description="" default="all">
<property name="qa.coverage.force" value="false"/>
<!--
Override subfile for PHPUnit as
XRL does not use a bootstrap file.
-->
<property name="subfile.phpunit" value="phing/phpunit.xml"/>
<fileset dir="src/" id... | <?xml version="1.0"?>
<project name="XRL" description="" default="all">
<property name="qa.coverage.force" value="false"/>
<!--
Override subfile for PHPUnit as
XRL does not use a bootstrap file.
-->
<property name="subfile.phpunit" value="phing/phpunit.xml"/>
<fileset dir="src/" id... |
Remove the XCode Project reference. | <assembly>
<id>source</id>
<formats>
<format>tar.gz</format>
<format>tar.bz2</format>
<format>zip</format>
</formats>
<files>
<file>
<source>autogen.sh</source>
<outputDirectory>/</outputDirectory>
<filtered>false</filtered>
<fileMode>0755</fileMode>
</file>
</files... | <assembly>
<id>source</id>
<formats>
<format>tar.gz</format>
<format>tar.bz2</format>
<format>zip</format>
</formats>
<files>
<file>
<source>autogen.sh</source>
<outputDirectory>/</outputDirectory>
<filtered>false</filtered>
<fileMode>0755</fileMode>
</file>
</files... |
Use generic _qualifier_ version to cope with future evolutions | <?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/fr.inria.diverse.kcvl.sdk_0.1.0.201410301836.jar" id="fr.inria.diverse.kcvl.sdk" version="0.1.0.201410301836">
<category name="KCVL"/>
</feature>
<category-def name="KCVL" label="KCVL">
<description>
Implementation of the... | <?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/fr.inria.diverse.kcvl.sdk_0.1.0.qualifier.jar" id="fr.inria.diverse.kcvl.sdk" version="0.1.0.qualifier">
<category name="KCVL"/>
</feature>
<category-def name="KCVL" label="KCVL">
<description>
Implementation of the Commo... |
Add "build_artifacts.xml" to the Ant build panel | <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AntConfiguration">
<buildFile url="file://$PROJECT_DIR$/update_dependencies.xml" />
<buildFile url="file://$PROJECT_DIR$/download_android_sdk.xml" />
</component>
</project> | <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AntConfiguration">
<buildFile url="file://$PROJECT_DIR$/update_dependencies.xml" />
<buildFile url="file://$PROJECT_DIR$/download_android_sdk.xml" />
<buildFile url="file://$PROJECT_DIR$/build_artifacts.xml" />
</component>
</... |
Set buttons dialog parent ViewGroup to wrap_content | <?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"
android:gravity="center">
<LinearLayout
android:gravity="center"
an... | <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:gravity="center"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<LinearLayout
android:orientation="horizontal"
... |
Add generator tag to Atom feed. | ---
layout: nil
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>{{ site.title | xml_escape }}</title>
<link href="{{ site.url }}/atom.xml" rel="self"/>
<link href="{{ site.url }}/"/>
<updated>{{ site.time | date_to_xmlschema }}</updated>
<id>{{ site.url }}/</id>
... | ---
layout: nil
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>{{ site.title | xml_escape }}</title>
<link href="{{ site.url }}/atom.xml" rel="self"/>
<link href="{{ site.url }}/"/>
<updated>{{ site.time | date_to_xmlschema }}</updated>
<id>{{ site.url }}/</id>
... |
Update android Manifest with correct configuration to upload to Play store | <?xml version='1.0' encoding='utf-8'?>
<manifest android:hardwareAccelerated="true" android:versionCode="1" android:versionName="1.0.0" android:windowSoftInputMode="adjustPan" package="com.elasticpath.mobile" xmlns:android="http://schemas.android.com/apk/res/android">
<supports-screens android:anyDensity="true" and... | <?xml version='1.0' encoding='utf-8'?>
<manifest android:hardwareAccelerated="true" android:versionCode="1000" android:versionName="1.0.0" android:windowSoftInputMode="adjustPan" package="com.elasticpath.mobile" xmlns:android="http://schemas.android.com/apk/res/android">
<supports-screens android:anyDensity="true" ... |
Modify pebble plug-in. Fix Lint.xml | <?xml version="1.0" encoding="UTF-8"?>
<lint>
</lint> | <?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="MissingTranslation" severity="warning" />
</lint> |
Bump junit from 4.12 to 4.13.1 in /mavengem-protocol | <?xml version="1.0"?>
<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>
<artifactId>mavengem</artifactId>
<gr... | <?xml version="1.0"?>
<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>
<artifactId>mavengem</artifactId>
<gr... |
Exclude org.uberfire.backend.server.LockClientNotifier that was causing system.git to be initialized ahead of kie-config-cli expecting it to be available. | <beans xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:weld="http://jboss.org/schema/weld/beans"
xsi:schemaLocation="
http://java.sun.com/xml/ns/javaee http://docs.jboss.org/cdi/beans_1_0.xsd
http://jboss.org/schema/weld/bean... | <beans xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:weld="http://jboss.org/schema/weld/beans"
xsi:schemaLocation="
http://java.sun.com/xml/ns/javaee http://docs.jboss.org/cdi/beans_1_0.xsd
http://jboss.org/schema/weld/bean... |
Rename to new directory structure after split-up | <?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>
<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>
<parent>
<grou... |
Add homepage to ivy.xml, thanks to advice by Xavier Hanin | <ivy-module version="1.3">
<info organization="@GROUP@"
module="@ARTIFACT@"
revision="@VERSION@"
publication="@DATE@">
<license name="@LICENSE@"
url="@LICENSE_URL@"/>
<description>@DESCRIPTION@</description>
</info>
<publications>
<artifact name="@ARTIFACT@" type="@TYPE@"/>
</publi... | <ivy-module version="1.3">
<info organization="@GROUP@"
module="@ARTIFACT@"
revision="@VERSION@"
publication="@DATE@">
<license name="@LICENSE@"
url="@LICENSE_URL@"/>
<description homepage="http://xmlunit.sourceforge.net/">@DESCRIPTION@</description>
</info>
<publications>
<artifact ... |
Fix calendar location and bugs | <?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="mat... | <?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="mat... |
Update module name for VueGWT beta-3 | <!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.8.0//EN"
"http://gwtproject.org/doctype/2.8.0/gwt-module.dtd">
<module rename-to="VueGwtDemo">
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User'/>
<!-- Inherit the core Web Toolk... | <!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.8.0//EN"
"http://gwtproject.org/doctype/2.8.0/gwt-module.dtd">
<module rename-to="VueGwtDemo">
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User'/>
<!-- Inherit the core Web Toolk... |
Integrate XML DataSource UI Into Birt | <?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin
id="org.eclipse.birt.report.data.oda.xml.ui"
name="Ui Plug-in"
version="1.0.0"
provider-name=""
class="org.eclipse.birt.report.data.oda.xml.ui.UiPlugin">
<runtime>
<library name="ui.jar">
<export name="*"/>
... | <?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin
id="org.eclipse.birt.report.data.oda.xml.ui"
name="BIRT XML UI Plug-in"
version="1.0.1"
provider-name="Eclipse.org"
class="org.eclipse.birt.report.data.oda.xml.ui.UiPlugin">
<runtime>
<library name="xmlui.jar">
<ex... |
Enable messaging widget on lockscreen | <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2010, Google Inc. -->
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:minWidth="220dp"
android:minHeight="220dp"
android:updatePeriodMillis="0"
android:initialLayout="@layout/widget"
android:resizeMode="hor... | <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2010, Google Inc. -->
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:minWidth="220dp"
android:minHeight="220dp"
android:updatePeriodMillis="0"
android:initialLayout="@layout/widget"
android:resizeMode="hor... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.