Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Remove comment from referenced code sample | <?xml version='1.0' encoding='UTF-8'?>
<!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
<project>
<target name="dita2html5-webfont"
depends="dita2html5-webfont.init,
dita2html5"/>
<target name="dita2html5-webfont.init">
... | <?xml version='1.0' encoding='UTF-8'?>
<project>
<target name="dita2html5-webfont"
depends="dita2html5-webfont.init,
dita2html5"/>
<target name="dita2html5-webfont.init">
<property name="args.hdf"
location="${dita.plugin.com.example.html5-webfont.dir}/include/webfont.hdf.xml"/>... |
Correct test plugin settings for Maven build. | <?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>
<parent>
<groupId>com.googlecode</... | <?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>
<parent>
<groupId>com.googlecode</... |
Replace place holder for spring configuration location for difference modules using expression | <?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"
xsi:schemaLocation="
http://www.springframework.org/schema/context http://... | <?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"
xsi:schemaLocation="
http://www.springframework.org/schema/context http://... |
Use BeanServiceProviderFactory in Twitter showcase. | <?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:social="http://www.springframework.org/schema/spring-social"
xsi:schemaLocation="http://www.springframework.org/schema/spring-social http://www.springframewor... | <?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:social="http://www.springframework.org/schema/spring-social"
xsi:schemaLocation="http://www.springframework.org/schema/spring-social http://www.springframewor... |
Use lighter black color for unselected state for dark date picker header text. | <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 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... | <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 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... |
Revert "(TK-202) Increase logging to debug jenkins test failure" | <configuration scan="true">
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d %-5p [%c{2}] %m%n</pattern>
</encoder>
</appender>
<logger name="puppetlabs" level="debug"/>
<root level="debug">
<appender-ref ref="STDOUT" />
... | <configuration scan="true">
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d %-5p [%c{2}] %m%n</pattern>
</encoder>
</appender>
<logger name="puppetlabs" level="error"/>
<root level="error">
<appender-ref ref="STDOUT" />
... |
Fix undo unfavourite bar not showing up in SearchActivity | <?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.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_heigh... | <?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.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:id="@+id/coordinator_layout"
android:layout_widt... |
Change color scheme to a blueish one | <?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#3F51B5</color>
<color name="colorPrimaryDark">#303F9F</color>
<color name="colorAccent">#FF4081</color>
</resources>
| <?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#2196F3</color>
<color name="colorPrimaryDark">#1565C0</color>
<color name="colorAccent">#1976D2</color>
</resources>
|
Change name of the property to be more consistent with the rest of CAS | <?xml version="1.0" encoding="UTF-8"?>
<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"
xmlns="http://www.springframework.org/schema/beans"
xsi:schemaLocation="ht... | <?xml version="1.0" encoding="UTF-8"?>
<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"
xmlns="http://www.springframework.org/schema/beans"
xsi:schemaLocation="ht... |
Allow application to be moved to sd card to save space | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.yeokm1.nussocprint"
android:versionCode="5"
android:versionName="0.4.1" >
<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="18" />
<uses-permission android:name="android.permission.INTERNE... | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.yeokm1.nussocprint"
android:versionCode="5"
android:versionName="0.4.1" >
<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="18" />
<uses-permission android:name="android.permission.INTERNE... |
Add dependencies: designwizard and testng. | <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.edu.ufcg.splab</groupId>
<artifactId>designmetrics</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>
<groupId>br.edu.ufcg.splab</groupId>
<artifactId>designmetrics</... |
Update icon for User Talk. | <vector android:height="24dp" android:viewportHeight="20"
android:viewportWidth="20" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#00af89" android:pathData="M18,0L2,0a2,2 0,0 0,-2 2v18l4,-4h14a2,2 0,0 0,2 -2L20,2a2,2 0,0 0,-2 -2zM14,4a1.5,1.5 0,1 1,-1... | <vector android:height="24dp" android:viewportHeight="24"
android:viewportWidth="24" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#00af89" android:pathData="M20,2L4,2A2,2 0,0 0,2 4v18l4,-4h14a2,2 0,0 0,2 -2L22,4A2,2 0,0 0,20 2ZM16,6A1.5,1.5 0,1 1,14.5... |
Add padding for search field | <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:context=".MainActivity"
android:layout_width="match_parent"
android:layout_height="match_parent">
<EditText
android:layout_width="wrap_content"
android:la... | <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:context=".MainActivity"
android:layout_width="match_parent"
android:layout_height="match_parent">
<EditText
android:layout_width="wrap_content"
android:la... |
Fix select row source panel | <!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:g="urn:import:com.google.gwt.user.client.ui" xmlns:fui="urn:import:org.zanata.webtrans.client.ui">
<ui:with field="messages"
type="org.zanata.webtrans.client.resources.NavigationMessa... | <!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:g="urn:import:com.google.gwt.user.client.ui" xmlns:fui="urn:import:org.zanata.webtrans.client.ui">
<ui:with field="messages"
type="org.zanata.webtrans.client.resources.NavigationMessa... |
Update the APIPixie version in the example | <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.ligati</groupId>
<artifactId>apipixie-basic</... | <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.ligati</groupId>
<artifactId>apipixie-basic</... |
Allow screen rotations to restart the app, so we recompute all the display values when it is changed | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.waynepiekarski.screeninfo" >
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<application
... | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.waynepiekarski.screeninfo" >
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<application
... |
Use groupId org.jbpm for jbpm-docs | <?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>org.k... | <?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>org.k... |
Set nolocal=true by default for scheduler/rm core | <?xml version="1.0" encoding="UTF-8"?>
<ProActiveUserProperties>
<properties>
</properties>
<javaProperties>
</javaProperties>
</ProActiveUserProperties>
| <?xml version="1.0" encoding="UTF-8"?>
<ProActiveUserProperties>
<properties>
<prop key="proactive.net.nolocal" value="true"/>
<!--<prop key="proactive.rmi.port" value="1234"/>-->
</properties>
<javaProperties>
</javaProperties>
</ProActiveUserProperties>
|
Use hidden password prompt in the login dialog. | <?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">
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:id=... | <?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">
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:id=... |
Remove unnecessary manifest attribute that could potentially cause manifest merging conflicts. | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.jmedeisis.windowview">
<application android:allowBackup="true" />
</manifest>
| <manifest package="com.jmedeisis.windowview"/> |
Fix color of the visible drawable | <vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="@color/primary_text"
android:pathData="M12,4.5C7,4.5 2.73,7.61 1,12c1.73,... | <vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="@color/secondary_text"
android:pathData="M12,4.5C7,4.5 2.73,7.61 1,12c1.7... |
Add settings icon to create task page | <menu 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" tools:context="com.jeff_fennell.todo.CreateTask">
<item android:id="@+id/action_settings" android:title="@string/action_settings"
androi... | <menu 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" tools:context="com.jeff_fennell.todo.CreateTask">
<item android:id="@+id/action_settings" android:title="@string/action_settings"
androi... |
Set the test-result to java 6 compilation compatilibility | <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>org.omg.bpmn.miwg</groupId>
<artifactId>test-result</artifactI... | <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>org.omg.bpmn.miwg</groupId>
<artifactId>test-result</artifactI... |
Fix incompatibility with new Cordova. | <?xml version="1.0" encoding="UTF-8"?>
<widget id="io.cocoon.template.threejs.horse" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cocoon="http://cocoon.io/ns/1.0">
<name>WebGL Horse</name>
<description>
An animated 3D model of a horse running, taken from three.js demo list.
Url: http://th... | <?xml version="1.0" encoding="UTF-8"?>
<widget id="io.cocoon.template.threejs.horse" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cocoon="http://cocoon.io/ns/1.0">
<name>WebGL Horse</name>
<description>
An animated 3D model of a horse running, taken from three.js demo list.
Url: http://th... |
Fix the jBCrypt dependencies to be on "core" configuration rather than "opengamma" one. | <ivy-module version="2.0">
<info organisation="com.opengamma" module="og-security" status="integration"/>
<configurations>
<conf name="core"/>
<conf name="opengamma" extends="core"/>
</configurations>
<publications>
<artifact name="og-security" type="jar"/>
</publications>
... | <ivy-module version="2.0">
<info organisation="com.opengamma" module="og-security" status="integration"/>
<configurations>
<conf name="core"/>
<conf name="opengamma" extends="core"/>
</configurations>
<publications>
<artifact name="og-security" type="jar"/>
</publications>
... |
Add properties for dependency versions | <?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>de.digita... | <?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>de.digitalcol... |
Update Android SDK version to 1.3.5 | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nextpeer.android"
android:versionCode="1"
android:versionName="1.3.4" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<us... | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nextpeer.android"
android:versionCode="1"
android:versionName="1.3.5" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<us... |
Rename module to Jasig from JA-SIG | <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.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>3.4.10</versi... | <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.jasig.cas</groupId>
<artifactId>cas-server</artifactId>
<version>3.4.10</versi... |
Remove redundant unused color resources | <?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2021 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/licens... | <?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2021 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/licens... |
Switch from Palladio nightly to release | <?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>tools.vitruv</gro... | <?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>tools.vitruv</gro... |
Set priority via mail attribute, not via mail header. | <?xml version="1.0"?>
<!--
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... | <?xml version="1.0"?>
<!--
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... |
Move total payouts to an attribute of the request listing | {% extends "base.xml" %}
{% from "macros.xml" import request_xml %}
{% block content %}
<requests>
<total-payouts>{{ total_payouts.currency() }}</total-payouts>
{% for srp_request in requests %}
{{ request_xml(srp_request) }}
{% endfor %}
</requests>
{% if prev is defined %}
<prev>{{ prev }}</prev>
{% endif ... | {% extends "base.xml" %}
{% from "macros.xml" import request_xml %}
{% block content %}
<requests count="{{ requests|count }}" total-payouts="{{ total_payouts.currency() }}">
{% for srp_request in requests %}
{{ request_xml(srp_request) }}
{% endfor %}
</requests>
{% if prev is defined %}
<prev>{{ prev }}</pre... |
Clean up engineeringcryptutils' test logging | <?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="CONSOLE" class="org.apache.log4j.ConsoleAppender">
<errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
... | <?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="CONSOLE" class="org.apache.log4j.ConsoleAppender">
<errorHandler class="org.apache.log4j.helpers.OnlyOnceErrorHandler"/... |
Fix fullscreen image action bar cut off. | <?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2014 Uwe Trottmann
~
~ 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
... | <?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2014 Uwe Trottmann
~
~ 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
... |
Upgrade to Joda Time 2.3. | <?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>
... | <?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>
... |
Switch to App Engine automatic scaling | <?xml version="1.0" encoding="utf-8"?>
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
<runtime>java8</runtime>
<!-- Allows App Engine to send multiple requests to one instance in parallel: -->
<threadsafe>true</threadsafe>
<!-- Configure serving/caching of GWT files -->
<static-files>
<i... | <?xml version="1.0" encoding="utf-8"?>
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
<runtime>java8</runtime>
<!-- Allows App Engine to send multiple requests to one instance in parallel: -->
<threadsafe>true</threadsafe>
<!-- Configure serving/caching of GWT files -->
<static-files>
<i... |
Fix preference crash on Android 4.1 | <?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dip"
android:textAppearance... | <?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dip"
android:textAppearance... |
Fix issue with admin sso login page loading | <module name="sso" expose="false" xmlns="http://wso2.org/projects/jaggery/module.xml">
<script>
<name>client</name>
<path>scripts/sso.client.js</path>
</script>
<hostObject>
<className>org.wso2.carbon.hostobjects.sso.SAMLSSORelyingPartyObject</className>
<name>SSORelyingParty</name>
</hostObject>
</module> | <module name="sso" expose="false" xmlns="http://wso2.org/projects/jaggery/module.xml">
<hostObject>
<className>org.wso2.carbon.hostobjects.sso.SAMLSSORelyingPartyObject</className>
<name>SSORelyingParty</name>
</hostObject>
</module> |
Apply pre-commit changes: Resolve conflicts | <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2016 Antonio Espinosa <antonio.espinosa@tecnativa.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo noupdate="1">
<record id="event_draft" model="event.registration.state">
<field name="name">Unconfirmed</field>
... | <?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2016 Antonio Espinosa <antonio.espinosa@tecnativa.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo noupdate="1">
<record id="event_draft" model="event.registration.state">
<field name="name">Unconfirmed</field>
... |
Mark grauphel as compatible with Nextcloud 18 | <?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>grauphel</id>
<name>Grauphel: Tomboy note server</name>
<summary>Tomboy REST API server to sync notes between devices</summary>
<description>
... | <?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>grauphel</id>
<name>Grauphel: Tomboy note server</name>
<summary>Tomboy REST API server to sync notes between devices</summary>
<description>
... |
Change rewind and skip calculations | <?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/black"
android:keepScreenOn="true">
<FrameLayout
... | <?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/black"... |
Define couchbase as lazy service, so you can catch the exception arising if the server’s down | <?xml version="1.0" ?>
<container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<parameters>
<parameter key="couchbase.host">l... | <?xml version="1.0" ?>
<container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<parameters>
<parameter key="couchbase.host">l... |
Configure MainActivity as default activity to be launched inside the sample project | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.pedrovgs.nox.sample">
<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme">
<activity
android... | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.pedrovgs.nox.sample">
<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme">
<activity
android... |
Change DAS url to process center DAS url as default | <?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
~
~ WSO2 Inc. 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 ... | <?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
~
~ WSO2 Inc. 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 ... |
Remove features. Ship on time. | <?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Civilopedia V</string>
<!-- List of drawer items -->
<string-array name="civ_categories">
<item>Technologies</item>
<item>Units</item>
<item>Buildings</item>
<item>Wonders</item>
<item>Social ... | <?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Civilopedia V</string>
<!-- List of drawer items -->
<string-array name="civ_categories">
<item>Technologies</item>
<item>Units</item>
<item>Buildings</item>
<item>Wonders</item>
</string-array>
... |
Fix Action Mode close item styling am: 8362de239c | <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 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... | <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 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... |
Remove application tag in manifest | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.kristal.networkstatusplugin">
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
<application
android:allowB... | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.kristal.networkstatusplugin">
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
</manifest>
|
Remove classesDir from DSL ref | <section>
<section>
<title>Properties</title>
<table>
<thead>
<tr>
<td>Name</td>
<td>Default with <literal>jdepend</literal> plugin</td>
</tr>
</thead>
<tr>
<td>jdependClasspat... | <section>
<section>
<title>Properties</title>
<table>
<thead>
<tr>
<td>Name</td>
<td>Default with <literal>jdepend</literal> plugin</td>
</tr>
</thead>
<tr>
<td>jdependClasspat... |
Update to new Checkstyle version | <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CheckStyle-IDEA">
<option name="configuration">
<map>
<entry key="location-0" value="CLASSPATH:/sun_checks.xml:The default CheckStyle rules" />
</map>
</option>
</component>
</project> | <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CheckStyle-IDEA">
<option name="configuration">
<map>
<entry key="location-0" value="CLASSPATH:/sun_checks.xml:The default Checkstyle rules" />
<entry key="location-1" value="CLASSPATH:/sun_checks.xml:The default C... |
Fix intent package name in manifest | <?xml version="1.0" encoding="utf-8"?>
<manifest package="io.taig.android.toolbelt.log">
<application />
</manifest> | <?xml version="1.0" encoding="utf-8"?>
<manifest package="io.taig.android.toolbelt.intent">
<application />
</manifest> |
Remove backup from user phone. | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.jourdanrodrigues.controk">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIc... | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.jourdanrodrigues.controk">
<application
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIc... |
Increase weights of header and number pad in landscape. | <?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<include
layout="@layout/bsp_numberpad_time_picker_header"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1" />
<com.philliphsu.bottom... | <?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<include
layout="@layout/bsp_numberpad_time_picker_header"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="2" />
<com.philliphsu.bottom... |
Use groupId org.jbpm for jbpm-docs | <?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>org.k... | <?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>org.k... |
Update layout to use ViewPager. Adding a 4th tab of "My events" breaks the layout a bit. | <?xml version="1.0" encoding="utf-8"?>
<!-- Main layout with all events -->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ProgressBar android:id="@+id/progress_bar"
... | <?xml version="1.0" encoding="utf-8"?>
<!-- Main layout with all events -->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ProgressBar android:id="@+id/progress_bar"
... |
Support for 18:9 and 18.5:9 screens | <manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.calintat.units" >
<application
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/app_theme"
android:allowBackup="true"
android:supportsRtl="true"... | <manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.calintat.units" >
<application
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/app_theme"
android:allowBackup="true"
android:supportsRtl="true"... |
Add explicit dependency to jaxb-api | <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.woorea</groupId>
<artifactId>openstack-java-sdk</art... | <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.woorea</groupId>
<artifactId>openstack-java-sdk</art... |
Check README only if tool exists | <?xml version="1.0" encoding="UTF-8"?>
<project name="Check README">
<property name="executable.rst" location="/usr/bin/rst2html" />
<target name="readme" extensionOf="-package:main~hook">
<exec executable="${executable.rst}" failonerror="true" dir="${basedir}" errorproperty="readme.error">
... | <?xml version="1.0" encoding="UTF-8"?>
<project name="Check README">
<property name="executable.rst" location="/usr/bin/rst2html" />
<target name="-readme:check-exec">
<available file="${executable.rst}" type="file" property="readme:exec:available"/>
</target>
<target name="readme" depends="-r... |
Update "fixes" folder (bug fix) | <AML>
<Item type="Item Action" action="add">
<source_id>
<Item type="ItemType" action="get" select="id" where="[ItemType].name='Part'"/>
</source_id>
<related_id>A4CDEF0ABB314323BDE27F782C0DDA1C</related_id>
</Item>
</AML>
| <AML>
<Item type="Item Action" action="add" id="A3CB23B870D44D31A3BA9CF5C034DCC6">
<related_id keyed_name="labs_OpenCustomModalDialog" type="Action">A4CDEF0ABB314323BDE27F782C0DDA1C</related_id>
<source_id keyed_name="Part" type="ItemType" name="Part">4F1AC04A2B484F3ABA4E20DB63808A88</source_id>
</Item>
</AML>
|
Remove permission limited to system apps | <?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android">... | <?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android">... |
Put build number into version string, old-school. | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.funnyhatsoftware.spacedock"
android:versionCode="3"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="19" />
<uses-permi... | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.funnyhatsoftware.spacedock"
android:versionCode="3"
android:versionName="1.0a3" >
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="19" />
<uses-per... |
Make sure the app is loaded in dav | <?xml version="1.0"?>
<info>
<id>sharebymail</id>
<name>Share by mail</name>
<description>Share provider which allows you to share files by mail</description>
<licence>AGPL</licence>
<author>Bjoern Schiessle</author>
<version>1.0.0</version>
<namespace>ShareByMail</namespace>
<category>o... | <?xml version="1.0"?>
<info>
<id>sharebymail</id>
<name>Share by mail</name>
<description>Share provider which allows you to share files by mail</description>
<licence>AGPL</licence>
<author>Bjoern Schiessle</author>
<version>1.0.1</version>
<namespace>ShareByMail</namespace>
<category>o... |
Add test libraries to the class path | <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>de.cgan</groupId>
<artifactId>bottles</artifactId>
<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>de.cgan</groupId>
<artifactId>bottles</artifactId>
<version>1.0-S... |
Use emulated stack mode until development is complete | <module>
<!-- WS Compiler: manually edited -->
<inherits name="com.vaadin.DefaultWidgetSet" />
<inherits name="elemental.Elemental" />
<public path="public/" />
<source path="shared/" />
<source path="client/" />
</module>
| <module>
<!-- WS Compiler: manually edited -->
<inherits name="com.vaadin.DefaultWidgetSet" />
<inherits name="elemental.Elemental" />
<public path="public/" />
<source path="shared/" />
<source path="client/" />
<!-- TODO: For debugging only; remove these before release! -->
<set-property name="compiler.s... |
Add service ID to avoid Symfony 3.4 deprecation notice | <?xml version="1.0" ?>
<container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<parameters>
<parameter key="con... | <?xml version="1.0" ?>
<container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<parameters>
<parameter key="con... |
Test of writing directly to GitHub local | <?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
>
<channel>
<title>Comments for Hi. My name is André Kapl... | <?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
>
<channel>
<title>Comments for Hi. My name is André Kapl... |
Add description to run tasks | <?xml version="1.0" encoding="UTF-8"?>
<project name="Librarian" default="test">
<property file="${project.basedir}/build.properties" />
<!--
<target name="clean">
<delete dir="${project.basedir}/build" quiet="true" />
<mkdir dir="${project.basedir}/build" />
</target>
<target name... | <?xml version="1.0" encoding="UTF-8"?>
<project name="Librarian" default="test">
<property file="${project.basedir}/build.properties" />
<!--
<target name="clean">
<delete dir="${project.basedir}/build" quiet="true" />
<mkdir dir="${project.basedir}/build" />
</target>
<target name... |
Add new tags for new UI | <?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
<display-name>Jive Messenger</display-name>
<description>Open Source XMPP Server by Jive Software (jivesoftware.org)</description>
... | <?xmlTest version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
<display-name>Jive Messenger</display-name>
<description>Open Source XMPP Server by Jive Software (jivesoftware.org)</descripti... |
Add Brazilian key hint labels in a comment | <?xml version="1.0" encoding="utf-8"?>
<Keyboard xmlns:android="http://schemas.android.com/apk/res/android">
<Row android:rowEdgeFlags="top">
<Key android:codes="235" android:keyEdgeFlags="left"/>
<Key android:codes="281"/>
<Key android:codes="949"/>
<Key android:codes="951"/>
... | <?xml version="1.0" encoding="utf-8"?>
<Keyboard xmlns:android="http://schemas.android.com/apk/res/android">
<Row android:rowEdgeFlags="top">
<!-- ë ę ε η € -->
<Key android:codes="235" android:keyEdgeFlags="left"/>
<Key android:codes="281"/>
<Key android:codes="949"/>
<Key... |
Deploy version 31 to GAE | <?xml version="1.0" encoding="utf-8"?>
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
<application>rasptempalarm</application>
<version>30</version>
<threadsafe>true</threadsafe>
<system-properties>
<property name="java.util.logging.config.file" value="WEB-INF/logging.properties... | <?xml version="1.0" encoding="utf-8"?>
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
<application>rasptempalarm</application>
<version>31</version>
<threadsafe>true</threadsafe>
<system-properties>
<property name="java.util.logging.config.file" value="WEB-INF/logging.properties... |
Make gpg.executable use gpg instead of gpg.executable2 which is not supported by travis-ci | <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>ossrh</id>
<username>${env.OSSRH_JIRA_USER... | <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>ossrh</id>
<username>${env.OSSRH_JIRA_USER... |
Fix loading of CSS file | <?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2014 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/licenses/LICENSE-2.0
Unle... | <?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2014 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/licenses/LICENSE-2.0
Unle... |
Add libraries, helpers, hooks to coverage filter | <phpunit
bootstrap="./Bootstrap.php"
colors="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnError="false"
stopOnFailure="false"
stopOnIncomplete="false"
stopOnSkipped="false">
<testsuites>
<testsuite name="CodeIgniter Application Test Suite">
<directory suffix="test.php">... | <phpunit
bootstrap="./Bootstrap.php"
colors="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnError="false"
stopOnFailure="false"
stopOnIncomplete="false"
stopOnSkipped="false">
<testsuites>
<testsuite name="CodeIgniter Application Test Suite">
<directory suffix="test.php">... |
Make sure system scrollbars get initialized at least | <?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v7.widget.RecyclerView
android:id="@+id/rrv_recycler_view"
android:layout_width="... | <?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v7.widget.RecyclerView
android:id="@+id/rrv_recycler_view"
android:layout_width="... |
Support installation on SD card. | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.postgresql.top" android:versionCode="1"
android:versionName="2.0">
<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".PGTop" android:label="@st... | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.postgresql.top" android:versionCode="1"
android:versionName="2.0"
android:installLocation="auto"
>
<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity and... |
Revert "Attempt a work-around to fix failed test suite on server." | <manifest package="com.smartdevicelink" xmlns:android="http://schemas.android.com/apk/res/android">
<uses-sdk android:minSdkVersion="8"/>
<uses-permission android:name="android.permission.BLUETOOTH" />
<!-- Required to pair Bluetooth devices -->
<uses-permission android:name="android.permission.BLUETOO... | <manifest package="com.smartdevicelink" xmlns:android="http://schemas.android.com/apk/res/android">
<uses-sdk android:minSdkVersion="8"/>
<uses-permission android:name="android.permission.BLUETOOTH" />
<!-- Required to pair Bluetooth devices -->
<uses-permission android:name="android.permission.BLUETOO... |
Update to note food served at the rear of the Hall of Service in 2016 | <?xml version="1.0" encoding="UTF-8"?>
<rooms>
<room>
<room_id>1</room_id>
<title>Hall of Service</title>
<color>#d1a42b</color>
</room>
<room>
<room_id>2</room_id>
<title>Board of Governors</title>
<color>#415976</color>
</room>
<room>
<room_id>3</room_id>
<title>Hallway outsi... | <?xml version="1.0" encoding="UTF-8"?>
<rooms>
<room>
<room_id>1</room_id>
<title>Hall of Service</title>
<color>#d1a42b</color>
</room>
<room>
<room_id>2</room_id>
<title>Board of Governors</title>
<color>#415976</color>
</room>
<room>
<room_id>3</room_id>
<title>Back of the H... |
Use exploded war directly for now | <?xml version="1.0" encoding="UTF-8"?>
<gbeans>
<path>geronimo-web-console.war</path>
<gbean class="org.apache.geronimo.jetty.JettyWebApplicationContext" objectName="geronimo.app:name=WebConsole">
<default attribute="URI" type="java.net.URI">file:../modules/console-web/target/geronimo-web-console.war</... | <?xml version="1.0" encoding="UTF-8"?>
<gbeans>
<!-- <path>geronimo-web-console.war</path>-->
<gbean class="org.apache.geronimo.jetty.JettyWebApplicationContext" objectName="geronimo.app:name=WebConsole">
<default attribute="URI" type="java.net.URI">file:../modules/console-web/target/geronimo-web-consol... |
Set error_reporting to E_ALL when running 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"
>
<testsuites>
<testsuite name... | <?xml version="1.0" encoding="UTF-8"?>
<phpunit
backupGlobals="false"
backupStaticAttributes="false"
bootstrap="tests/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
>
<testsuites>
<testsuite name... |
Update copyright year in code template | <?xml version="1.0" encoding="UTF-8"?>
<templates>
<template context="newtype_context" deleted="false"
description="Newly created files" enabled="true"
id="org.eclipse.jdt.ui.text.codetemplates.newtype" name="newtype">/*
* Copyright 2010, Red Hat, Inc. and individual contributors
* as indicated by the... | <?xml version="1.0" encoding="UTF-8"?>
<templates>
<template context="newtype_context" deleted="false"
description="Newly created files" enabled="true"
id="org.eclipse.jdt.ui.text.codetemplates.newtype" name="newtype">/*
* Copyright 2013, Red Hat, Inc. and individual contributors
* as indicated by the... |
Add fade in effect to album selector correctly use holo color to match rest of system. | <?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:state_selected="true" android:drawable="@color/orange" android:state_pressed="false"/>
<item
android:drawable="@color/fity_percent_transparent"
/>
</selector>
| <?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"
android:exitFadeDuration="@android:integer/config_mediumAnimTime" >
<item android:state_selected="true" android:drawable="@color/holo_color" android:state_pressed="false"/>
<item
android:drawa... |
Add a horizontal rule to the node view | <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:padding="6dip"
android:drawSelectorOnTop="true">
<TextView
android:id="@+id/node_detail_name"
... | <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:padding="6dip"
android:drawSelectorOnTop="true">
<TextView
android:id="@+id/node_detail_name"
... |
Revert manifest min to API level 8 | <manifest package="com.smartdevicelink" xmlns:android="http://schemas.android.com/apk/res/android">
<uses-sdk android:minSdkVersion="11"/>
<!-- Required to use the USB Accessory mode -->
<uses-feature android:name="android.hardware.usb.accessory"/>
<application android:debuggable="true"/>
</manifest>
... | <manifest package="com.smartdevicelink" xmlns:android="http://schemas.android.com/apk/res/android">
<uses-sdk android:minSdkVersion="8"/>
<application android:debuggable="true"/>
</manifest>
|
Fix key length issue in newer MySQL and MariaDB | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liqui... | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liqui... |
Improve drink detail a bit | <?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:layout_height="match_parent"
android:layout_width="match_parent"
android:id="@... | <?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:layout_height="match_parent"
android:layout_width="match_parent"
android:id="@... |
Adjust version to other pkgs in the repo. | <?xml version="1.0"?>
<package>
<name>moveit_runtime</name>
<version>0.7.6</version>
<description>moveit_runtime meta package contains MoveIt! packages that are essential for its runtime (e.g. running MoveIt! on robots).</description>
<author email="gm130s@gmail.com">Isaac I. Y. Saito</author>
<maintainer em... | <?xml version="1.0"?>
<package>
<name>moveit_runtime</name>
<version>0.9.3</version>
<description>moveit_runtime meta package contains MoveIt! packages that are essential for its runtime (e.g. running MoveIt! on robots).</description>
<author email="gm130s@gmail.com">Isaac I. Y. Saito</author>
<maintainer em... |
Update IDEA's project configuration to use JDK 17 | <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JavadocGenerationManager">
<option name="OUTPUT_DIRECTORY" value="$USER_HOME$/Desktop/Bach15-API" />
<option name="OPTION_SCOPE" value="public" />
<option name="OTHER_OPTIONS" value="-Xdoclint:" />
<option name="LOCALE" valu... | <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JavadocGenerationManager">
<option name="OUTPUT_DIRECTORY" value="$USER_HOME$/Desktop/Bach15-API" />
<option name="OPTION_SCOPE" value="public" />
<option name="OTHER_OPTIONS" value="-Xdoclint:" />
<option name="LOCALE" valu... |
Change colorPrimary to light blue | <!--
~ Copyright (C) 2014 Antonio Leiva Gordillo.
~
~ 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 ... | <!--
~ Copyright (C) 2014 Antonio Leiva Gordillo.
~
~ 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 ... |
Change tool dependencies for fastq join | <?xml version="1.0"?>
<tool_dependency>
<package name="ea-utils" version="0.1.0">
<repository name="package_ea_utils" owner="bebatut" />
</package>
</tool_dependency> | <?xml version="1.0"?>
<tool_dependency>
<package name="ea-utils" version="0.1.0">
<install version="1.0">
<actions_group>
<!-- Download the binaries -->
<actions os="linux" architecture="x86_64">
<action type="shell_command">svn checkout http:/... |
Update default theme with the blue tint | <?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="hs_background_color">#e1e1e1</color>
<color name="hs_header_background_color">#81c57b</color>
<color name="hs_childView_background_color">#ffffff</color>
<color name="hs_listView_divider_color">#e2e2e2</color>
<color name="hs_listView_s... | <?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="hs_background_color">#e1e1e1</color>
<color name="hs_header_background_color">#228CD1</color>
<color name="hs_childView_background_color">#000000</color>
<color name="hs_listView_divider_color">#e2e2e2</color>
<color name="hs_listView_s... |
Add drive equation from last year to rotation and translation controls | ()<?xml version="1.0" encoding="UTF-8"?>
<ControlConfig>
<profile name="default" active="true">
<control type="joystick" name="transY" id="1">
<maxInput value="1.0"/>
<minInput value="-1.0"/>
<deadzone value="0.05"/>
<equation value="x"/>
</control>
<control type="... | ()<?xml version="1.0" encoding="UTF-8"?>
<ControlConfig>
<profile name="default" active="true">
<control type="joystick" name="transY" id="1">
<maxInput value="1.0"/>
<minInput value="-1.0"/>
<deadzone value="0.05"/>
<equation value="1.75*(x-0.4)^3 + 0.6*x^2 + 0.12"/>
<... |
Fix image button height for search field | <?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="wrap_content"
android:orientation="horizontal">
<EditText
android:layout_width="match_parent"
android:layout_height=... | <?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="wrap_content"
android:orientation="horizontal">
<EditText
android:layout_width="match_parent"
android:layout_height=... |
Add Checkstyle rule that verifies that there are no unused imports | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN" "http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
<module name="Checker">
<property name="severity" value="error" />
<module name="TreeWalker">
<module name="SuppressWarningsHolder" />
<module n... | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN" "http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
<module name="Checker">
<property name="severity" value="error" />
<module name="TreeWalker">
<module name="SuppressWarningsHolder" />
<module n... |
Update snapshot version of integration-tests | <?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>
<artifactId>robozombie-it</artifactId>
... | <?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>
<artifactId>robozombie-it</artifactId>
... |
Fix test, PA_SCHEDULER_HOME is the proper name | <?xml version="1.0" encoding="UTF-8"?>
<job xmlns="urn:proactive:jobdescriptor:dev" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:proactive:jobdescriptor:dev ../../../src/org/ow2/proactive/scheduler/common/xml/schemas/jobdescriptor/dev/schedulerjob.xsd"
name="job_propagate_vars_o... | <?xml version="1.0" encoding="UTF-8"?>
<job xmlns="urn:proactive:jobdescriptor:dev" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:proactive:jobdescriptor:dev ../../../src/org/ow2/proactive/scheduler/common/xml/schemas/jobdescriptor/dev/schedulerjob.xsd"
name="job_propagate_vars_o... |
Raise the precedence of the respondr-lo fragment def, so that the background preference portlet comes after the gallery portlet in the layout; this change prevents the background portlet from displaying on top of the gallery (now it's after) | <?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to Jasig under one or more contributor license
agreements. See the NOTICE file distributed with this work
for additional information regarding copyright ownership.
Jasig licenses this file to you under the Apache License,
Version 2.0 (the "Licens... | <?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to Jasig under one or more contributor license
agreements. See the NOTICE file distributed with this work
for additional information regarding copyright ownership.
Jasig licenses this file to you under the Apache License,
Version 2.0 (the "Licens... |
Test reports are now left in the build folder. | <?xml version="1.0" standalone="yes" ?>
<phpunit
backupGlobals="true"
backupStaticAttributes="false"
bootstrap="php/bootstrap.php"
cacheTokens="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
forceCoversAnnotation="false"
mapTestClassN... | <?xml version="1.0" standalone="yes" ?>
<phpunit
backupGlobals="true"
backupStaticAttributes="false"
bootstrap="php/bootstrap.php"
cacheTokens="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
forceCoversAnnotation="false"
mapTestClassN... |
Raise log threshold to ERROR | <?xml version="1.0" encoding="UTF-8"?>
<configuration status="OFF">
<appenders>
<Console name="Console" target="SYSTEM_OUT">
<PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n"/>
</Console>
</appenders>
<loggers>
<root level="trace">
<appender-ref ref="Console"/>
... | <?xml version="1.0" encoding="UTF-8"?>
<configuration status="OFF">
<appenders>
<Console name="Console" target="SYSTEM_OUT">
<PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n"/>
</Console>
</appenders>
<loggers>
<root level="error">
<appender-ref ref="Console"/>
... |
Fix MainUi package in preview layout | <?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2018. Louis Cognault Ayeva Derman
~
~ 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/... | <?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2018. Louis Cognault Ayeva Derman
~
~ 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/... |
Bump maven-profiler from 3.1.1 to 3.2 | <?xml version="1.0" encoding="UTF-8"?>
<!--
base-parent (https://github.com/hazendaz/base-parent)
Copyright 2011-2021 Hazendaz.
All rights reserved. This program and the accompanying materials
are made available under the terms of The Apache Software License,
Version 2.0 which accompanies this di... | <?xml version="1.0" encoding="UTF-8"?>
<!--
base-parent (https://github.com/hazendaz/base-parent)
Copyright 2011-2021 Hazendaz.
All rights reserved. This program and the accompanying materials
are made available under the terms of The Apache Software License,
Version 2.0 which accompanies this di... |
Add flash button in example | <?xml version="1.0" encoding="utf-8"?>
<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"
tools:context="fr.axelpetit.barcodelibraryexample.MainActivity">
... | <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<FrameLayout
android:backg... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.