- Timestamp:
- 08/02/11 10:49:08 (10 months ago)
- Location:
- print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle
- Files:
-
- 10 modified
-
SSL.groovy (modified) (1 diff)
-
plugin/ByteCodeQuality.groovy (modified) (1 diff)
-
plugin/Camptocamp.groovy (modified) (1 diff)
-
plugin/CamptocampConvention.groovy (modified) (1 diff)
-
plugin/Cobertura.groovy (modified) (1 diff)
-
task/AddSecurityProxy.groovy (modified) (1 diff)
-
task/Filtering.groovy (modified) (1 diff)
-
task/JettyRunAllWar.groovy (modified) (1 diff)
-
task/ProjectLayout.groovy (modified) (1 diff)
-
task/WarProjectLayout.groovy (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/SSL.groovy
r3789 r3840 1 /** 2 * Creative commons license 1 /* 3 2 * Copyright (C) 2009 Camptocamp 3 * 4 * This file is part of MapFish Print 5 * 6 * MapFish Print is free software: you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation, either version 3 of the License, or 9 * (at your option) any later version. 10 * 11 * MapFish Print is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with MapFish Print. If not, see <http://www.gnu.org/licenses/>. 4 18 */ 5 19 package com.camptocamp.gradle; -
print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/plugin/ByteCodeQuality.groovy
r3789 r3840 1 /** 2 * Creative commons license 1 /* 3 2 * Copyright (C) 2009 Camptocamp 3 * 4 * This file is part of MapFish Print 5 * 6 * MapFish Print is free software: you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation, either version 3 of the License, or 9 * (at your option) any later version. 10 * 11 * MapFish Print is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with MapFish Print. If not, see <http://www.gnu.org/licenses/>. 4 18 */ 5 19 package com.camptocamp.gradle.plugin; -
print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/plugin/Camptocamp.groovy
r3789 r3840 1 /** 2 * Creative commons license 1 /* 3 2 * Copyright (C) 2009 Camptocamp 3 * 4 * This file is part of MapFish Print 5 * 6 * MapFish Print is free software: you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation, either version 3 of the License, or 9 * (at your option) any later version. 10 * 11 * MapFish Print is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with MapFish Print. If not, see <http://www.gnu.org/licenses/>. 4 18 */ 5 19 package com.camptocamp.gradle.plugin; -
print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/plugin/CamptocampConvention.groovy
r3789 r3840 1 /** 2 * Creative commons license 1 /* 3 2 * Copyright (C) 2009 Camptocamp 3 * 4 * This file is part of MapFish Print 5 * 6 * MapFish Print is free software: you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation, either version 3 of the License, or 9 * (at your option) any later version. 10 * 11 * MapFish Print is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with MapFish Print. If not, see <http://www.gnu.org/licenses/>. 4 18 */ 5 19 package com.camptocamp.gradle.plugin; -
print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/plugin/Cobertura.groovy
r3789 r3840 1 /** 2 * Creative commons license 1 /* 3 2 * Copyright (C) 2009 Camptocamp 3 * 4 * This file is part of MapFish Print 5 * 6 * MapFish Print is free software: you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation, either version 3 of the License, or 9 * (at your option) any later version. 10 * 11 * MapFish Print is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with MapFish Print. If not, see <http://www.gnu.org/licenses/>. 4 18 */ 5 19 package com.camptocamp.gradle.plugin; -
print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/task/AddSecurityProxy.groovy
r3789 r3840 1 /** 2 * Creative commons license 1 /* 3 2 * Copyright (C) 2009 Camptocamp 3 * 4 * This file is part of MapFish Print 5 * 6 * MapFish Print is free software: you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation, either version 3 of the License, or 9 * (at your option) any later version. 10 * 11 * MapFish Print is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with MapFish Print. If not, see <http://www.gnu.org/licenses/>. 4 18 */ 5 19 package com.camptocamp.gradle.task; -
print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/task/Filtering.groovy
r3789 r3840 1 /** 2 * Creative commons license 1 /* 3 2 * Copyright (C) 2009 Camptocamp 3 * 4 * This file is part of MapFish Print 5 * 6 * MapFish Print is free software: you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation, either version 3 of the License, or 9 * (at your option) any later version. 10 * 11 * MapFish Print is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with MapFish Print. If not, see <http://www.gnu.org/licenses/>. 4 18 */ 5 19 package com.camptocamp.gradle.task; -
print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/task/JettyRunAllWar.groovy
r3789 r3840 1 /** 2 * Creative commons license 1 /* 3 2 * Copyright (C) 2009 Camptocamp 3 * 4 * This file is part of MapFish Print 5 * 6 * MapFish Print is free software: you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation, either version 3 of the License, or 9 * (at your option) any later version. 10 * 11 * MapFish Print is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with MapFish Print. If not, see <http://www.gnu.org/licenses/>. 4 18 */ 5 19 package com.camptocamp.gradle.task; -
print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/task/ProjectLayout.groovy
r3789 r3840 1 /** 2 * Creative commons license 1 /* 3 2 * Copyright (C) 2009 Camptocamp 3 * 4 * This file is part of MapFish Print 5 * 6 * MapFish Print is free software: you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation, either version 3 of the License, or 9 * (at your option) any later version. 10 * 11 * MapFish Print is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with MapFish Print. If not, see <http://www.gnu.org/licenses/>. 4 18 */ 5 19 package com.camptocamp.gradle.task; -
print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/task/WarProjectLayout.groovy
r3789 r3840 1 /** 2 * Creative commons license 1 /* 3 2 * Copyright (C) 2009 Camptocamp 3 * 4 * This file is part of MapFish Print 5 * 6 * MapFish Print is free software: you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation, either version 3 of the License, or 9 * (at your option) any later version. 10 * 11 * MapFish Print is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with MapFish Print. If not, see <http://www.gnu.org/licenses/>. 4 18 */ 5 19 package com.camptocamp.gradle.task;
