Changeset 927 for trunk/autoquest-runner
- Timestamp:
- 10/17/12 10:29:31 (12 years ago)
- Location:
- trunk/autoquest-runner
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-runner/pom.xml
r920 r927 12 12 <artifactId>autoquest-runner</artifactId> 13 13 <name>autoquest-runner</name> 14 <licenses> 15 <license> 16 <name>The Apache Software License, Version 2.0</name> 17 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 18 </license> 19 </licenses> 14 20 <scm> 15 21 <url>${autoquest-scm-trunk-dir}/autoquest-runner</url> -
trunk/autoquest-runner/src/main/java/de/ugoe/cs/autoquest/log4j/Log4JLogger.java
r922 r927 1 // Copyright 2012 Georg-August-Universität Göttingen, Germany 2 // 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 // you may not use this file except in compliance with the License. 5 // You may obtain a copy of the License at 6 // 7 // http://www.apache.org/licenses/LICENSE-2.0 8 // 9 // Unless required by applicable law or agreed to in writing, software 10 // distributed under the License is distributed on an "AS IS" BASIS, 11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 // See the License for the specific language governing permissions and 13 // limitations under the License. 1 14 2 15 package de.ugoe.cs.autoquest.log4j; -
trunk/autoquest-runner/src/main/java/de/ugoe/cs/autoquest/ui/Runner.java
r922 r927 1 // Copyright 2012 Georg-August-Universität Göttingen, Germany 2 // 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 // you may not use this file except in compliance with the License. 5 // You may obtain a copy of the License at 6 // 7 // http://www.apache.org/licenses/LICENSE-2.0 8 // 9 // Unless required by applicable law or agreed to in writing, software 10 // distributed under the License is distributed on an "AS IS" BASIS, 11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 // See the License for the specific language governing permissions and 13 // limitations under the License. 1 14 2 15 package de.ugoe.cs.autoquest.ui;
Note: See TracChangeset
for help on using the changeset viewer.