repo string | commit string | message string | diff string |
|---|---|---|---|
nblock/config | a84df40cb51d823934d36d25e57dcf74b624cce1 | Split workspaces accross the usual 2 monitor setup. | diff --git a/config/i3/config b/config/i3/config
index cdd8e0f..d1c512c 100644
--- a/config/i3/config
+++ b/config/i3/config
@@ -1,183 +1,195 @@
# i3 config file (v4)
# nblock (at) archlinux (dot) us
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
# window title font
font pango:Bits... |
nblock/config | b9a527c5a02009f67e875827815f4b2e181d9a51 | Switch primary | diff --git a/bin/screenon b/bin/screenon
index 8b8a2aa..1682add 100755
--- a/bin/screenon
+++ b/bin/screenon
@@ -1,3 +1,3 @@
#!/bin/bash
-xrandr --output HDMI1 --mode 1920x1080 --pos 0x0 --output LVDS1 --mode 1440x900 --pos 1920x0 --primary
+xrandr --output HDMI1 --mode 1920x1080 --pos 0x0 --primary --output LVDS1 --m... |
nblock/config | f8bdaa919be50fdaf80ca35bc1648e1743463950 | Move workspaces/containers via bindings. | diff --git a/config/i3/config b/config/i3/config
index 5266928..cdd8e0f 100644
--- a/config/i3/config
+++ b/config/i3/config
@@ -1,184 +1,183 @@
# i3 config file (v4)
# nblock (at) archlinux (dot) us
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
# window title font
font pango:Bits... |
nblock/config | 6263c3c653610d11f499ce7181a3ebb222d66607 | Add wallpaper. | diff --git a/config/i3/config b/config/i3/config
index 481a7c5..5266928 100644
--- a/config/i3/config
+++ b/config/i3/config
@@ -1,181 +1,184 @@
# i3 config file (v4)
# nblock (at) archlinux (dot) us
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
# window title font
font pango:Bits... |
nblock/config | 439806aa59d27758e3fab2e1f17de4d215c45b00 | Add i3 configuration. | diff --git a/config/i3/config b/config/i3/config
new file mode 100644
index 0000000..481a7c5
--- /dev/null
+++ b/config/i3/config
@@ -0,0 +1,181 @@
+# i3 config file (v4)
+# nblock (at) archlinux (dot) us
+#
+# Please see http://i3wm.org/docs/userguide.html for a complete reference!
+
+# window title font
+font pango:B... |
nblock/config | ea4cc0f5c45f9dd20d27029699bb74308afa444c | Remove awesome. | diff --git a/cmus/autosave b/cmus/autosave
index a2071fa..abadec2 100644
--- a/cmus/autosave
+++ b/cmus/autosave
@@ -1,142 +1,158 @@
set aaa_mode=album
set altformat_current= %F
set altformat_playlist= %f%= %d
set altformat_title=%f
set altformat_trackwin= %f%= %d
set auto_reshuffle=false
set buffer_seconds=1... |
nblock/config | b89ff1d1badfc6ba4675d779a4e6cc26708a85b3 | Add dmenu_multi and newsbeuter_links. | diff --git a/bin/dmenu_multi b/bin/dmenu_multi
new file mode 100755
index 0000000..0390dde
--- /dev/null
+++ b/bin/dmenu_multi
@@ -0,0 +1,17 @@
+#!/bin/sh
+cachedir=${XDG_CACHE_HOME:-"$HOME/.cache"}
+if [ -d "$cachedir" ]; then
+ cache=$cachedir/dmenu_run
+else
+ cache=$HOME/.dmenu_cache # if no xdg dir, fall back to... |
nblock/config | c0349e3ab2117c5bb617e228ff4ce3ee08caf2e6 | Switch to i3wm. | diff --git a/xinitrc b/xinitrc
index 88709ad..d3031f4 100644
--- a/xinitrc
+++ b/xinitrc
@@ -1,8 +1,8 @@
#!/bin/sh
eval "$(gpg-agent --daemon --enable-ssh-support)"
urxvtd -q -f -o
xrdb -load ~/.Xresources
xmodmap .Xmodmap &
setxkbmap -layout de -variant neo
nm-applet --sm-disable &
-exec dbus-launch awesome
+e... |
nblock/config | a7eca0aa883e63bf2c729f8cdbb3a42357a4ac54 | Add smartcase and restore_view to vim. | diff --git a/vimrc b/vimrc
index df4536b..6da678d 100644
--- a/vimrc
+++ b/vimrc
@@ -1,212 +1,215 @@
" File: .vimrc
" Author: nblock <nblock [/at\] archlinux DOT us>
" Description: just another .vimrc
" Last Modified: Dezember 10th, 2011
set nocompatible
set nobackup
set nowritebackup
set noswapfile
set show... |
nblock/config | ac05fd625c1979ae20c0bef0cd705d19138fb076 | Do not set title in uxrvtc. | diff --git a/Xdefaults b/Xdefaults
index 4692d41..86a3a06 100644
--- a/Xdefaults
+++ b/Xdefaults
@@ -1,30 +1,29 @@
!URxvt settings
!!--[Urxvt Options]--!
-URxvt*title: urxvtc
URxvt*termName: rxvt-unicode-256color
URxvt*cursorBlink: true
URxvt*urgentOnBell: true
URxvt*scrollBar: ... |
nblock/config | a1c4a17b0ec47f1355433f04e1eda32d82b6ee54 | Revert "use tor directly" | diff --git a/config/newsbeuter/config b/config/newsbeuter/config
index 1024684..49168f5 100644
--- a/config/newsbeuter/config
+++ b/config/newsbeuter/config
@@ -1,83 +1,84 @@
#newsbeuter 2.4 config - notizblock
#color <element> <foreground color> <background color> [<attribute> ...]
color listnormal yellow default... |
nblock/config | bc1072dab9c5bb890328ef69e6ad66311aa1322a | use tor directly | diff --git a/config/newsbeuter/config b/config/newsbeuter/config
index 49168f5..1024684 100644
--- a/config/newsbeuter/config
+++ b/config/newsbeuter/config
@@ -1,84 +1,83 @@
#newsbeuter 2.4 config - notizblock
#color <element> <foreground color> <background color> [<attribute> ...]
color listnormal yellow default... |
nblock/config | 8cd14b4893c2ee9474a655411cc924971c79e4f2 | use a lighter green | diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua
index 4a14c02..d61cc63 100644
--- a/config/awesome/rc.lua
+++ b/config/awesome/rc.lua
@@ -1,536 +1,536 @@
-- {{{ License
-- rc.lua, works with awesome 3.5 on Arch Linux
-- author: nblock <nblock [at] archlinux.us>
-- based on multiple rc.lua files from diff... |
nblock/config | 534bdfbe6e966fae745ded5402307ad64146d7be | use a lighter green | diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua
index ae59fd6..4a14c02 100644
--- a/config/awesome/rc.lua
+++ b/config/awesome/rc.lua
@@ -1,536 +1,536 @@
-- {{{ License
-- rc.lua, works with awesome 3.5 on Arch Linux
-- author: nblock <nblock [at] archlinux.us>
-- based on multiple rc.lua files from diff... |
nblock/config | 2b43f86fe09f4e1aa7eaa3d76f902621c22ac987 | upstream changes for urxvt-9.16 | diff --git a/Xdefaults b/Xdefaults
index 11e096a..4692d41 100644
--- a/Xdefaults
+++ b/Xdefaults
@@ -1,30 +1,30 @@
!URxvt settings
!!--[Urxvt Options]--!
URxvt*title: urxvtc
URxvt*termName: rxvt-unicode-256color
URxvt*cursorBlink: true
URxvt*urgentOnBell: true
URxvt*scrollBar: ... |
nblock/config | bc1c52a806fa30e254bba6b517994e6675243648 | display systray on last drawn screen | diff --git a/bin/screenoff b/bin/screenoff
index 94faa37..e49224a 100755
--- a/bin/screenoff
+++ b/bin/screenoff
@@ -1,3 +1,3 @@
#!/bin/bash
xrandr --output HDMI1 --off --output LVDS1 --mode 1440x900 --pos 0x0 --primary
-awsetbg -R ~/bilder/wallpaper/1400x1050/
+#awsetbg -R ~/bilder/wallpaper/1400x1050/
diff --git a/... |
nblock/config | 3f824ff8464601df966c9df0985518267c23fa27 | add test-awesome-config | diff --git a/bin/test-awesome-config.sh b/bin/test-awesome-config.sh
new file mode 100755
index 0000000..957d84c
--- /dev/null
+++ b/bin/test-awesome-config.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+# script xepyhr-awesome
+# author: dante4d <dante4d@gmail.com>
+Xephyr -ac -br -noreset -screen 800x600 :1 &
+sleep 1
+DISPLAY=:1.... |
nblock/config | 286b3318db1ad162af160cde703f05783c7ed13a | new place for the layoutbox | diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua
index 7cd6f12..79fa3d0 100644
--- a/config/awesome/rc.lua
+++ b/config/awesome/rc.lua
@@ -1,536 +1,536 @@
-- {{{ License
-- rc.lua, works with awesome 3.5 on Arch Linux
-- author: nblock <nblock [at] archlinux.us>
-- based on multiple rc.lua files from diff... |
nblock/config | d16169a002ba6eb95306bcc3339640c279489559 | add virtualenvwrapper | diff --git a/zshrc b/zshrc
index 690ce16..c21391e 100644
--- a/zshrc
+++ b/zshrc
@@ -1,228 +1,232 @@
# load arch default settings
if [ -r /etc/profile ] ; then
. /etc/profile
fi
# history and directory stack config
HISTFILE=~/.zsh_history
HISTSIZE=10000
SAVEHIST=10000
DIRSTACKSIZE=100
setopt HIST_IGNORE_SPA... |
nblock/config | 9ab59a6c0f6f4b60aecbaeb0e9edd07246493ced | add vim key bindings for copying/pasting | diff --git a/tmux.conf b/tmux.conf
index 7b899ba..1cf6b7e 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -1,31 +1,34 @@
#use vim mode
setw -g mode-keys vi
+bind -t vi-copy v begin-selection
+bind -t vi-copy y copy-selection
+bind -t vi-copy Escape cancel
#lower escape time
set -s escape-time 1
#start indices from 1... |
nblock/config | ee90a181270dcd0c9c5478eef95a13a28cfd4666 | migrate rc.lua to awesome 3.5 | diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua
index cc26bf8..7cd6f12 100644
--- a/config/awesome/rc.lua
+++ b/config/awesome/rc.lua
@@ -1,460 +1,536 @@
-- {{{ License
--- rc.lua, works with awesome 3.4.9 (Arch Linux)
+-- rc.lua, works with awesome 3.5 on Arch Linux
-- author: nblock <nblock [at] archlinu... |
nblock/config | db3927eb20c6e08fffdb2e856e47e59022e6f371 | migrate zenburn for awesome 3.5 | diff --git a/config/awesome/zenburn.lua b/config/awesome/zenburn.lua
index 057fce1..82b631f 100644
--- a/config/awesome/zenburn.lua
+++ b/config/awesome/zenburn.lua
@@ -1,144 +1,150 @@
-------------------------------
-- "Zenburn" awesome theme --
-- By Adrian C. (anrxc) --
-------------------------------
... |
nblock/config | 4969f0212574ffc350e8b91e9ea1e9f2eda7e506 | add mediwiki support in vim | diff --git a/ctags b/ctags
index 9530624..1891ced 100644
--- a/ctags
+++ b/ctags
@@ -1,18 +1,25 @@
--langdef=latex
--langmap=latex:.tex
--regex-latex=/^\\part[[:space:]]*(\[[^]]*\])?[[:space:]]*\{([^}]+)\}/part \2/s,part/
--regex-latex=/^\\part[[:space:]]*\*[[:space:]]*\{([^}]+)\}/part \1/s,part/
--regex-latex=/^\... |
nblock/config | c0d504c8fac117ad183383a1ff6ff8f79cba3e1b | rework backup-android script | diff --git a/bin/backup-android b/bin/backup-android
index 2b7bb37..5d1aa6a 100755
--- a/bin/backup-android
+++ b/bin/backup-android
@@ -1,50 +1,59 @@
#!/bin/zsh
-#a simple script to backup android phones
+# a simple script to backup android phones
MARKER="backup-android.marker"
BASE="/media"
DST="$HOME/backup/andr... |
nblock/config | 331fd1461ee3de44d1c937abc535f656f0c7a7a7 | default to neo | diff --git a/xinitrc b/xinitrc
index 5a6caa8..88709ad 100644
--- a/xinitrc
+++ b/xinitrc
@@ -1,8 +1,8 @@
#!/bin/sh
eval "$(gpg-agent --daemon --enable-ssh-support)"
urxvtd -q -f -o
xrdb -load ~/.Xresources
xmodmap .Xmodmap &
-setxkbmap -layout de,de -variant neo,basic -model pc106 -option -option grp:sclk_toggle ... |
nblock/config | 660ac4347ff8d6a5d2f1f28b089ce7f8ab25bbbb | add AutoTag to vim | diff --git a/vimrc b/vimrc
index 9ec155b..df51d99 100644
--- a/vimrc
+++ b/vimrc
@@ -1,200 +1,201 @@
" File: .vimrc
" Author: nblock <nblock [/at\] archlinux DOT us>
" Description: just another .vimrc
" Last Modified: Dezember 10th, 2011
set nocompatible
set nobackup
set nowritebackup
set noswapfile
set show... |
nblock/config | d8048e2640f78f943efad9bbe289cbe05791a9d5 | use another method to set the remote TERM | diff --git a/tmux.conf b/tmux.conf
index 87b95a6..b910862 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -1,15 +1,14 @@
setw -g mode-keys vi
set-window-option -g mode-mouse on
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
unbind %
bind | split-window -h
bind ? split-w... |
nblock/config | b3b9616b501ac02f6ece2d9e122d2fb15685c801 | use external repo for snippets | diff --git a/install.sh b/install.sh
index 015228e..7b682a4 100755
--- a/install.sh
+++ b/install.sh
@@ -1,34 +1,29 @@
#!/bin/sh
set -e
#set -x
#link files
for item in `find $PWD -maxdepth 1 -mindepth 1 -type f \( ! -iname "install.sh" ! -iname "README.markdown" \) -printf "%P\n"`;do
ln -snf "$PWD/$item" ... |
nblock/config | f3ef168b9846034b3cd3e77b9426469085afe352 | remove ultisnips dist | diff --git a/cmus/autosave b/cmus/autosave
index c55c325..a2071fa 100644
--- a/cmus/autosave
+++ b/cmus/autosave
@@ -1,142 +1,142 @@
set aaa_mode=album
set altformat_current= %F
set altformat_playlist= %f%= %d
set altformat_title=%f
set altformat_trackwin= %f%= %d
set auto_reshuffle=false
set buffer_seconds=1... |
nblock/config | fb8997527c460aec24c6dbb3503009d1e57a3a0b | add utf8 support in urxvt | diff --git a/Xdefaults b/Xdefaults
index e0ce885..11e096a 100644
--- a/Xdefaults
+++ b/Xdefaults
@@ -1,29 +1,30 @@
!URxvt settings
!!--[Urxvt Options]--!
URxvt*title: urxvtc
URxvt*termName: rxvt-unicode-256color
URxvt*cursorBlink: true
URxvt*urgentOnBell: true
URxvt*scrollBar: ... |
nblock/config | 6e6fa4836fc0d49bf6cab62e8a2d07b321fac547 | configure split windows bindings in tmux | diff --git a/tmux.conf b/tmux.conf
index 8b3a4e6..87b95a6 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -1,11 +1,15 @@
setw -g mode-keys vi
set-window-option -g mode-mouse on
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
+unbind %
+bind | split-window -h
+bind ? split-w... |
nblock/config | 2799319bdc5afe95ed5085f62fc7c0b5151f10eb | add ultisnips-dist | diff --git a/install.sh b/install.sh
index 7b682a4..015228e 100755
--- a/install.sh
+++ b/install.sh
@@ -1,29 +1,34 @@
#!/bin/sh
set -e
#set -x
#link files
for item in `find $PWD -maxdepth 1 -mindepth 1 -type f \( ! -iname "install.sh" ! -iname "README.markdown" \) -printf "%P\n"`;do
ln -snf "$PWD/$item" ... |
nblock/config | f665210140ed8facf4e4f8267abe97bbef247852 | add tar.xz support | diff --git a/zshrc b/zshrc
index c67d99d..3426abd 100644
--- a/zshrc
+++ b/zshrc
@@ -1,225 +1,225 @@
# load arch default settings
if [ -r /etc/profile ] ; then
. /etc/profile
fi
# history and directory stack config
HISTFILE=~/.zsh_history
HISTSIZE=10000
SAVEHIST=10000
DIRSTACKSIZE=100
setopt HIST_IGNORE_SPA... |
nblock/config | 3eb1cdca78d6389c743d00974141e3f88a17d168 | fix a bug in awesome config and add tar.xz support | diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua
index 6db1f3e..cc26bf8 100644
--- a/config/awesome/rc.lua
+++ b/config/awesome/rc.lua
@@ -1,460 +1,460 @@
-- {{{ License
-- rc.lua, works with awesome 3.4.9 (Arch Linux)
-- author: nblock <nblock [at] archlinux.us>
-- based on multiple rc.lua files from dif... |
nblock/config | 39a63b769ad50b2e20ee085b4ff60a233a20d386 | remove config alias | diff --git a/zshrc b/zshrc
index b4fcaa2..859aa3c 100644
--- a/zshrc
+++ b/zshrc
@@ -1,225 +1,224 @@
# load arch default settings
if [ -r /etc/profile ] ; then
. /etc/profile
fi
# history and directory stack config
HISTFILE=~/.zsh_history
HISTSIZE=10000
SAVEHIST=10000
DIRSTACKSIZE=100
setopt HIST_IGNORE_SPA... |
nblock/config | 6432e1a2a63697962430a4ad981b646b9df3309f | refactor to new directory | diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 72e8ffc..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-*
diff --git a/.vim/after/syntax/tex.vim b/.vim/after/syntax/tex.vim
deleted file mode 100644
index 70ff7eb..0000000
--- a/.vim/after/syntax/tex.vim
+++ /dev/null
@@ -1 +0,0 @@
-:setlocal i... |
nblock/config | 5455eebddf805d90d097c7b6d425b65f5462c959 | add tmux.conf | diff --git a/.cmus/autosave b/.cmus/autosave
index 156c4a8..c55c325 100644
--- a/.cmus/autosave
+++ b/.cmus/autosave
@@ -1,142 +1,142 @@
-set aaa_mode=artist
+set aaa_mode=album
set altformat_current= %F
set altformat_playlist= %f%= %d
set altformat_title=%f
set altformat_trackwin= %f%= %d
set auto_reshuffle=fa... |
nblock/config | d497d050a2c32cd8ed67818f7e5d5e72026f7535 | enable ck-launch-session and dbus-launch to get nm-applet working | diff --git a/.xinitrc b/.xinitrc
index fc396b1..9dc988c 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,8 +1,8 @@
#!/bin/sh
eval "$(gpg-agent --daemon --enable-ssh-support)"
urxvtd -q -f -o
-ck-launch-session nm-applet &
xrdb -load ~/.Xresources
xmodmap .Xmodmap &
#setxkbmap -layout de,de -variant neo,basic -model pc... |
nblock/config | 4bfa3007b0cc3d1c2058f13da2f6de366eb3e28e | switch from xptemplate to ultisnip; add syntastic | diff --git a/.vimrc b/.vimrc
index 6d74522..8af772f 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,193 +1,196 @@
" File: .vimrc
" Author: nblock <nblock [/at\] archlinux DOT us>
" Description: just another .vimrc
" Last Modified: Dezember 10th, 2011
set nocompatible
set nobackup
set nowritebackup
set noswapfile
set ... |
nblock/config | 97d717751bc3c6a0958d655b9a66d6d5d92150d9 | fix download dir in rtorrent | diff --git a/.rtorrent.rc b/.rtorrent.rc
index 58c38aa..1421889 100644
--- a/.rtorrent.rc
+++ b/.rtorrent.rc
@@ -1,112 +1,112 @@
# This is an example resource file for rTorrent. Copy to
# ~/.rtorrent.rc and enable/modify the options as needed. Remember to
# uncomment the options you wish to enable.
# Maximum and ... |
nblock/config | cf6b71fc546decc3ee009a20afa70b3e87d0711f | enable ssh support for gpg-agent | diff --git a/.xinitrc b/.xinitrc
index eab8d92..fc396b1 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,8 +1,8 @@
#!/bin/sh
-eval "$(gpg-agent --daemon)"
+eval "$(gpg-agent --daemon --enable-ssh-support)"
urxvtd -q -f -o
ck-launch-session nm-applet &
xrdb -load ~/.Xresources
xmodmap .Xmodmap &
#setxkbmap -layout de,d... |
nblock/config | a1e3b43584c89f0aaf6d533b7042ae815f510062 | fix neo vs. urxvt bug | diff --git a/.Xresources b/.Xresources
index 5abdfba..3a9ff10 100644
--- a/.Xresources
+++ b/.Xresources
@@ -1,78 +1,98 @@
+! neo vs. urxvt vs. vim:
+! http://wiki.neo-layout.org/ticket/182
+URxvt.keysym.KP_Add: +
+URxvt.keysym.KP_Subtract: -
+URxvt.keysym.KP_Multiply: *
+URxvt.keysym.KP_Divide : /
+URxvt.keysym.KP... |
nblock/config | fc2f44bdca682b33236a427fa595a240549f2f40 | add taskwarrior | diff --git a/.solarized-task/solarized-dark-256.theme b/.solarized-task/solarized-dark-256.theme
new file mode 100644
index 0000000..4001868
--- /dev/null
+++ b/.solarized-task/solarized-dark-256.theme
@@ -0,0 +1,74 @@
+###############################################################################
+# Taskwarrior solar... |
nblock/config | 6d0a1359e0b3fcb3273e502b43de97448955b885 | add vim-powerline | diff --git a/.vimrc b/.vimrc
index 7f17cbc..09b1eb6 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,191 +1,191 @@
" File: .vimrc
" Author: nblock <nblock [/at\] archlinux DOT us>
" Description: just another .vimrc
" Last Modified: Dezember 10th, 2011
set nocompatible
set nobackup
set nowritebackup
set noswapfile
set ... |
nblock/config | b0938d16c8ff89b86463006bb11dd0e7cd0d4743 | no longer restart stopped torrents | diff --git a/.Xdefaults b/.Xdefaults
new file mode 100644
index 0000000..e0ce885
--- /dev/null
+++ b/.Xdefaults
@@ -0,0 +1,29 @@
+!URxvt settings
+!!--[Urxvt Options]--!
+URxvt*title: urxvtc
+URxvt*termName: rxvt-unicode-256color
+URxvt*cursorBlink: true
+URxvt*urgentOnBell: true
+URxvt*scro... |
stevan/sort-tree-naturally | abcdb3e3fdcbd000758a13511e56741f85740689 | Add in Sort::Tree::Naturally | diff --git a/Build.PL b/Build.PL
new file mode 100644
index 0000000..0f28d97
--- /dev/null
+++ b/Build.PL
@@ -0,0 +1,3 @@
+# Dear Distribution Packager. This use of require is intentional.
+# Module::Install detects Build.PL usage and acts accordingly.
+require 'Makefile.PL';
diff --git a/Changes b/Changes
new file mo... |
brentgreeff/should_pricot | e5e624be609fff751d9b0a16d3437ec1bb8b878f | Add reference to funktional testing lib. | diff --git a/README.rdoc b/README.rdoc
index cdd9856..9f60bf3 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,51 +1,58 @@
= ShouldPricot
Test the html in your functional tests
using the wicked Hpricot CSS / XPath selectors.
Requires Hpricot.
Designed for use with ActiveSupport::TestCase (Test/Unit)
== Instal... |
brentgreeff/should_pricot | d94e84993e461dde40c02ac9e7f8deb5c6e50666 | Bumped gemspec. | diff --git a/should_pricot.gemspec b/should_pricot.gemspec
index 4e78344..73ebfb7 100644
--- a/should_pricot.gemspec
+++ b/should_pricot.gemspec
@@ -1,32 +1,32 @@
Gem::Specification.new do |s|
s.name = %q{should_pricot}
- s.version = "3.0.1"
+ s.version = "3.0.2"
s.required_rubygems_version = Gem::Requirem... |
brentgreeff/should_pricot | 228e7b1e12475470199ff8bbbbdbf8277d6ebff5 | Added hpricot as a dependency, was assuming it was installed. bumped gemspec. | diff --git a/should_pricot.gemspec b/should_pricot.gemspec
index c874e7a..4e78344 100644
--- a/should_pricot.gemspec
+++ b/should_pricot.gemspec
@@ -1,31 +1,32 @@
Gem::Specification.new do |s|
s.name = %q{should_pricot}
- s.version = "3.0.0"
+ s.version = "3.0.1"
s.required_rubygems_version = Gem::Requirem... |
brentgreeff/should_pricot | 7a7cd5c2226946adcabf14933f92503a2a076ded | Bumped gemspec to V3, (Rails 3 compatible). | diff --git a/should_pricot.gemspec b/should_pricot.gemspec
index efdd383..c874e7a 100644
--- a/should_pricot.gemspec
+++ b/should_pricot.gemspec
@@ -1,31 +1,31 @@
Gem::Specification.new do |s|
s.name = %q{should_pricot}
- s.version = "2.0.0"
+ s.version = "3.0.0"
s.required_rubygems_version = Gem::Requirem... |
brentgreeff/should_pricot | 83fc69c25c18ae006896e738d1672f15bf386b54 | Changed require 'test_help' to 'rails/test_help'. | diff --git a/lib/should_pricot.rb b/lib/should_pricot.rb
index ca25669..a0707b9 100644
--- a/lib/should_pricot.rb
+++ b/lib/should_pricot.rb
@@ -1,8 +1,8 @@
-require 'test_help'
+require 'rails/test_help'
require 'hpricot'
require File.join(File.dirname(__FILE__), "should_pricot", "count_assertion")
require File.j... |
brentgreeff/should_pricot | ae8e46a851be819b07efcd54ba9d4ae9d5603030 | Fixed deprecation warnings, Rails.root, env etc. | diff --git a/init.rb b/init.rb
index 9d883b6..4cce353 100644
--- a/init.rb
+++ b/init.rb
@@ -1,3 +1,3 @@
-if RAILS_ENV.eql? 'test'
+if Rails.env.eql? 'test'
require File.join(File.dirname(__FILE__), "lib", "should_pricot")
end
diff --git a/test/test_helper.rb b/test/test_helper.rb
index cb13d37..b72d21f 100644
--- ... |
brentgreeff/should_pricot | 0594aeb3b0666af4254b687d32f5ee5ff325cdbb | Ignoring gem files. | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c111b33
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.gem
|
brentgreeff/should_pricot | 2a846b9e2fcbb4b2d71b30ea3f9cf6622f349b38 | Added VERSION and gemspec files. | diff --git a/VERSION b/VERSION
new file mode 100644
index 0000000..227cea2
--- /dev/null
+++ b/VERSION
@@ -0,0 +1 @@
+2.0.0
diff --git a/should_pricot.gemspec b/should_pricot.gemspec
new file mode 100644
index 0000000..efdd383
--- /dev/null
+++ b/should_pricot.gemspec
@@ -0,0 +1,31 @@
+Gem::Specification.new do |s|
+ ... |
brentgreeff/should_pricot | 15a365fcf137455b320134176cb8ab4a4e43ba51 | Got the require paths wrong. | diff --git a/lib/should_pricot.rb b/lib/should_pricot.rb
index 8bc811c..ca25669 100644
--- a/lib/should_pricot.rb
+++ b/lib/should_pricot.rb
@@ -1,8 +1,8 @@
require 'test_help'
require 'hpricot'
-require File.join(File.dirname(__FILE__), "lib", "should_pricot", "count_assertion")
-require File.join(File.dirname(__F... |
brentgreeff/should_pricot | 0f621775cf48afbb88e3e5d08b0685b4f1fce8b3 | Moved the require statements into the should_pricot.rb base file. Moved the helper methods into their own module. | diff --git a/init.rb b/init.rb
index 34aa1cd..9d883b6 100644
--- a/init.rb
+++ b/init.rb
@@ -1,10 +1,3 @@
if RAILS_ENV.eql? 'test'
- require 'test_help'
- require 'hpricot'
-
require File.join(File.dirname(__FILE__), "lib", "should_pricot")
- require File.join(File.dirname(__FILE__), "lib", "should_pricot", "c... |
brentgreeff/should_pricot | 20714c500b3918cd399064b8bd8639b435eb4850 | Fixed bug in element('#x').should_contain. Needs to check if the element exists before checking contents. | diff --git a/lib/should_pricot/element_assertion.rb b/lib/should_pricot/element_assertion.rb
index 6702c9b..1ca656a 100644
--- a/lib/should_pricot/element_assertion.rb
+++ b/lib/should_pricot/element_assertion.rb
@@ -1,37 +1,39 @@
module ShouldPricot
class ElementAssertion
def initialize(selector, html, test_i... |
brentgreeff/should_pricot | 5aeb14bf523e530141c89ec349a15e6ce572fa64 | Added should_contain | diff --git a/README.rdoc b/README.rdoc
index 6327a11..5866b62 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,41 +1,45 @@
= ShouldPricot
Test the html in your functional tests
using the wicked Hpricot CSS / XPath selectors.
Requires Hpricot.
Designed for use with ActiveSupport::TestCase (Test/Unit)
== Exampl... |
brentgreeff/should_pricot | f9f87fc38f0cc41e3c608b41d40c24d8fc4ce40c | Fixed bug in passed html assertions. | diff --git a/lib/should_pricot.rb b/lib/should_pricot.rb
index c05d86a..352652c 100644
--- a/lib/should_pricot.rb
+++ b/lib/should_pricot.rb
@@ -1,20 +1,20 @@
module ShouldPricot
def element(selector, passed_html = nil)
@passed_html = passed_html
ElementAssertion.new(selector, get_html, self)
end
... |
brentgreeff/should_pricot | 970b4114d8d77eef582e7e4189ed3c47b6a8ce6f | Incorporated kid80's regex matching. | diff --git a/README.rdoc b/README.rdoc
index 2f4c5bf..6327a11 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,34 +1,41 @@
= ShouldPricot
Test the html in your functional tests
using the wicked Hpricot CSS / XPath selectors.
Requires Hpricot.
Designed for use with ActiveSupport::TestCase (Test/Unit)
== Exampl... |
brentgreeff/should_pricot | c3035b1b1eba8f2ebe7ecb0be36fdc4952d52183 | Extended should_b to take some html to assert on. | diff --git a/README.rdoc b/README.rdoc
index 12a66af..2f4c5bf 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,30 +1,34 @@
= ShouldPricot
Test the html in your functional tests
using the wicked Hpricot CSS / XPath selectors.
Requires Hpricot.
Designed for use with ActiveSupport::TestCase (Test/Unit)
== Exampl... |
brentgreeff/should_pricot | ac8144b447dfd8f6947344a8162d4f058615ada1 | Refactored should_pricot into seperate files. | diff --git a/lib/should_pricot.rb b/lib/should_pricot.rb
index 1a1933d..9607469 100644
--- a/lib/should_pricot.rb
+++ b/lib/should_pricot.rb
@@ -1,61 +1,17 @@
module ShouldPricot
def element(selector)
ElementAssertion.new(selector, html, self)
end
def count(selector)
CountAssertion.new(selec... |
brentgreeff/should_pricot | 9496ad845f81fffa8f94ffcc0089348cde78667a | Moved readme to rdoc stylin. | diff --git a/README b/README
deleted file mode 100644
index 7b68a81..0000000
--- a/README
+++ /dev/null
@@ -1,27 +0,0 @@
-ShouldPricot
-============
-
-Test the html in your functional tests
-using the wicked Hpricot CSS / XPath selectors.
-Requires Hpricot.
-Designed for use with ActiveSupport::TestCase (Test/Unit)
-
... |
brentgreeff/should_pricot | d118a402f9f5f795e3031225a9dfe7389db46e38 | Created the should_pricot testing helpers. | diff --git a/MIT-LICENSE b/MIT-LICENSE
new file mode 100644
index 0000000..9376605
--- /dev/null
+++ b/MIT-LICENSE
@@ -0,0 +1,20 @@
+Copyright (c) 2009 [name of plugin creator]
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Sof... |
tnc/rac | 048704f7db804146ae1ea64ea5a36b5c6c73124b | fix installation instructions | diff --git a/README.md b/README.md
index a6328cf..a8037de 100644
--- a/README.md
+++ b/README.md
@@ -1,44 +1,44 @@
# RabbitMQ Administration Console #
*RAC* is an administration console for RabbitMQ. Is written in PHP and uses the [PHP Erlang Bridge Extension](http://code.google.com/p/mypeb/) to communicate with [R... |
tnc/rac | 47b6d8eed655e9ded613dbba786d9c638185bc0a | bug fix for session management | diff --git a/web/index.php b/web/index.php
index 262ef1b..07faa36 100644
--- a/web/index.php
+++ b/web/index.php
@@ -1,46 +1,48 @@
<?php
+session_name('rac');
+session_start();
require_once(__DIR__ . '/../lib/vendor/limonade/lib/limonade.php');
require_once(__DIR__ . '/../lib/helpers.php');
function configure()... |
tnc/rac | e3801e4bb867cb55e52ceeb6700dcadd991a23a5 | new design for the server switcher control | diff --git a/views/layout.html.php b/views/layout.html.php
index 3f9e5e5..9d23706 100644
--- a/views/layout.html.php
+++ b/views/layout.html.php
@@ -1,58 +1,61 @@
<?php extract($vars); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html... |
tnc/rac | ecab5a025c23a6c715bf75232e27f5986e2c0a16 | uses limonade session auto start | diff --git a/web/index.php b/web/index.php
index fa0ee79..262ef1b 100644
--- a/web/index.php
+++ b/web/index.php
@@ -1,48 +1,46 @@
<?php
-session_start();
-
require_once(__DIR__ . '/../lib/vendor/limonade/lib/limonade.php');
require_once(__DIR__ . '/../lib/helpers.php');
function configure()
{
init_servers_... |
tnc/rac | c635c8fbbff0a0548f5ffa43211aaf541892e765 | add note about server configuration | diff --git a/README.md b/README.md
index 681b0df..a6328cf 100644
--- a/README.md
+++ b/README.md
@@ -1,44 +1,44 @@
# RabbitMQ Administration Console #
*RAC* is an administration console for RabbitMQ. Is written in PHP and uses the [PHP Erlang Bridge Extension](http://code.google.com/p/mypeb/) to communicate with [R... |
tnc/rac | a1727b0fb5449e1a8dcef59c848c6870b6ba4707 | adds support for several rabbitmq servers | diff --git a/config/config.php.sample b/config/config.php.sample
index cd5bb63..16a1dc3 100644
--- a/config/config.php.sample
+++ b/config/config.php.sample
@@ -1,4 +1,16 @@
<?php
-define('RABBITMQ_HOST', 'rabbit@127.0.0.1');
-define('RABBITMQ_COOKIE', 'COOKIE_HERE');
\ No newline at end of file
+$RABBIT_SERVERS = a... |
tnc/rac | ba48f978491fa2ed112fafbd38670291262101b8 | adds a note about admin console installation | diff --git a/README.md b/README.md
index eec8c5c..681b0df 100644
--- a/README.md
+++ b/README.md
@@ -1,42 +1,44 @@
# RabbitMQ Administration Console #
*RAC* is an administration console for RabbitMQ. Is written in PHP and uses the [PHP Erlang Bridge Extension](http://code.google.com/p/mypeb/) to communicate with [R... |
tnc/rac | b77db89930ccc2ad775b07ff75392d3d2bd9caa4 | adds link to screenshot | diff --git a/README.md b/README.md
index f2305af..eec8c5c 100644
--- a/README.md
+++ b/README.md
@@ -1,38 +1,42 @@
# RabbitMQ Administration Console #
*RAC* is an administration console for RabbitMQ. Is written in PHP and uses the [PHP Erlang Bridge Extension](http://code.google.com/p/mypeb/) to communicate with [R... |
tnc/rac | bb62b62341ea2626f0e03db2e1d7c3ae4358a3bb | new LICENSE file | diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..16759e0
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+The MIT License
+
+Copyright (c) 2010 The NetCircle
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software... |
tnc/rac | f04d4281240c649c649593ed86fcbfa74f8bab7d | improves readme | diff --git a/README.md b/README.md
index 745ff54..f2305af 100644
--- a/README.md
+++ b/README.md
@@ -1,36 +1,38 @@
# RabbitMQ Administration Console #
*RAC* is an administration console for RabbitMQ. Is written in PHP and uses the [PHP Erlang Bridge Extension](http://code.google.com/p/mypeb/) to communicate with [R... |
tnc/rac | 445aea2944588cba990a2e777da1f8f68da72471 | first import | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ae85d97
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+lib/vendor/*
+./sync.sh
+config/config.php
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..745ff54
--- /dev/null
+++ b/README.md
@@ -0,0 +1,36 @@
+# RabbitMQ Administra... |
manzke/de.devsurf.maven | aaa970d61c151810d3345ef3b7d9a7e9620d816a | [maven-release-plugin] prepare for next development iteration | diff --git a/pom.xml b/pom.xml
index 651485e..581d578 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,304 +1,304 @@
<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">
<mo... |
manzke/de.devsurf.maven | 56aac595ea70cf00afe8ac100ffeedb8b50bf526 | [maven-release-plugin] prepare release 1.4 | diff --git a/pom.xml b/pom.xml
index e661dad..651485e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,304 +1,304 @@
<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">
<mo... |
manzke/de.devsurf.maven | 7ecacaf22694422a2d32c36513f695866d7b3cc3 | changed reporting | diff --git a/pom.xml b/pom.xml
index 9764700..e661dad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,133 +1,304 @@
<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">
<mo... |
manzke/de.devsurf.maven | 3d8c0ab7b927153723488d5a79bb967e31efe9e3 | extended the inherited properties | diff --git a/pom.xml b/pom.xml
index 3e552bc..9764700 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,129 +1,133 @@
<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">
<mo... |
manzke/de.devsurf.maven | a06c3245362193fb32248a5032a4c6b90a9876ce | [maven-release-plugin] prepare for next development iteration | diff --git a/pom.xml b/pom.xml
index 47eb48b..3e552bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,129 +1,129 @@
<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">
<mo... |
manzke/de.devsurf.maven | 923d23aada40308b089a2a40c2a8089ead9e3ff8 | [maven-release-plugin] prepare release 1.3 | diff --git a/pom.xml b/pom.xml
index 7da89a2..47eb48b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,130 +1,129 @@
-<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">
+<p... |
manzke/de.devsurf.maven | 49afee46c5e272f1cddfd7cd2e38939b42edc761 | remove gpg plugin | diff --git a/pom.xml b/pom.xml
index 8b1eba9..7da89a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,129 +1,130 @@
-<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">
+<pro... |
manzke/de.devsurf.maven | 284d41bcb3ecf95f6cdc6fd45706a22c6b92814e | [maven-release-plugin] prepare for next development iteration | diff --git a/pom.xml b/pom.xml
index cf071c7..8b1eba9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,129 +1,129 @@
<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">
<mo... |
manzke/de.devsurf.maven | 8bb32fbdc9626ff16ed47774f49890ee88647360 | [maven-release-plugin] prepare release 1.2 | diff --git a/pom.xml b/pom.xml
index c112947..cf071c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,130 +1,129 @@
-<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">
+<p... |
manzke/de.devsurf.maven | ad9901d0ebade009d66c7f110ff45013db8ce25f | only include de.devsurf package for license scanning | diff --git a/pom.xml b/pom.xml
index b842f47..c112947 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,130 +1,130 @@
<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">
<... |
manzke/de.devsurf.maven | 74a3fdc4d0945725eb5ea444b5feb5f517cdd946 | added basedir | diff --git a/pom.xml b/pom.xml
index 6a4539e..b842f47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,104 +1,130 @@
-<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">
+<pro... |
manzke/de.devsurf.maven | 33f82c89e628dfc25978f5936042cfd98e7de5a3 | adjusted .gitignore | diff --git a/.gitignore b/.gitignore
index 7d7df9a..7154b61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,44 +1,48 @@
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built ... |
manzke/de.devsurf.maven | 116944c5d94006a0fc0a22ddf11c8da5db131a9c | [maven-release-plugin] prepare for next development iteration | diff --git a/pom.xml b/pom.xml
index 75c4887..6a4539e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,104 +1,104 @@
<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">
<mo... |
manzke/de.devsurf.maven | cd010494346bd8d06a188c52571b1383e91dcfc6 | [maven-release-plugin] prepare release 1.1 | diff --git a/pom.xml b/pom.xml
index 95ac46a..75c4887 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,104 +1,104 @@
<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">
<mo... |
manzke/de.devsurf.maven | 90ee8ec280b589116b957d13883c246966b7ab58 | fixed pom.xml issue | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7d7df9a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,44 @@
+# Compiled source #
+###################
+*.com
+*.class
+*.dll
+*.exe
+*.o
+*.so
+
+# Packages #
+############
+# it's better to unpack these files and commit the raw source
+# git has its ... |
manzke/de.devsurf.maven | 39b6c8e5fc12422e2421c083c677e494163df2a6 | [maven-release-plugin] prepare for next development iteration | diff --git a/pom.xml b/pom.xml
index d3b458e..13b55a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,102 +1,102 @@
<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">
<mo... |
manzke/de.devsurf.maven | 4ccc4b2971ba2f3baead17312af360323db4d1ae | [maven-release-plugin] prepare release 1.0 | diff --git a/pom.xml b/pom.xml
index a0dec5f..d3b458e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,102 +1,102 @@
<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">
<mo... |
manzke/de.devsurf.maven | 5512fe2bc89b933d36af442aa78bcbefdc3c9591 | added apache license header | diff --git a/pom.xml b/pom.xml
index d3b458e..a0dec5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,102 +1,102 @@
<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">
<mo... |
manzke/de.devsurf.maven | f55fc280d68c9c4c8c10e8c87ab2337a970c1d80 | added apache license header | diff --git a/etc/header.txt b/etc/header.txt
new file mode 100644
index 0000000..37d0357
--- /dev/null
+++ b/etc/header.txt
@@ -0,0 +1,13 @@
+Copyright (C) ${year} ${owner} <${email}>
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+Yo... |
manzke/de.devsurf.maven | 71fbc50369dcaefb246186515333bdef1d9a4597 | added apache license header | diff --git a/pom.xml b/pom.xml
index 645380a..d3b458e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,103 +1,102 @@
-<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">
+<p... |
manzke/de.devsurf.maven | aa67b4f7b6328bf1d7ad341a7d046bed893083f5 | added packaging to pom | diff --git a/pom.xml b/pom.xml
index 146e4d1..645380a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,103 +1,103 @@
<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">
<... |
manzke/de.devsurf.maven | e83d2147c4889256a9c3120d30834ef0af89680d | initial import | diff --git a/.project b/.project
new file mode 100644
index 0000000..eddffc8
--- /dev/null
+++ b/.project
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>de.devsurf.maven</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.... |
wsmoak/npanday-wix-plugin | 395596573cd121c4f676d6106817d765996f7f92 | Allow configuration of multiple .wixobj files and the output file. More updates to change name to wix-maven-plugin. | diff --git a/src/it/IT002/pom.xml b/src/it/IT002/pom.xml
index f7c9ca6..8a944c6 100755
--- a/src/it/IT002/pom.xml
+++ b/src/it/IT002/pom.xml
@@ -1,27 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http... |
wsmoak/npanday-wix-plugin | 037a9cf7de4c4bf93c933045510223bc31e4733c | Change plugin name to wix-maven-plugin as discussed on the forum. | diff --git a/pom.xml b/pom.xml
index b6f9009..3876745 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,63 +1,63 @@
<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">
<mod... |
wsmoak/npanday-wix-plugin | 2e260c850e131ee52c5ce1f22e277086c096d904 | Fix parameter after making sourceFiles plural | diff --git a/src/main/java/npanday/plugin/wix/CandleMojo.java b/src/main/java/npanday/plugin/wix/CandleMojo.java
index d163e9a..9f8f28b 100755
--- a/src/main/java/npanday/plugin/wix/CandleMojo.java
+++ b/src/main/java/npanday/plugin/wix/CandleMojo.java
@@ -1,75 +1,75 @@
package npanday.plugin.wix;
/*
* Copyrig... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.