Changeset 3207
- Timestamp:
- 03/04/11 16:47:05
- Files:
-
- trunk/build/bw-deployutil-3.7.jar (modified) (previous)
- trunk/build/src/org/bedework/build/BuildBw.java (modified) (1 diff)
- trunk/deployutil/src/org/bedework/deployment/ApplicationXmlTask.java (modified) (1 diff)
- trunk/deployutil/src/org/bedework/deployment/ForAppTask.java (modified) (1 diff)
- trunk/deployutil/src/org/bedework/deployment/ForEachAppTask.java (modified) (1 diff)
- trunk/deployutil/src/org/bedework/deployment/MakeLangXsl.java (modified) (1 diff)
- trunk/deployutil/src/org/bedework/deployment/ResolveFile.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build/src/org/bedework/build/BuildBw.java
r2655 r3207 1 /* ********************************************************************** 2 Copyright 2010 Rensselaer Polytechnic Institute. All worldwide rights reserved. 3 4 Redistribution and use of this distribution in source and binary forms, 5 with or without modification, are permitted provided that: 6 The above copyright notice and this permission notice appear in all 7 copies and supporting documentation; 8 9 The name, identifiers, and trademarks of Rensselaer Polytechnic 10 Institute are not used in advertising or publicity without the 11 express prior written permission of Rensselaer Polytechnic Institute; 12 13 DISCLAIMER: The software is distributed" AS IS" without any express or 14 implied warranty, including but not limited to, any implied warranties 15 of merchantability or fitness for a particular purpose or any warrant)' 16 of non-infringement of any current or pending patent rights. The authors 17 of the software make no representations about the suitability of this 18 software for any particular purpose. The entire risk as to the quality 19 and performance of the software is with the user. Should the software 20 prove defective, the user assumes the cost of all necessary servicing, 21 repair or correction. In particular, neither Rensselaer Polytechnic 22 Institute, nor the authors of the software are liable for any indirect, 23 special, consequential, or incidental damages related to the software, 24 to the maximum extent the law permits. 1 /* ******************************************************************** 2 Licensed to Jasig under one or more contributor license 3 agreements. See the NOTICE file distributed with this work 4 for additional information regarding copyright ownership. 5 Jasig licenses this file to you under the Apache License, 6 Version 2.0 (the "License"); you may not use this file 7 except in compliance with the License. You may obtain a 8 copy of the License at: 9 10 http://www.apache.org/licenses/LICENSE-2.0 11 12 Unless required by applicable law or agreed to in writing, 13 software distributed under the License is distributed on 14 an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 15 KIND, either express or implied. See the License for the 16 specific language governing permissions and limitations 17 under the License. 25 18 */ 26 19 package org.bedework.build; trunk/deployutil/src/org/bedework/deployment/ApplicationXmlTask.java
r2870 r3207 1 /* ********************************************************************** 2 Copyright 2010 Rensselaer Polytechnic Institute. All worldwide rights reserved. 3 4 Redistribution and use of this distribution in source and binary forms, 5 with or without modification, are permitted provided that: 6 The above copyright notice and this permission notice appear in all 7 copies and supporting documentation; 8 9 The name, identifiers, and trademarks of Rensselaer Polytechnic 10 Institute are not used in advertising or publicity without the 11 express prior written permission of Rensselaer Polytechnic Institute; 12 13 DISCLAIMER: The software is distributed" AS IS" without any express or 14 implied warranty, including but not limited to, any implied warranties 15 of merchantability or fitness for a particular purpose or any warrant)' 16 of non-infringement of any current or pending patent rights. The authors 17 of the software make no representations about the suitability of this 18 software for any particular purpose. The entire risk as to the quality 19 and performance of the software is with the user. Should the software 20 prove defective, the user assumes the cost of all necessary servicing, 21 repair or correction. In particular, neither Rensselaer Polytechnic 22 Institute, nor the authors of the software are liable for any indirect, 23 special, consequential, or incidental damages related to the software, 24 to the maximum extent the law permits. 25 */ 1 /* ******************************************************************** 2 Licensed to Jasig under one or more contributor license 3 agreements. See the NOTICE file distributed with this work 4 for additional information regarding copyright ownership. 5 Jasig licenses this file to you under the Apache License, 6 Version 2.0 (the "License"); you may not use this file 7 except in compliance with the License. You may obtain a 8 copy of the License at: 9 10 http://www.apache.org/licenses/LICENSE-2.0 11 12 Unless required by applicable law or agreed to in writing, 13 software distributed under the License is distributed on 14 an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 15 KIND, either express or implied. See the License for the 16 specific language governing permissions and limitations 17 under the License. 18 */ 26 19 package org.bedework.deployment; 27 20 trunk/deployutil/src/org/bedework/deployment/ForAppTask.java
r3170 r3207 1 /* ********************************************************************** 2 Copyright 2010 Rensselaer Polytechnic Institute. All worldwide rights reserved. 3 4 Redistribution and use of this distribution in source and binary forms, 5 with or without modification, are permitted provided that: 6 The above copyright notice and this permission notice appear in all 7 copies and supporting documentation; 8 9 The name, identifiers, and trademarks of Rensselaer Polytechnic 10 Institute are not used in advertising or publicity without the 11 express prior written permission of Rensselaer Polytechnic Institute; 12 13 DISCLAIMER: The software is distributed" AS IS" without any express or 14 implied warranty, including but not limited to, any implied warranties 15 of merchantability or fitness for a particular purpose or any warrant)' 16 of non-infringement of any current or pending patent rights. The authors 17 of the software make no representations about the suitability of this 18 software for any particular purpose. The entire risk as to the quality 19 and performance of the software is with the user. Should the software 20 prove defective, the user assumes the cost of all necessary servicing, 21 repair or correction. In particular, neither Rensselaer Polytechnic 22 Institute, nor the authors of the software are liable for any indirect, 23 special, consequential, or incidental damages related to the software, 24 to the maximum extent the law permits. 25 */ 1 /* ******************************************************************** 2 Licensed to Jasig under one or more contributor license 3 agreements. See the NOTICE file distributed with this work 4 for additional information regarding copyright ownership. 5 Jasig licenses this file to you under the Apache License, 6 Version 2.0 (the "License"); you may not use this file 7 except in compliance with the License. You may obtain a 8 copy of the License at: 9 10 http://www.apache.org/licenses/LICENSE-2.0 11 12 Unless required by applicable law or agreed to in writing, 13 software distributed under the License is distributed on 14 an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 15 KIND, either express or implied. See the License for the 16 specific language governing permissions and limitations 17 under the License. 18 */ 26 19 package org.bedework.deployment; 27 20 trunk/deployutil/src/org/bedework/deployment/ForEachAppTask.java
r3170 r3207 1 /* ********************************************************************** 2 Copyright 2010 Rensselaer Polytechnic Institute. All worldwide rights reserved. 3 4 Redistribution and use of this distribution in source and binary forms, 5 with or without modification, are permitted provided that: 6 The above copyright notice and this permission notice appear in all 7 copies and supporting documentation; 8 9 The name, identifiers, and trademarks of Rensselaer Polytechnic 10 Institute are not used in advertising or publicity without the 11 express prior written permission of Rensselaer Polytechnic Institute; 12 13 DISCLAIMER: The software is distributed" AS IS" without any express or 14 implied warranty, including but not limited to, any implied warranties 15 of merchantability or fitness for a particular purpose or any warrant)' 16 of non-infringement of any current or pending patent rights. The authors 17 of the software make no representations about the suitability of this 18 software for any particular purpose. The entire risk as to the quality 19 and performance of the software is with the user. Should the software 20 prove defective, the user assumes the cost of all necessary servicing, 21 repair or correction. In particular, neither Rensselaer Polytechnic 22 Institute, nor the authors of the software are liable for any indirect, 23 special, consequential, or incidental damages related to the software, 24 to the maximum extent the law permits. 25 */ 1 /* ******************************************************************** 2 Licensed to Jasig under one or more contributor license 3 agreements. See the NOTICE file distributed with this work 4 for additional information regarding copyright ownership. 5 Jasig licenses this file to you under the Apache License, 6 Version 2.0 (the "License"); you may not use this file 7 except in compliance with the License. You may obtain a 8 copy of the License at: 9 10 http://www.apache.org/licenses/LICENSE-2.0 11 12 Unless required by applicable law or agreed to in writing, 13 software distributed under the License is distributed on 14 an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 15 KIND, either express or implied. See the License for the 16 specific language governing permissions and limitations 17 under the License. 18 */ 26 19 package org.bedework.deployment; 27 20 trunk/deployutil/src/org/bedework/deployment/MakeLangXsl.java
r3170 r3207 1 /* ********************************************************************** 2 Copyright 2010 Rensselaer Polytechnic Institute. All worldwide rights reserved. 3 4 Redistribution and use of this distribution in source and binary forms, 5 with or without modification, are permitted provided that: 6 The above copyright notice and this permission notice appear in all 7 copies and supporting documentation; 8 9 The name, identifiers, and trademarks of Rensselaer Polytechnic 10 Institute are not used in advertising or publicity without the 11 express prior written permission of Rensselaer Polytechnic Institute; 12 13 DISCLAIMER: The software is distributed" AS IS" without any express or 14 implied warranty, including but not limited to, any implied warranties 15 of merchantability or fitness for a particular purpose or any warrant)' 16 of non-infringement of any current or pending patent rights. The authors 17 of the software make no representations about the suitability of this 18 software for any particular purpose. The entire risk as to the quality 19 and performance of the software is with the user. Should the software 20 prove defective, the user assumes the cost of all necessary servicing, 21 repair or correction. In particular, neither Rensselaer Polytechnic 22 Institute, nor the authors of the software are liable for any indirect, 23 special, consequential, or incidental damages related to the software, 24 to the maximum extent the law permits. 25 */ 1 /* ******************************************************************** 2 Licensed to Jasig under one or more contributor license 3 agreements. See the NOTICE file distributed with this work 4 for additional information regarding copyright ownership. 5 Jasig licenses this file to you under the Apache License, 6 Version 2.0 (the "License"); you may not use this file 7 except in compliance with the License. You may obtain a 8 copy of the License at: 9 10 http://www.apache.org/licenses/LICENSE-2.0 11 12 Unless required by applicable law or agreed to in writing, 13 software distributed under the License is distributed on 14 an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 15 KIND, either express or implied. See the License for the 16 specific language governing permissions and limitations 17 under the License. 18 */ 26 19 package org.bedework.deployment; 27 20 trunk/deployutil/src/org/bedework/deployment/ResolveFile.java
r2624 r3207 1 /* ********************************************************************** 2 Copyright 2010 Rensselaer Polytechnic Institute. All worldwide rights reserved. 3 4 Redistribution and use of this distribution in source and binary forms, 5 with or without modification, are permitted provided that: 6 The above copyright notice and this permission notice appear in all 7 copies and supporting documentation; 8 9 The name, identifiers, and trademarks of Rensselaer Polytechnic 10 Institute are not used in advertising or publicity without the 11 express prior written permission of Rensselaer Polytechnic Institute; 12 13 DISCLAIMER: The software is distributed" AS IS" without any express or 14 implied warranty, including but not limited to, any implied warranties 15 of merchantability or fitness for a particular purpose or any warrant)' 16 of non-infringement of any current or pending patent rights. The authors 17 of the software make no representations about the suitability of this 18 software for any particular purpose. The entire risk as to the quality 19 and performance of the software is with the user. Should the software 20 prove defective, the user assumes the cost of all necessary servicing, 21 repair or correction. In particular, neither Rensselaer Polytechnic 22 Institute, nor the authors of the software are liable for any indirect, 23 special, consequential, or incidental damages related to the software, 24 to the maximum extent the law permits. 25 */ 1 /* ******************************************************************** 2 Licensed to Jasig under one or more contributor license 3 agreements. See the NOTICE file distributed with this work 4 for additional information regarding copyright ownership. 5 Jasig licenses this file to you under the Apache License, 6 Version 2.0 (the "License"); you may not use this file 7 except in compliance with the License. You may obtain a 8 copy of the License at: 9 10 http://www.apache.org/licenses/LICENSE-2.0 11 12 Unless required by applicable law or agreed to in writing, 13 software distributed under the License is distributed on 14 an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 15 KIND, either express or implied. See the License for the 16 specific language governing permissions and limitations 17 under the License. 18 */ 26 19 package org.bedework.deployment; 27 20
